Login background

master
Mike Hiretsky 12 years ago
parent 5b7a3125d1
commit ec1208cd22

@ -14,7 +14,12 @@
# limitations under the License.
# set background color
xsetroot -solid rgb:30/64/8b
if ls /var/db/pkg/media-gfx/cld[-gx]*themes-12* &>/dev/null
then
xsetroot -solid rgb:73/a3/63
else
xsetroot -solid rgb:30/64/8b
fi
if [[ "`ps axeo command | grep 'xdm/xdm --logout' | grep -v grep | \
sed -n -r 's/.* USER=([^ ]+) .*/\1/p'`" == "$USER" ]];

Loading…
Cancel
Save