all repos — dotfiles @ b713e693974c794d686f2efa65f23511fb98d2d9

my *nix dotfiles

New rice

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 13 Sep 2019 19:17:11 +0530
commit

b713e693974c794d686f2efa65f23511fb98d2d9

parent

128eb5ed6afb4410c7206bd3a245da2b64bf63dd

5 files changed, 49 insertions(+), 47 deletions(-)

jump to
M .Xresources.Xresources

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

!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/ ! -#define base00 #292d3e -#define base01 #444267 -#define base02 #32374d -#define base03 #676e95 -#define base04 #8796b0 -#define base05 #959dcb -#define base06 #959dcb -#define base07 #ffffff -#define base08 #f07178 -#define base09 #f78c6c -#define base0A #ffcb6b -#define base0B #c3e88d -#define base0C #89ddff -#define base0D #82aaff -#define base0E #c792ea -#define base0F #ff5370 +#define base00 #111111 +#define base01 #383c3e +#define base02 #53585b +#define base03 #6f7579 +#define base04 #cdcdcd +#define base05 #ffffff +#define base06 #dddddd +#define base07 #e5e5e5 +#define base08 #d72638 +#define base09 #eb8413 +#define base0A #f19d1a +#define base0B #88b92d +#define base0C #1ba595 +#define base0D #1e8bac +#define base0E #be4264 +#define base0F #c85e0d *foreground: base05 #ifdef background_opacity
M config/dunst/dunstrcconfig/dunst/dunstrc

@@ -55,7 +55,7 @@

[frame] width = 4 width = 3 - color = "#eeffff" + color = "#111111" [shortcuts]

@@ -81,18 +81,18 @@

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

@@ -12,9 +12,10 @@ ;margin-top =

;margin-bottom = 2 [colors] -fg = ${xrdb:color21} -;bg = #001b2b34 -bg = ${xrdb:color0} +fg = ${xrdb:color0} +;fg = ${xrdb:color21} +bg = #001b2b34 +;bg = ${xrdb:color0} [bar/top] width = 100%
M i3/configi3/config

@@ -10,10 +10,10 @@

set $mod Mod4 # set fonts in funky way -font pango: SF Mono SemiBold 12 -# for_window [class=".*"] title_format "<span font='SF Mono SemiBold 11'> › %title</span>" +font pango: SF Mono SemiBold 13 +for_window [class=".*"] title_format "<span font='SF Mono SemiBold 11'> › %title</span>" floating_modifier $mod -for_window [class="^.*"] border none +for_window [class="^.*"] border 1 # start a terminal bindsym $mod+Return exec urxvtc

@@ -132,22 +132,22 @@

bindsym $mod+r mode "resize" # colors -set $base00 #292d3e -set $base01 #444267 -set $base02 #32374d -set $base03 #676e95 -set $base04 #8796b0 -set $base05 #959dcb -set $base06 #959dcb -set $base07 #ffffff -set $base08 #f07178 -set $base09 #f78c6c -set $base0A #ffcb6b -set $base0B #c3e88d -set $base0C #89ddff -set $base0D #82aaff -set $base0E #c792ea -set $base0F #ff5370 +set $base00 #111111 +set $base01 #383c3e +set $base02 #53585b +set $base03 #6f7579 +set $base04 #cdcdcd +set $base05 #ffffff +set $base06 #dddddd +set $base07 #e5e5e5 +set $base08 #d72638 +set $base09 #eb8413 +set $base0A #f19d1a +set $base0B #88b92d +set $base0C #1ba595 +set $base0D #1e8bac +set $base0E #be4264 +set $base0F #c85e0d # Property Name Border BG Text Indicator Child Border client.focused $base05 $base05 $base00 $base05 $base05
M weechat/weechat.confweechat/weechat.conf

@@ -289,7 +289,7 @@ buflist.color_fg = red

buflist.conditions = "" buflist.filling_left_right = vertical buflist.filling_top_bottom = columns_horizontal -buflist.hidden = off +buflist.hidden = on buflist.items = "buflist" buflist.position = left buflist.priority = 0

@@ -345,7 +345,7 @@ nicklist.color_fg = default

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

@@ -389,6 +389,7 @@ default.buffer = "irc;rizon.#rice;2"

default.buffer = "irc;rizon.#homescreen;3" default.buffer = "irc;rizon.#avpd;4" default.buffer = "irc;rizon.#linux;5" +default.buffer = "fset;fset;6" default.window = "1;0;0;0;irc;rizon.#rice" default.current = on