yeyushengfan258 / Win11OS-kde

Win11OS kde is a materia Design theme for KDE Plasma desktop.
GNU General Public License v3.0
119 stars 9 forks source link

Cannot turn off transparency #15

Closed Drakon1505 closed 1 year ago

unalignedcoder commented 1 year ago

I solved this by opening in Kate the panel-background.svg file contained in /.local/share/plasma/desktoptheme/Win11OS-light/solid/widgets/.

There are several opacity= entries in it, that are less than 1(0.5, 0.6, 0.97 etc)

I relpaced them all with opacity="1" and the panel is now fully opaque. Looks great.

I did the same with the other .svg files in /solid just to be sure.

Unfortunately the Application Launcher menu and the Titlebars remain semi-transparent. Could not find how or where to fix this.

Hopefully the maintainer will make the necessary adjustments, so that this will not have to be repeated in case of updates.