Replies: 2 comments 1 reply
-
Could you post your entire config and eww-logs? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your quick response and please excuse me for my late one. So after doing some digging and testing I think I might have found a solution with the explanation. Despite having read several time the documentation, with the example, it still doesn't seem really clear to me. So, like I said before I created a (defpoll active_workspace :interval "1s"
"scripts/active_workspace") But I thought that by using it this way, for example: (box :class active_workspace) ; just for the example would work. But I realized that I had to use it this way: (box :class "${active_workspace}") ; again just for the example Then I Maybe I haven't read the documentation thoroughly enough, but it doesn't seem really clear in the documentation on how to use those type of variables and when to use Thank you very much for your help hoping I was clear enough |
Beta Was this translation helpful? Give feedback.
-
Hello,
I don't understand what I am doing wrong. So here is the problem.
I created a
defpoll
variable:I then use the variable
active_workspace
to display it in a simplebox
.It seems to work, I can see well the active workspace. But, I see, with the
eww logs
:So I would like to know who is right and who is wrong since it seems to work and yet it seems it indicate an error.
Thank you very much for any help
Beta Was this translation helpful? Give feedback.
All reactions