diff options
author | Aaron Marcher <info@nulltime.net> | 2016-03-10 11:11:39 +0100 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-03-10 11:11:39 +0100 |
commit | 83e84bebb6accdf0971bfa09a519d8cee37b0237 (patch) | |
tree | 0b2a7d3cb40c9e007872bac191a4223737aedfbe /config.def.h | |
parent | 175844da0f561395d8429e9b8f8e9ad3d561fa50 (diff) |
simplified config.def.h
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 10 |
1 files changed, 9 insertions, 1 deletions
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 |