better default config.h
Aaron Marcher info@nulltime.net
Wed, 05 Oct 2016 11:40:36 +0200
1 files changed,
4 insertions(+),
4 deletions(-)
jump to
M
config.def.h
→
config.def.h
@@ -33,8 +33,8 @@ - vol_perc (alsa volume and mute status in percent) [argument: soundcard]
- 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" }, };