aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/launch_polybar.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/launch_polybar.sh b/scripts/launch_polybar.sh
new file mode 100755
index 0000000..a72da57
--- /dev/null
+++ b/scripts/launch_polybar.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+killall polybar
+
+for m in $(polybar --list-monitors | cut -d":" -f1); do
+ MONITOR=$m polybar --reload jonny &
+done