fixups for startup notify

This commit is contained in:
TomasM
2017-11-08 18:43:22 -05:00
parent 1a4fab456c
commit 06b4385e5c
3 changed files with 7 additions and 11 deletions
@@ -9,11 +9,9 @@ exec xlunch --input /etc/xlunch/logout.dsv --noprompt \
SND=/usr/share/sounds/shutdown.wav
# blackout desktop
feh --bg-scale /usr/share/icons/locolor/16x16/apps/black.png
# play logout song
if [ "$LINE" != "" -a -r $SND ]; then
feh --bg-scale /usr/share/icons/locolor/16x16/apps/black.png
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
aplay $SND &
sleep 1
fi