non important commit

This commit is contained in:
benstrb 2026-01-11 14:33:06 +01:00
parent 7840c8c82c
commit 5c2aaf4c5a

View file

@ -1,19 +1,9 @@
# home/modules/polybar.nix
{
config,
pkgs,
...
}: {
services.polybar = {
enable = true;
script = ''
pkill polybar
sleep 1
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar main &
done
'';
script = "polybar bar &";
settings = {
"bar/main" = {