dwmblocks

my build of dwmblocks
git clone git://giovanniamaral.com/dwmblocks
Log | Files | Refs | README | LICENSE

commit 406e4a4d1207055f8abbc055abfac191abc32e22
parent a933ce0d6109524b393feb3e7156cbf0de88b42c
Author: tinnamchoi <tinnam.choi@gmail.com>
Date:   Wed,  2 Aug 2023 20:31:25 +0930

delimeter -> delimiter

Diffstat:
Mblocks.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blocks.def.h b/blocks.def.h @@ -6,6 +6,6 @@ static const Block blocks[] = { {"", "date '+%b %d (%a) %I:%M%p'", 5, 0}, }; -//sets delimeter between status commands. NULL character ('\0') means no delimeter. +//sets delimiter between status commands. NULL character ('\0') means no delimiter. static char delim[] = " | "; static unsigned int delimLen = 5;