“execgraph” leads to keyboard input delay and missing? #2017
Unanswered
LeMonMonOTS
asked this question in
Q&A
Replies: 1 comment
-
I just tried the latest v1.21.6 but the keyboard issue still exsited. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
I want to use conky to monitor and plot graphs for cpu tempterure, cpu ppt and fans speed. But it seems not to provide Variables to do this directly.
So I head for
exec sensors | grep
to do this:The function seems to be done very well, but after conky running for a while, keyboard input is noticeably lost and delayed.
Hardware platform
ThinkPad-T14-Gen-1
withAMD Ryzen 7 PRO 4750U with Radeon Graphics (16)
.Software version
I'm using Ubuntu 22.04.4 LTS x86_64 OS with 6.8.0-40-generic kernel and my conky version is
1.12.2
.conky.conf
I hope it would be helpful although it is really messy:
This should look like this:
What I've tried to solve
update_interval
is too small and the update is too frequent. So I've tried to set it bigger but keyboard input delay and missing just happened again a little later.top
to check the resources taken by conky, I didn't see conky use too much cpu or memory. In fact I can hardly feel any performance issues other than keyboard input issues.execgraph
is also in this case. So I've tried to comment out theexec
andexecgraph
related lines, this issue could be solved. Other graphs did work greatly.execgraph
withexecigraph
, and replace the "inline double-quotes" parameter followed byexecgraph
with bash script file version. But these all did't work.Above these, I think this should caused by
exec
andexecgraph
(orexecigraph
). But I really have no idea how to improve performance while maintaining functionality.Question
exec
orexecgraph
) to monitor and plot graphs for cpu tempterure, cpu ppt and fans speed with or withoutsensors
?exec
andexecgraph
if possible?Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions