Eddy Otsutsuki
Eddy Otsutsuki
@MartyMcFlyInTheSky I do this  Edit the eww code to add the menu attribute, it converts a json to a gtk menu. The idea is that elkowar can make any...
Does this project have discord?
https://github.com/elkowar/eww/issues/1161#issuecomment-2295482424
Here is something more complete, these styles can be used to add an arrow to the options that are submenus ```scss menu { padding: 5px; background-color: $black; color: #fff; menuitem...
most complete version with check fields ```scss menu { border-radius: 15px; background-color: $surface0; border: 2px solid $blue; color: #fff; separator:not(:last-child) { margin: 0 8px; min-height: 2px; background-color: $surface1; } menuitem...
@noahpolimon The tray widget has the icon-size attribute. ```lisp (tray :icon-size 16 :spacing 4) ```
@noahpolimon try this https://askubuntu.com/questions/201987/how-do-i-force-a-16x16-icon-size-for-toolbar-icons-in-gtk-3 i think this work for gtk 4 too