Polybar: Change i3 module prefix

This commit is contained in:
Salt 2018-01-31 19:45:01 -06:00
parent 26d40053ba
commit 5935f07467
2 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,7 @@ content-foreground = ${res/colors.background-alt}
[module/i3]
type = internal/i3
format = <label-state><label-mode>
format-prefix =
format-prefix = i3
format-prefix-padding = ${res/config.padding}
format-prefix-foreground = ${res/colors.background}
format-prefix-background = ${res/colors.icon-wm}

View File

@ -22,7 +22,6 @@ if [[ $PB_MONITOR == "" ]]; then
fi
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
polybar -r primary-top&
polybar -r primary-bottom&
# ...and then moving on to secondaries, if we have them
# Alright, now this looks *really* bad, but there's no way in hell you can get
# me to attempt to solve this with regex. Fuck regex. It starts more problems