fixups for startup notify
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user