mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 00:58:36 +00:00
Forgot to set top_running when $running_processes is used
This commit is contained in:
parent
2ed76a345f
commit
ec879680d2
@ -743,6 +743,7 @@ struct text_object *construct_text_object(const char *s, const char *arg, long
|
||||
END OBJ(processes, &update_total_processes)
|
||||
#ifdef __linux__
|
||||
END OBJ(running_processes, &update_top)
|
||||
top_running = 1;
|
||||
END OBJ(threads, &update_threads)
|
||||
END OBJ(running_threads, &update_stat)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user