From b5813a7f677303c4f3701bb938f98e592f869a7a Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Wed, 9 Mar 2016 11:21:35 +0100 Subject: changed to easier variable names --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e4f0ffd..1e2355e 100644 --- a/config.def.h +++ b/config.def.h @@ -19,4 +19,4 @@ static const char timeformat[] = "%y-%m-%d %H:%M:%S"; /* statusbar */ #define FORMATSTRING "wifi %4s | bat %4s | cpu %4s %3s | ram %3s | vol %4s | %3s" -#define ARGUMENTS pWifi_signal, pBattery, pCpu_usage, pCpu_temperature, pRam_usage, pVolume, pDatetime +#define ARGUMENTS wifi_signal, battery, cpu_usage, cpu_temperature, ram_usage, volume, datetime -- cgit v1.2.3