diff --git a/Slax/debian/modules/03-desktop/rootcopy/root/.fluxbox/startup b/Slax/debian/modules/03-desktop/rootcopy/root/.fluxbox/startup index e9e4f78..6e549a6 100644 --- a/Slax/debian/modules/03-desktop/rootcopy/root/.fluxbox/startup +++ b/Slax/debian/modules/03-desktop/rootcopy/root/.fluxbox/startup @@ -11,7 +11,7 @@ xmodmap "/root/.Xmodmap" xrdb -merge ~/.Xresources # set background color and big wait mouse cursor -xsetroot -solid '#000000' +xsetroot -solid '#222222' xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37 # preload compton and fluxbox to cache diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout index 09b666a..f55df6a 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout @@ -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 diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbstartupnotify b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbstartupnotify index 509f199..aeb3f10 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbstartupnotify +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbstartupnotify @@ -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 diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/share/sounds/shutdown.wav b/Slax/debian/modules/03-desktop/rootcopy/usr/share/sounds/shutdown.wav index 3bc6ad9..cba904d 100644 Binary files a/Slax/debian/modules/03-desktop/rootcopy/usr/share/sounds/shutdown.wav and b/Slax/debian/modules/03-desktop/rootcopy/usr/share/sounds/shutdown.wav differ