From 66f712c6698f7d4e32adb8690a7a8ec703299fac Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 6 Oct 2023 10:20:30 +0300 Subject: [PATCH] fix date format --- blocks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks.h b/blocks.h index fddc31b..e419b18 100644 --- a/blocks.h +++ b/blocks.h @@ -1,7 +1,7 @@ static const Block blocks[] = { - // - {"", "sb-battery", 5, 0}, - {"", "date +'%a %d/%m %I:%M %P'", 5, 0}, + // + {"", "sb-battery", 5, 0}, + {"", "date +'%a %m/%d %I:%M %P'", 5, 0}, }; static char delim[] = " | ";