diff --git a/dwmblocks/blocks.def.h b/dwmblocks/blocks.def.h index df55b78..68bb4bb 100644 --- a/dwmblocks/blocks.def.h +++ b/dwmblocks/blocks.def.h @@ -7,7 +7,7 @@ static const Block blocks[] = { {"", "st-mem", 5, 0}, {"", "st-power", 5, 0}, {"", "st-disk", 30, 0}, - {"", "date +%m-%d-%Y' '%R:%S", 1 , 10}, + {"", "date +%m-%d-%Y' '%R", 1 , 0}, }; //sets delimiter between status commands. NULL character ('\0') means no delimiter.