non important commit

This commit is contained in:
benstrb 2026-01-11 14:28:38 +01:00
parent ef564e084d
commit b1452bf8ff

View file

@ -6,7 +6,14 @@
}: {
services.polybar = {
enable = true;
script = "polybar main &";
script = ''
pkill polybar
sleep 1
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar main &
done
'';
settings = {
"bar/main" = {