for expression giving same widths to its elements. #1247
Replies: 2 comments
-
One update, the boxes are actually expanding themselves to fill all the available space, later if there are too many messages, they are coming back to there intended sizes with the scroll enabled, I tried setting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing the issue, the error was from my end, I didn't set the |
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
-
I am trying to build a notification list with eww using the dunstctl, as for looping through the json,
for entry in jsonvariable
type eww expression is working fine, but the problem is that it is making the size of each widget equal to the the largest size of the looped widget. I am not sure if equal widget dimentions are indeed caused by thefor
or is it something wrong in my code. how do I fix this issue?mentioning the code below(underdevelopment, other bells and whistles will be added later)
Scss is basic too,
You can view the changes after opening the window and running the following command.
Note the equal widths of widget, try running a long message with
notify-send
and further updating the variable to see that the widths remain the same.Beta Was this translation helpful? Give feedback.
All reactions