empty screen color
parent
f4083d292b
commit
ee75cbc8cc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue