From 83e84bebb6accdf0971bfa09a519d8cee37b0237 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Thu, 10 Mar 2016 11:11:39 +0100 Subject: [PATCH] simplified config.def.h --- config.def.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 1e2355e..a6bba6f 100644 --- a/config.def.h +++ b/config.def.h @@ -17,6 +17,14 @@ static const char batteryfullfile[] = "/sys/class/power_supply/BAT0/energy_full_ /* time */ static const char timeformat[] = "%y-%m-%d %H:%M:%S"; -/* statusbar */ +/* statusbar +Possible arguments: +- battery (battery percentage) +- cpu_temperature (cpu temperature in degrees) +- cpu usage (cpu usage in percent) +- datetime (date and time) +- ram_usage (ram usage in percent) +- volume (alsa volume and mute status in percent) +- wifi_signal (wifi signal in percent) */ #define FORMATSTRING "wifi %4s | bat %4s | cpu %4s %3s | ram %3s | vol %4s | %3s" #define ARGUMENTS wifi_signal, battery, cpu_usage, cpu_temperature, ram_usage, volume, datetime