summaryrefslogtreecommitdiffstats
path: root/herbstluftwm/panel.sh
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-09-07 18:48:38 +0200
committerChristoph Schlosser <christoph@linux.com>2025-09-07 18:48:38 +0200
commitfc80d856863589de9d61755860d4394d5c3fd35e (patch)
tree1bcb74be56dd9200d2b6b4d908f344077f4bba58 /herbstluftwm/panel.sh
parent875b3add8f4e265eeabd125472fb6d5186d3f8d5 (diff)
downloaddots-fc80d856863589de9d61755860d4394d5c3fd35e.tar.gz
hlwm: Add config
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