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:
@@ -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
|
||||
|
Reference in New Issue
Block a user