FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
72 stars 8 forks source link

Apply correct order to titlebar buttons #44

Closed grulja closed 10 months ago

grulja commented 10 months ago

Fixes #41

queenbiscuit311 commented 10 months ago

Seems to work perfectly with every configuration I tried! image

grulja commented 10 months ago

Seems to work perfectly with every configuration I tried! image

One thing I see on your screenshot is that you have wrong icons? Probably https://github.com/FedoraQt/QAdwaitaDecorations/issues/29

queenbiscuit311 commented 10 months ago

I did notice that. It seems to mainly be my icon theme, which is Nordic-bluish/Papirus. This icon theme doesn't have icons with the names specified in this program's source code, causing it to fall back to one of the themes that does have them, in this case Breeze. If I switch to another theme like Adwaita this doesn't happen. GTK decorations are using other icon names that are present in the theme I'm using. I like the window icons from breeze better anyways so I just copied those icons to my current theme and overwrote the necessary icons, and modified the red window close icon so that it matches the other two and properly dims when the window isn't focused.

It probably could be fixed by changing the icon names that, this program uses to be the same as the ones GTK uses.