mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
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:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user