This commit is contained in:
2026-02-28 21:04:15 -08:00
parent 3bcd62bb6d
commit 6e24b9b66a

View File

@@ -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.