We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to read the content of a variable with the jq function. eww seems to optimize the usage. Therefore the content of the var is not updated.
As soon as I use the output of the var in a different way. It works fine and even the jq function starts to work perfect.
Define a poll var. Print the content with jq. The output is always the initial value.
jq
The content should update.
(defpoll script_network_test :interval "5s" :initial '{}' "/home/x70b1/test.sh") . . . (label :class "unit" :text "${jq(script_network_test, '.')}")
Hyprland, eww-git on Archlinux.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist before submitting an issue
Description of the bug
I want to read the content of a variable with the jq function. eww seems to optimize the usage. Therefore the content of the var is not updated.
As soon as I use the output of the var in a different way. It works fine and even the jq function starts to work perfect.
Reproducing the issue
Define a poll var. Print the content with
jq
. The output is always the initial value.Expected behaviour
The content should update.
Additional context
Platform and environment
Hyprland, eww-git on Archlinux.
The text was updated successfully, but these errors were encountered: