Can't figure out why deflisten doesn't work with my Python script #514
-
Hello! Trying to take my spin on workspaces widget and decided to generate it from JSON object. Wrote Python script to do it and decided to make it work like a daemon, instead of updating variables with
However, when I put it inside of defvar declaration it doesn't work at all. I've tried to changing it's link to absolute and wrapping it in a shell script. Variable always stays in an initial state in
I'm out of ideas already. Last resort is to update variable with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you provide the script or a minimal reproducible example ? My guess right now would be the extra new line the script outputs but that shouldn't cause it to fallback to its initial state. Also have you made sure that the variable is actually used in your config ? IIRC eww doesn't update hidden variables. |
Beta Was this translation helpful? Give feedback.
Can you provide the script or a minimal reproducible example ? My guess right now would be the extra new line the script outputs but that shouldn't cause it to fallback to its initial state. Also have you made sure that the variable is actually used in your config ? IIRC eww doesn't update hidden variables.