Cannot turn off transparency
Drakon1505 opened this issue · 1 comments
Drakon1505 commented
Cannot turn off transparency
unalignedcoder commented
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.