tchanged status fg - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c75168186b0d63195263aa25d75ec914b419935f
 (DIR) parent 3a96c9a8d5df3747b9c538decbbbe63eb228d082
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Mon,  8 Jan 2007 12:43:10 +0100
       
       changed status fg
       Diffstat:
         M config.arg.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       t@@ -15,7 +15,7 @@ const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL };
        #define SELBGCOLOR                "#336699"
        #define SELFGCOLOR                "#eeeeee"
        #define STATUSBGCOLOR                "#222222"
       -#define STATUSFGCOLOR                "#99ccff"
       +#define STATUSFGCOLOR                "#dddddd"
        
        #define MASTER                        600                /* per thousand */
        #define MODKEY                        Mod1Mask