X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.wmii%2Fwmiirc;h=fa94ac00361cfb26b77ca3f5ddaf7766deaa2c0d;hb=02292ef4c662e32262086a018b3d98c84758d92a;hp=fee89833f877a603282d97237c1b03003b6aa97b;hpb=7b7b70fa7f4a6bcb304683a9630eaa6eab75ec89;p=x_base.git diff --git a/.wmii/wmiirc b/.wmii/wmiirc index fee8983..fa94ac0 100755 --- a/.wmii/wmiirc +++ b/.wmii/wmiirc @@ -9,10 +9,11 @@ LEFT=h RIGHT=l # Colors tuples: " " -WMII_NORMCOLORS='#222222 #5FBF77 #2A7F3F' -WMII_FOCUSCOLORS='#ffffff #153F1F #2A7F3F' +WMII_NORMCOLORS='#bbbbbb #111111 #333333' +WMII_FOCUSCOLORS='#ffffff #285577 #4c7899' +#WMII_FOCUSCOLORS='#ffffff #153F1F #2A7F3F' -WMII_BACKGROUND='#333333' +WMII_BACKGROUND='#111111' WMII_FONT='-*-fixed-medium-r-*-*-15-*-*-*-*-*-*-*' set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS) @@ -186,7 +187,10 @@ progsfile="$WMII_NS_DIR/.proglist" Action status & proglist $PATH >$progsfile & -xsetroot -solid "$WMII_BACKGROUND" & +if [ -x /usr/bin/feh ] && [ -r /home/don/media/pictures/shards_of_aleysa.jpg ]; then + /usr/bin/feh --bg-scale /home/don/media/pictures/shards_of_aleysa.jpg +fi; + export WMII_MENU WMII_9MENU WMII_FONT WMII_TERM export WMII_FOCUSCOLORS WMII_SELCOLORS WMII_NORMCOLORS