fixed some small things (update_interval) interferes with get_cpu_usage() and reordered)
This commit is contained in:

committed by
Aaron Marcher (drkhsh)

parent
e046ee18f9
commit
1b65dec306
@ -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:
|
||||
|
Reference in New Issue
Block a user