summaryrefslogtreecommitdiffstats
path: root/herbstluftwm/panel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/panel.sh')
-rwxr-xr-xherbstluftwm/panel.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/herbstluftwm/panel.sh b/herbstluftwm/panel.sh
new file mode 100755
index 0000000..d5179cd
--- /dev/null
+++ b/herbstluftwm/panel.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+for m in $(polybar --list-monitors | cut -d":" -f1); do
+ MONITOR=$m polybar -c $HOME/.config/polybar/config herbstluft &
+done