Merge branch 'IlmastroStefanuzzo-master-patch-26468' into 'master'

Greatly improve Polybar launch/reload speed

See merge request dwt1/dotfiles!68
This commit is contained in:
Derek Taylor
2022-07-27 16:45:06 +00:00

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 &