~mil/sxmo-devel

sxmo-utils: conky: reduce poll interval v1 APPLIED

hazardchem: 1
 conky: reduce poll interval

 1 files changed, 1 insertions(+), 1 deletions(-)
#1200482 test.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mil/sxmo-devel/patches/51187/mbox | git am -3
Learn more about email & git

[PATCH sxmo-utils] conky: reduce poll interval Export this patch

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
Thanks! Why not

To git@git.sr.ht:~mil/sxmo-utils
   ed69f8ae..bccc1ab8  master -> master
sxmo-utils/patches/test.yml: SUCCESS in 22s

[conky: reduce poll interval][0] from [hazardchem][1]

[0]: https://lists.sr.ht/~mil/sxmo-devel/patches/51187
[1]: mailto:hazardchem@disroot.org

✓ #1200482 SUCCESS sxmo-utils/patches/test.yml https://builds.sr.ht/~mil/job/1200482