feat: put date module in a dedicated script

This commit is contained in:
David JULIEN 2021-02-16 20:59:41 +01:00
parent 629c40f1bf
commit bf487a1472
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ static const Block blocks[] = {
{"", "sb-volume", 0, 4},
{"", "sb-internet", 5, 3},
{"", "sb-battery", 5, 2},
{"", "date '+%b. %d - %I:%M%p '", 60, 1},
{"", "sb-date", 60, 1},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.