dotfiles/.config/polybar/launch.sh

7 lines
127 B
Bash
Raw Normal View History

2021-07-11 15:51:11 +02:00
#!/bin/bash
pkill polybar
2021-07-13 22:24:58 +02:00
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar --reload main &
done