X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.arg.h;h=b87c9dc4de794016fb3725866a61b339ac80a32d;hp=752c40f0067ecc7bf690c54b74a4c595f24d03d0;hb=1d4a24dae02cfb3a3241c3d293e96dba910317bd;hpb=16ed87952461da1d2db2254d1ad5da37f0b147c1 diff --git a/config.arg.h b/config.arg.h index 752c40f..b87c9dc 100644 --- a/config.arg.h +++ b/config.arg.h @@ -7,7 +7,7 @@ const char *tags[] = { "home", "net", "www", "mon", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" -#define TILESYMBOL "[]=" +#define TILESYMBOL "[%u]=" #define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" #define NORMBGCOLOR "#111111" @@ -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