This commit is contained in:
fz0x1 2024-11-24 18:47:52 +01:00
parent b7591e4663
commit 1e64a7d670
16 changed files with 55 additions and 31 deletions

View file

@ -50,7 +50,10 @@ black = #000
white = #FFF
[bar/fz0x1]
monitor = ${env:MONITOR:HDMI-1-0}
wm-restack = i3
; override-redirect = true
; monitor = ${env:MONITOR:HDMI-1-0}
monitor = ${env:MONITOR:HDMI-0}
width = 100%
height = 24pt
radius = 6

View file

@ -2,4 +2,4 @@ killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
MONITOR="HDMI-1-0" polybar --reload fz0x1 -c ~/.config/polybar/config.ini &
MONITOR="HDMI-0" polybar --reload fz0x1 -c ~/.config/polybar/config.ini &