diff options
author | Amin Bandali <amin@aminb.org> | 2017-05-01 16:03:46 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-05-01 16:03:46 -0400 |
commit | f0b88b190a9e553a0837c69636b5cdc000298cfc (patch) | |
tree | 14b26ffbebfbe6aedbe7edd22304b589ecbb694e | |
parent | de4bd775f46c0e759e811fd6823140a471ba445c (diff) | |
download | configs-f0b88b190a9e553a0837c69636b5cdc000298cfc.tar.gz configs-f0b88b190a9e553a0837c69636b5cdc000298cfc.tar.xz configs-f0b88b190a9e553a0837c69636b5cdc000298cfc.zip |
Make polybar contents more visible
Also, remove battery module because it's inaccurate
-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 |