From 6e24b9b66a72ea375ef3c68866e9cc7afc6a76ce Mon Sep 17 00:00:00 2001 From: pants Date: Sat, 28 Feb 2026 21:04:15 -0800 Subject: [PATCH] update --- dwmblocks/blocks.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.