Use launch script for #polybar

This commit is contained in:
Colin Powell
2019-11-25 19:41:05 -05:00
parent f76d7f34e3
commit 1d1afe90ed
3 changed files with 9 additions and 2 deletions

View 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