diff --git a/i3/config b/i3/config index 2ff92de..83a7b13 100644 --- a/i3/config +++ b/i3/config @@ -15,10 +15,10 @@ exec --no-startup-id compton -cb -o 1 --vsync --backend xr_glx_hybrid --vsync-us # class border backgr. text indicator child_border client.focused #383838 #383838 #cdcdcd #bdbdbd #bdbdbd -client.focused_inactive #222222 #222222 #cdcdcd #222222 #000000 -client.unfocused #222222 #222222 #cdcdcd #222222 #000000 -client.urgent #222222 #222222 #cdcdcd #222222 #000000 -client.placeholder #222222 #222222 #cdcdcd #222222 #000000 +client.focused_inactive #222222 #222222 #7d7d7d #222222 #000000 +client.unfocused #222222 #222222 #7d7d7d #222222 #000000 +client.urgent #222222 #222222 #7d7d7d #222222 #000000 +client.placeholder #222222 #222222 #7d7d7d #222222 #000000 client.background #ffffff font pango:NotoSans 11 diff --git a/polybar/config b/polybar/config index c8fe9db..28d8222 100644 --- a/polybar/config +++ b/polybar/config @@ -1,8 +1,8 @@ [colors] background = #222222 - background-alt = #383838 + background-alt = #444444 foreground = #cdcdcd - foreground-alt = #999 + foreground-alt = #7d7d7d [bar/top] ;monitor = ${env:MONITOR:HDMI-1} @@ -79,7 +79,7 @@ ;title [module/xwindow] type = internal/xwindow - label = %title:0:140:...% + label = %title:0:100:...% ;lang [module/xkeyboard] @@ -154,7 +154,7 @@ format-volume = label-volume =  - label-volume-foreground = ${root.foreground} + label-volume-foreground = ${colors.foreground} format-muted-foreground = ${colors.background-alt} label-muted =   ═══════════════════ @@ -166,7 +166,7 @@ bar-volume-foreground-3 = #888 bar-volume-foreground-4 = #999 bar-volume-foreground-5 = #aaa - bar-volume-foreground-6 = #fff + bar-volume-foreground-6 = ${colors.foreground} bar-volume-gradient = false bar-volume-indicator = bar-volume-indicator-font = 0 @@ -199,5 +199,5 @@ ;time date [module/date] type = internal/date - date = %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-} - date-alt =  %%{F#99}%A, %d %B %Y %%{F#fff}%H:%M:%S%%{F-} + date = %%{F#7d7d7d}%Y-%m-%d%%{F-} %%{F#cdcdcd}%H:%M%%{F-} + date-alt =  %%{F#7d7d7d}%A, %d %B %Y %%{F#cdcdcd}%H:%M:%S%%{F-}