Eddy Otsutsuki

Results 27 comments of Eddy Otsutsuki
trafficstars

@MartyMcFlyInTheSky I do this ![2024-08-29_01-31-02_area_maim](https://github.com/user-attachments/assets/813104d3-3c9a-4d00-935e-1ab5e02aa0d8) 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...

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