.
This commit is contained in:
2
config.h
2
config.h
@@ -65,7 +65,7 @@ static const char unknown_str[] = "n/a";
|
|||||||
*/
|
*/
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ datetime, "%s", "%D-%m-%d %k:%M" },
|
{ datetime, "%s", "%Y-%m-%d %k:%M" },
|
||||||
{ run_command, " | ", NULL },
|
{ run_command, " | ", NULL },
|
||||||
{ battery_perc, "%s%%", "BAT0" },
|
{ battery_perc, "%s%%", "BAT0" },
|
||||||
{ run_command, " ", NULL },
|
{ run_command, " ", NULL },
|
||||||
|
|||||||
Reference in New Issue
Block a user