Update launch_polybar

This commit is contained in:
Vlad Doster 2020-04-02 02:48:53 -04:00 committed by GitHub
parent 5f1c2caed8
commit 855b198384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload main &
done
notify-send "Polybar launched"
sleep 5 && notify-send "Polybar launched"