From f0b88b190a9e553a0837c69636b5cdc000298cfc Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 1 May 2017 16:03:46 -0400 Subject: [PATCH] Make polybar contents more visible Also, remove battery module because it's inaccurate --- polybar/.config/polybar/config | 6 +++--- 1 file 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 -- 2.20.1