diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 100093e..06515a1 100644 --- a/config.def.h +++ b/config.def.h @@ -66,5 +66,11 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { datetime, "%s", "%F %T" }, + { username, "%s ", "%s" }, + { cpu_perc, "CPU: %s, ", "/" }, + { wifi_essid, "%s: ", "wlp3s0"}, + { wifi_perc, "%s, ", "wlp3s0"}, + { ram_perc, "RAM: %s, ", NULL }, + { battery_perc, "Power: %s, ", "BAT1" }, + { datetime, "%s", "%F %T" }, }; |
