dotfiles/.config/polybar/launch.sh
2021-07-13 23:24:58 +03:00

7 lines
127 B
Bash
Executable File

#!/bin/bash
pkill polybar
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar --reload main &
done