Chris Holland

Results 465 comments of 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? ![2021-03-16___10-26-07](https://user-images.githubusercontent.com/416367/111325672-4778e180-8642-11eb-848c-1cca8b5fe83c.png)

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. ![2021-03-16___10-45-11](https://user-images.githubusercontent.com/416367/111328602-c3742900-8644-11eb-9d57-6cf556ecafcb.png)

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...