Chris Holland
Chris Holland
Changing this issue to "window specific over-rides" as we also have Issue #23 for title alignment.
Open Konsole. Type `xprop` and hit Enter. Then click the Stawberry window. There should be something like: ``` _KDE_NET_WM_APPMENU_OBJECT_PATH(STRING) = "/MenuBar/27" _KDE_NET_WM_APPMENU_SERVICE_NAME(STRING) = ":1.56" ```
> In both instances, the 'KDE_NET_WM_APPMENU' line isn't seen in xprops output. What about the stuff above the app icon? ```bash # Filter out the app icon xprop -f _NET_WM_ICON...
Pretty sure it uses the Color Theme's colors doesn't it? 
Hmmm, you did make me notice a bug in the border code. Apparently there's a tiny sliver doesn't get repainted. It sticks with whatever color it had when the color...
> This, on the other hand, does not appear here. Do you have a border thickness set? I'm changed "No Borders" to "Thin" which is a 1px border. Change the...
It's not in the config popup. It's a setting at the bottom of the theme selector grid. 
Hmm, I test again when I get back to X11 from Wayland. I doubt that's the issue though. I'm renaming this issue though since all the screenshots are here already.
This is probably an upstream bug in [kde-gtk-config](https://invent.kde.org/plasma/kde-gtk-config). Breeze GTK theme literally renders the buttons of this kdecoration plugin as SVGs to be used in the Breeze GTK theme. See...
I've been wondering why the GTK assets in `~/.config/gtk-3.0/assets/` do not draw the red bg fill on hover like Qt app decorations. Seems there's some extra magic in the gtk...