mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-17 04:56:07 +01:00
feat: i3 configs
This commit is contained in:
7
polybar/startup.sh
Normal file
7
polybar/startup.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
killall -q polybar
|
||||
# Launch bar on each monitor, tray on primary
|
||||
polybar --list-monitors | while IFS=$'\n' read line; do
|
||||
monitor=$(echo $line | cut -d':' -f1)
|
||||
primary=$(echo $line | cut -d' ' -f3)
|
||||
MONITOR=$monitor polybar --reload "example" &
|
||||
done
|
||||
Reference in New Issue
Block a user