diff options
author | Aaron Marcher <info@nulltime.net> | 2016-03-09 11:21:35 +0100 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-03-09 11:21:35 +0100 |
commit | b5813a7f677303c4f3701bb938f98e592f869a7a (patch) | |
tree | 082afce1b528797b9135c1c0cc904278f342b4b6 /config.def.h | |
parent | 8894244cb8ad92569a1cbe9854ba3a7b97102e20 (diff) |
changed to easier variable names
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |