diff options
author | Aaron Marcher <info@nulltime.net> | 2016-10-05 11:40:36 +0200 |
---|---|---|
committer | drkhsh <info@nulltime.net> | 2016-10-05 11:40:36 +0200 |
commit | 3a3a3e410164d9740c9dd7003a01e26048af9087 (patch) | |
tree | ac9bb528d4d7eb1b98512949751e8af3d1532fe8 /config.def.h | |
parent | a2d2e801a2641c8747b4ef64cd88c706980ad5e3 (diff) |
better default config.h
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 4f56eb0..853adb6 100644 --- a/config.def.h +++ b/config.def.h @@ -33,8 +33,8 @@ - wifi_perc (wifi signal in percent) [argument: wifi card interface name] - wifi_essid (wifi essid) [argument: wifi card interface name] */ static const struct arg args[] = { - /* function format argument */ - { cpu_perc, "[ CPU %4s ]", NULL }, - { ram_perc, "[ Mem %3s ]", NULL }, - { datetime, "[ %s ]", "%F %T" }, + /* function format argument */ + { cpu_perc, "[CPU %4s] ", NULL }, + { ram_perc, "[RAM %3s] ", NULL }, + { datetime, "[ %s ]", "%F %T" }, }; |