diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 659f5ef..d74effa 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -17,7 +17,7 @@ ;========================================================== [colors] -background = #232530 +background = #130F23 background-alt = #130f23 foreground = #dfdfdf foreground-alt = #555 @@ -33,6 +33,8 @@ systray-bg = #282a36 module-color-0 = #9b35e8 module-color-1 = #f516a4 +xwindow-fg = #0fe9b0 + ws-active-fg = #ffffff ws-active-bg = ${colors.module-color-1} ws-active-ul = #d33682 @@ -41,7 +43,7 @@ ws-occupied-fg = #FFFFFF ws-occupied-bg = ${colors.module-color-0} ws-occupied-ul = #130f23 -ws-empty-fg = #0fe9b0 +ws-empty-fg = ${colors.xwindow-fg} ws-empty-bg = ${colors.background} ws-empty-ul = ${colors.background} @@ -108,7 +110,8 @@ font-4 = unifont:fontformat=truetype:size=8:antialias=false;0 font-5 = siji:pixelsize=10;1 modules-left = systray-arrow date date-arrow wlan eth wifi-arrow filesystem-root fs-root-arrow filesystem-home fs-home-arrow cpu temp-arrow temperature cpu-arrow memory mem-arrow pulseaudio vol-arrow xwindow -modules-right = ewmh +;modules-center = xwindow +modules-right = mpd ewmh tray-position = right tray-padding = 2 @@ -173,7 +176,8 @@ cursor-scroll = ns-resize [module/xwindow] type = internal/xwindow -label = %title:0:50:...% +label = " %title:0:80:...%" +label-foreground = ${colors.xwindow-fg} [module/xkeyboard] type = internal/xkeyboard |