diff options
Diffstat (limited to 'polybar')
-rw-r--r-- | polybar/.config/polybar/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 62c27f6..e4081f2 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -12,8 +12,8 @@ background = #222 background-alt = #444 ;foreground = ${xrdb:color7:#222} -foreground = #dfdfdf -foreground-alt = #555 +foreground = #eee +foreground-alt = #888 primary = #ffb52a secondary = #e60053 alert = #bd2c40 @@ -49,7 +49,7 @@ font-3 = FontAwesome:pixelsize=10;1 modules-left = bspwm xwindow modules-center = -modules-right = volume filesystem mail xkeyboard memory cpu battery temperature date powermenu +modules-right = volume filesystem mail xkeyboard memory cpu temperature date powermenu tray-position = right ;tray-padding = 2 |