From 1b65dec3064ecc3f317cbe79314a36eb7c95706b Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Thu, 10 Mar 2016 14:59:37 +0100 Subject: fixed some small things (update_interval) interferes with get_cpu_usage() and reordered) --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index afd0320..a752f10 100644 --- a/config.def.h +++ b/config.def.h @@ -17,8 +17,8 @@ static const char batteryfullfile[] = "/sys/class/power_supply/BAT0/energy_full_ /* time */ static const char timeformat[] = "%y-%m-%d %H:%M:%S"; -/* bar update interval in seconds */ -static unsigned int update_interval = 10; +/* bar update interval in seconds (smallest value = 1) */ +static unsigned int update_interval = 1; /* statusbar Possible arguments: -- cgit v1.2.3