more shenanigans

This commit is contained in:
Kopatz
2024-06-03 23:06:56 +02:00
parent 1d410ace0b
commit 1226b41379
9 changed files with 294 additions and 45 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar --reload main &
done