empty screen color
parent
f4083d292b
commit
ee75cbc8cc
|
|
@ -11,7 +11,7 @@ xmodmap "/root/.Xmodmap"
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
# set background color and big wait mouse cursor
|
# set background color and big wait mouse cursor
|
||||||
xsetroot -solid '#222222'
|
xsetroot -solid '#111111'
|
||||||
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
|
xsetroot -xcf /usr/share/icons/breeze_cursors/cursors/watch 37
|
||||||
|
|
||||||
# preload compton and fluxbox to cache
|
# 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
|
if [ "$LINE" != "" -a -r $SND ]; then
|
||||||
# blank desktop with smooth effect (if compton still running)
|
# 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
|
# play shutdown sound
|
||||||
aplay $SND
|
aplay $SND
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue