URI:
       tChange popup colors - scripts - various script and utils
  HTML git clone git://z3bra.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 5fdc8104beba6118ebd87f671da89fced5ae231b
   DIR parent 30416c9964dfc27376121d9cf0b0c1c5ff4613c5
  HTML Author: z3bra <willy@mailoo.org>
       Date:   Fri,  4 Jul 2014 23:29:13 +0200
       
       Change popup colors
       
       Diffstat:
         M popup                               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/popup b/popup
       t@@ -9,8 +9,8 @@ SLEEP=3
        # bar options
        font='-*-stlarch-medium-r-*-*-10-*-*-*-*-*-*-*'
        font="$font,-*-gohufont-medium-*-*--11-*-*-*-*-*-iso10646-1"
       -bg="#00000000"
       -fg="#ffffffff"
       +bg="#ffeeeeee"
       +fg="#ff888888"
        hl="#ff333333"
        
        IFS=' x' read x y <<< `xrandr | grep '*' | sed 1q | awk '{print $1}'`