startup/shutdown improvs
This commit is contained in:
@@ -10,10 +10,10 @@ exec xlunch --input /etc/xlunch/logout.dsv --noprompt \
|
||||
SND=/usr/share/sounds/shutdown.wav
|
||||
|
||||
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
|
||||
# blank desktop with smooth effect (if compton still running)
|
||||
xlunch --noprompt --input /dev/null --bc 222222ff &
|
||||
# play shutdown sound
|
||||
aplay $SND
|
||||
fi
|
||||
|
||||
if [ "$LINE" = "logout" ]; then
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURSORSDIR=/usr/share/icons/breeze_cursors/cursors/
|
||||
SIZE=20
|
||||
SIZE=16
|
||||
|
||||
# Set cursor to wait. As soon as new window is detected, change cursor back
|
||||
xsetroot -xcf $CURSORSDIR/left_ptr_watch $SIZE
|
||||
|
||||
Reference in New Issue
Block a user