I have successfully changed (on windows) the color of the window’s close button to red when the mouse hovers over it. Now, I would like to adjust the close, minimize, and maximize buttons so that they occupy the entire vertical space of the title bar. Instead of having a small close button like this:
I would prefer something like this:
Is there any way to achieve this using CSS or programmatically?
Is there a delegate or any other method that can allow us to draw the close, minimize, and maximize buttons on non-GNOME systems as desired?
If you use an AdwWindow, last time I checked the controls could not fill the whole titlebar space because of some intermediate box or whatever. I never really investigated for a solution, because I don’t use libadwaita in my projects. In the worst case, you may need to re-implement custom windowcontrols by yourself.