Polybar: Change i3 module prefix
This commit is contained in:
parent
26d40053ba
commit
5935f07467
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user