fix date format
This commit is contained in:
parent
edb220011f
commit
66f712c669
1 changed files with 3 additions and 3 deletions
6
blocks.h
6
blocks.h
|
@ -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},
|
||||
// <i> <cmd> <int> <sig>
|
||||
{"", "sb-battery", 5, 0},
|
||||
{"", "date +'%a %m/%d %I:%M %P'", 5, 0},
|
||||
};
|
||||
|
||||
static char delim[] = " | ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue