1
0
Fork 0

added spacing

This commit is contained in:
Hallam Smith 2020-11-29 00:40:18 +00:00
parent 55c9a6a73b
commit b679f62bff
1 changed files with 3 additions and 3 deletions

View File

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