From de4f20ace35037a510aafcf49a3d78637d7248b6 Mon Sep 17 00:00:00 2001 From: "Ali H. Fardan" Date: Sat, 3 Sep 2016 21:43:05 +0300 Subject: 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(). --- config.def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 011acc7..ded771a 100644 --- a/config.def.h +++ b/config.def.h @@ -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" -- cgit v1.2.3