Been noted that with update_interval set to 5 that conky consumes 10% cpu
Setting to 15 reduces it to less than 1%
Signed-off-by: hazardchem <hazardchem@disroot.org>
---
configs/appcfg/conky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/appcfg/conky.conf b/configs/appcfg/conky.conf
index 2fc92f9..c4a0792 100644
--- a/configs/appcfg/conky.conf
+++ b/configs/appcfg/conky.conf
@@ -8,7 +8,7 @@ conky.config = {
draw_shades = true,
font = 'Sxmo:size=13',
use_xft = true,
- update_interval = 5,
+ update_interval = 15,
}
conky.text = [[
--
2.44.0