fix date format

This commit is contained in:
Arthur 2023-10-06 10:20:30 +03:00
parent edb220011f
commit 66f712c669

View file

@ -1,7 +1,7 @@
static const Block blocks[] = {
// <i> <cmd> <int> <sig>
{"", "sb-battery", 5, 0},
{"", "date +'%a %d/%m %I:%M %P'", 5, 0},
{"", "date +'%a %m/%d %I:%M %P'", 5, 0},
};
static char delim[] = " | ";