commit bea9295336b26c62a42a170277941f81e922e035
parent f7c9e55fadb9438172667301c523e728b76a4701
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date: Fri, 17 May 2024 11:13:11 +0200
Use custom script for date
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blocks.h b/blocks.h
@@ -14,7 +14,7 @@ static const Block blocks[] = {
// {"", "dwmblock-kbselect", 0, 11},
{"", "dwmblock-touchpad", 0, 15},
{"", "dwmblock-startbutton", 60, 13},
- {"", "date '+%b %d (%a) %I:%M%p'", 1, 4},
+ {"", "dwmblock-date", 1, 4},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.