removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff worth making, because the clock would act weird if this used to work with cpu_perc().

This commit is contained in:
Ali H. Fardan
2016-09-03 21:43:05 +03:00
parent b650c438f0
commit de4f20ace3
2 changed files with 0 additions and 5 deletions

@ -8,9 +8,6 @@
#define BATTERY_NOW "energy_now"
#define BATTERY_FULL "energy_full_design"
/* bar update interval in seconds (smallest value = 1) */
#define UPDATE_INTERVAL 1
/* text to show if no value can be retrieved */
#define UNKNOWN_STR "n/a"