diff --git a/Slax/debian/modules/03-desktop/rootcopy/root/.fluxbox/startup b/Slax/debian/modules/03-desktop/rootcopy/root/.fluxbox/startup index c708157..122e973 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 '#222222' +xsetroot -solid '#111111' 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 eca12e9..c0dec92 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout @@ -11,7 +11,7 @@ exec xlunch --input /etc/xlunch/logout.dsv --noprompt --center --columns 3 --row if [ "$LINE" != "" -a -r $SND ]; then # blank desktop with smooth effect (if compton still running) - xlunch --noprompt --input /dev/null --bc 222222ff & + xlunch --noprompt --input /dev/null --bc 111111ff & # play shutdown sound aplay $SND fi