Use launch script for #polybar
This commit is contained in:
7
polybar/.config/polybar/launch.sh
Executable file
7
polybar/.config/polybar/launch.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
pkill polybar
|
||||
|
||||
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||
MONITOR=$m polybar --reload primary &
|
||||
done
|
||||
Reference in New Issue
Block a user