Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works
linux·Linuxbyaether

tip for xfce users (about rounded corners in the whisker menu)

i've been having problems with xfce where themes with rounded corners show a black box behind the whisker menu and even with the following code in ~/.config/gtk-3.0/gtk.css

}#whiskermenu-window { border-radius: 10px; border: none; box-shadow: none; border-image: none; background-image: none; outline: none; }

searches on duckduckgo returned nothing but after a few months with this problem i found a solution on google on the zorin os forums

the modifications: first, in the gtk.css file: __#whiskermenu-window frame>border { border-radius: 10px; border: none; box-shadow: none; border-image: none; background-image: none; outline: none; }_

then in the whisker menu properties, turn the opactiy to 99

no idea how or why this works but it just works :)

View original on sh.itjust.works
43

2 replies

Xfce always look incredibly beautiful in other people's screenshots, but on my system it always look so ugly lol

8

I had similar problems on Gnome (ArchLinux) which were fixed with a GPU driver change. Apparently the proprietary AMD drivers required for GPU Video encoding are somewhat janky.

6

You reached the end

tip for xfce users (about rounded corners in the whisker menu) | Spyke