tchanged popup look - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 5023e4301c25b02efc49ce9e53e1da33cc7450c4
 (DIR) parent 10c751c24436e4643e64e05fb32e042f9c2d22d2
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Mon,  1 Dec 2014 22:00:55 +0100
       
       changed popup look
       
       Diffstat:
         M popup                               |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/popup b/popup
       t@@ -12,8 +12,8 @@ ALSACHANNEL=$(amixer | sed "1s/^.*'\(.*\)'.*$/\1/p;d")
        font='-*-stlarch-medium-r-*-*-10-*-*-*-*-*-*-*'
        font="$font,-*-gohufont-medium-*-*--11-*-*-*-*-*-iso10646-1"
        bg="#ff1d1d1d"
       -fg="#ffffffff"
       -hl="#ff2288cc"
       +fg="#ffcc6464"
       +hl="#ff443232"
        
        IFS=' x' read x y <<< `xrandr | grep '*' | sed 1q | awk '{print $1}'`
        
       t@@ -30,7 +30,7 @@ usage() {
        }
        
        spawn() {
       -    prefix="%{F${hl}}  ${title} %{F-}"
       +    prefix="%{F${fg}}  ${title} %{F-}"
            (echo "%{l}${prefix} %{r}$@  ";sleep $SLEEP) | bar -g $geom -f $font -B $bg -F $fg
        }