empty screen color

pull/40/head
TomasM 2017-11-12 04:48:12 -05:00
parent f4083d292b
commit ee75cbc8cc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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