all repos — dotfiles @ 24933cc180bc252ae661247cc2a6d80b771aacae

my *nix dotfiles

New rice, new shit

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 27 Sep 2019 20:15:36 +0530
commit

24933cc180bc252ae661247cc2a6d80b771aacae

parent

c10456ceb1899ffa049ed17d1be861884392cdbc

M .Xresources.Xresources

@@ -5,22 +5,22 @@ ! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )

!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/ ! -#define base00 #151515 -#define base01 #202020 -#define base02 #303030 -#define base03 #505050 -#define base04 #b0b0b0 -#define base05 #d0d0d0 -#define base06 #e0e0e0 -#define base07 #f5f5f5 -#define base08 #fb9fb1 -#define base09 #eda987 -#define base0A #ddb26f -#define base0B #acc267 -#define base0C #12cfc0 -#define base0D #6fc2ef -#define base0E #e1a3ee -#define base0F #deaf8f +#define base00 #ffffff +#define base01 #e0e0e0 +#define base02 #d6d6d6 +#define base03 #8e908c +#define base04 #969896 +#define base05 #4d4d4c +#define base06 #282a2e +#define base07 #1d1f21 +#define base08 #c82829 +#define base09 #f5871f +#define base0A #eab700 +#define base0B #718c00 +#define base0C #51c5b6 +#define base0D #4271ae +#define base0E #ff0080 +#define base0F #a3685a *foreground: base05 #ifdef background_opacity
M bin/infobin/info

@@ -71,11 +71,11 @@ clear

printf "%b" "$PADR" -printf "%s%b" "$PADC" "┏┓╋╋╋╋╋┏┓ \n" -printf "%s%b" "$PADC" "┣╋━┳┳┳━┫┗┳━┳┳┓ \n" -printf "%s%b" "$PADC" "┃┃━┫┃┃╋┃┃┃╋┣┃┫ \n" -printf "%s%b" "$PADC" "┗┻━╋┓┃┏┻┻┻━┻┻┛ \n" -printf "%s%b" "$PADC" "╋╋╋┗━┻┛\n\n" +#printf "%s%b" "$PADC" "┏┓╋╋╋╋╋┏┓ \n" +#printf "%s%b" "$PADC" "┣╋━┳┳┳━┫┗┳━┳┳┓ \n" +#printf "%s%b" "$PADC" "┃┃━┫┃┃╋┃┃┃╋┣┃┫ \n" +#printf "%s%b" "$PADC" "┗┻━╋┓┃┏┻┻┻━┻┻┛ \n" +#printf "%s%b" "$PADC" "╋╋╋┗━┻┛\n\n" #printf "%s%b" "$PADC" "$COLOR_BARS\n\n" printf "%s%b" "$PADC" "${CYN}$user${RST}@${CYN}$host${RST}\n"
M bin/scrbin/scr

@@ -4,12 +4,15 @@ scr_path=~/pics/scrots

n=6; output=$(tr -cd '[:alnum:]' < /dev/urandom | head -c$n) if [ "$1" == "" ]; then + notify-send "screenshot taken!" import -window root "$scr_path/$output.png" elif [ "$1" == "-w" ]; then + notify-send "window screenshot taken!" import -window "$(xdotool getwindowfocus)" "$scr_path/$output.png" convert "$scr_path/$output.png" \( +clone -background transparent -shadow 60x40+0+15 \) \ +swap -background white -layers merge +repage "$scr_path/$output.png" elif [ "$1" == "-s" ]; then + notify-send "selection screenshot taken!" g=$(slop --highlight --tolerance=0 --color=0.3,0.4,0.6,0.4) sleep 1 import -window root -crop "$g" +repage "$scr_path/$output.png"
M config/aerc/accounts.confconfig/aerc/accounts.conf

@@ -7,4 +7,4 @@ copy-to = Sent

smtp-starttls = yes source-cred-cmd = pass mail outgoing-cred-cmd = pass mail -signature-file = signature +signature-file = ~/.config/aerc/signature
M config/dunst/dunstrcconfig/dunst/dunstrc

@@ -44,7 +44,7 @@

[frame] width = 4 width = 3 - color = "#ffffff" + color = "#4d4d4c" [shortcuts] close = ctrl+space

@@ -57,13 +57,13 @@

[urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#6f7579" - foreground = "#111111" + background = "#4d4d4c" + foreground = "#ffffff" timeout = 5 [urgency_normal] - background = "#ffffff" - foreground = "#111111" + background = "#4d4d4c" + foreground = "#ffffff" timeout = 5 [urgency_critical]
M config/polybar/barconfig/polybar/bar

@@ -14,12 +14,12 @@

[colors] fg = ${xrdb:color0} ;fg = ${xrdb:color21} -bg = #001b2b34 -;bg = ${xrdb:color0} +bg = #9f1d1f21 +;bg = ${xrdb:color7} [bar/top] width = 100% -height = 32 +height = 35 offset-x = 0% offset-y= 0% fixed-center = true
M i3/configi3/config

@@ -133,22 +133,22 @@

bindsym $mod+r mode "resize" # colors -set $base00 #151515 -set $base01 #202020 -set $base02 #303030 -set $base03 #505050 -set $base04 #b0b0b0 -set $base05 #d0d0d0 -set $base06 #e0e0e0 -set $base07 #f5f5f5 -set $base08 #fb9fb1 -set $base09 #eda987 -set $base0A #ddb26f -set $base0B #acc267 -set $base0C #12cfc0 -set $base0D #6fc2ef -set $base0E #e1a3ee -set $base0F #deaf8f +set $base00 #ffffff +set $base01 #e0e0e0 +set $base02 #d6d6d6 +set $base03 #8e908c +set $base04 #969896 +set $base05 #4d4d4c +set $base06 #282a2e +set $base07 #1d1f21 +set $base08 #c82829 +set $base09 #f5871f +set $base0A #eab700 +set $base0B #718c00 +set $base0C #51c5b6 +set $base0D #4271ae +set $base0E #ff0080 +set $base0F #a3685a # Property Name Border BG Text Indicator Child Border client.focused $base05 $base05 $base00 $base05 $base05
M weechat/weechat.confweechat/weechat.conf

@@ -341,7 +341,7 @@ nicklist.color_fg = 8

nicklist.conditions = "nicklist" nicklist.filling_left_right = vertical nicklist.filling_top_bottom = columns_vertical -nicklist.hidden = off +nicklist.hidden = on nicklist.items = "buffer_nicklist" nicklist.position = right nicklist.priority = 200

@@ -393,7 +393,6 @@ default.buffer = "irc;server.rizon;11"

default.buffer = "irc;rizon.#avpd;12" default.buffer = "irc;rizon.#homescreen;13" default.buffer = "irc;rizon.#linux;14" -default.buffer = "irc;rizon.#rice;15" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on