Center Systray, Asian Fonts, Module Color Changes

- Add all module color settings to colors section
- Add korean & japanese fonts as backup
- Remove center aligned modules
- Move systray to center
- Change powermenu icon
This commit is contained in:
Sravan Balaji
2021-12-02 16:07:44 -05:00
parent bbdf799f43
commit 9a85c4983a
3 changed files with 278 additions and 166 deletions

View File

@@ -3,7 +3,7 @@ BAR="mybar"
CONFIG="~/.config/dwm-flexipatch/polybar/config.ini"
NUM_MONITORS=0
CONNECTED_MONITORS=$(xrandr --query | grep " connected" | cut -d" " -f1)
TRAY_POS="right"
TRAY_POS="center"
killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done