Initial commit

This commit is contained in:
2025-04-20 13:02:58 +02:00
commit 4269d6b0bc
40 changed files with 1381 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env -S bash
monitors=$(hyprctl monitors -j | jq -r '.[].id')
for monitor in $monitors; do
ags toggle "bar_$monitor"
done