[BUG] Command keeps timing out, while `:timeout` has no effect
Author: musjjCreated Mar 19, 2023Updated Aug 3, 2026
Labelsbug
Checklist before submitting an issue
- I have searched through the existing closed and open issues for eww and made sure this is not a duplicate
- I have specifically verified that this bug is not a common user error
- I am providing as much relevant information as I am able to in this bug report (Minimal config to reproduce the issue for example, if applicable)
Description of the bug
My command inside handlers like :on-hover times out very often, usually after not interacting with the element for a while. Most of my commands are just simple eww update var=value calls, so I'm not sure why it's timing out.
I've tried setting the :timeout to a high value like "5s", but it doesn't seem to have any effect. Looking at eww logs, I can see that commands often time out instantly as you click/hover over the element.
Reproducing the issue
Use a widget that has any kind of handlers and add a command to it.
Expected behaviour
:timeout should have some kind of effect
Additional context
I have a slow computer, so that might be one of the factors causing the timeout.
Source: elkowar/eww