1
0
Fork 0

added formating

This commit is contained in:
Hallam Smith 2020-11-29 00:43:28 +00:00
parent b679f62bff
commit 3aeb389ae6
1 changed files with 4 additions and 4 deletions

View File

@ -63,9 +63,9 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ battery_state, "%s", "BAT0" },
{ battery_state, "BAT: [%s", "BAT0" },
{ battery_perc, "%s%%", "BAT0" },
{ battery_remaining, " %s ", "BAT0" },
{ wifi_essid, "Wifi: %s ", "wlp59s0" },
{ datetime, "%s", "%F %T" },
{ battery_remaining, " %s] ", "BAT0" },
{ wifi_essid, "[Wifi: %s] ", "wlp59s0" },
{ datetime, "%s", "[%F %T]" },
};