new domain :DDD

This commit is contained in:
Kopatz
2024-06-16 20:47:29 +02:00
parent 4210dae08d
commit 4c57ce446c
4 changed files with 16 additions and 6 deletions

View File

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