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[] = " | ";