Greatly improve Polybar launch/reload speed

This commit is contained in:
Il mastro Stefanuzzo 2022-07-20 21:45:49 +00:00
parent 6b29c9e941
commit 28533e7003
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
while pgrep -u $UID -x polybar >/dev/null; do : ; done
for m in $(polybar --list-monitors | cut -d":" -f1); do
WIRELESS=$(ls /sys/class/net/ | grep ^wl | awk 'NR==1{print $1}') MONITOR=$m polybar --reload mainbar-i3 &