Przeglądaj źródła

better default config.h

Aaron Marcher 9 lat temu
rodzic
commit
3a3a3e4101
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      config.def.h

+ 4 - 4
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" },
 };