X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.h;h=a8e344912518a414db89fdccfae06f85a671e536;hp=58ed8eaf1e802734f3828c2d69295f56f3d2e734;hb=83d23908d3438d7f1f62533a7c8d96fc1019df55;hpb=3a69c5173cdd24959410870bec2a10a76272e034 diff --git a/config.h b/config.h index 58ed8ea..a8e3449 100644 --- a/config.h +++ b/config.h @@ -3,9 +3,8 @@ * See LICENSE file for license details. */ -#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" +#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" #define BGCOLOR "#000000" #define FGCOLOR "#ffaa00" #define BORDERCOLOR "#000000" -#define STATUSCMD "echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \ - " `acpi | awk '{print $4}' | sed 's/,//'`" +#define STATUSDELAY 10 /* milliseconds */