Hello,
In the past I could simple overwrite a GTK theme with a transparent popovers command, but somehow it doesn't work anymore? Has the Budgie team disabled it in GTK3?
The strings look like this, but somehow it won't work;
popover.background {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
padding: 0;
background-color: rgba(60, 60, 60, 0.5);
border-radius: 12px;
}
This should give me transparent background in the menu, or am I missing the obvious somehow?