init
This commit is contained in:
6
config/polybar/bar.sh
Normal file
6
config/polybar/bar.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for mon in $(polybar --list-monitors | cut -d":" -f1); do
|
||||
(MONITOR=$mon polybar -q bar1 -c "$HOME"/.config/polybar/config.ini)&
|
||||
(MONITOR=$mon polybar -q bar2 -c "$HOME"/.config/polybar/config.ini)&
|
||||
done
|
Reference in New Issue
Block a user