lassekongo83 / adw-gtk3

The theme from libadwaita ported to GTK-3
GNU Lesser General Public License v2.1
1.5k stars 57 forks source link

[Question] How to remove circle behind the window controls? #75

Closed arun54321 closed 2 years ago

arun54321 commented 2 years ago

Not an issue. Could you tell me how to remove circles on the title bar on your theme?

I have managed to remove circles from gtk4 apps with

windowcontrols button image:not(:hover) {
background-color: transparent;
}

I like to get that similar look on gtk3 apps with your theme.

lassekongo83 commented 2 years ago

button.titlebutton:not(:hover) { background-color: transparent; } to your ~/.config/gtk-3.0/gtk.css file.