Can anyone recommend one, please?
Hi dirn. Basically i am looking for a way to (only) make my Taskbar transparent. I hoped to do so with a Plasma-Style? I tried several, but they all seem to come with a blur effect.
Do you mean, making the taskbar transparent only, while the application launcher and the applet pop-ups still have blur?
correctly, that is it.
Currently, Iâm not aware of any way to do that. That also doesnât seem like something someone would be interested to include as a tweak.
Your only best option is to create a custom Plasma Style by slightly modifying the Breeze Plasma Style but that requires technical knowledgeâŚ
Update: There is actually a (somewhat!) similar behaviour already present. If you set the Opacity to âAdaptiveâ, the panel goes opaque (not translucent!) once an application goes fullscreen.
@Z3m228 ,
If Iâm not mistaken, you can use panel colorizer to achieve that.
Otherwise you might need to customize the plasma style as mentioned by @LinuxGuy-cyber
Thank you both for the input.
Well, i think i will just stay with a transparent blurry Plasma-Style then, so not to complicate things further. It is quite close to what i am looking for.
As it only requires changing the Plasma Style under System Settings > Colors & Themes, I would do this by creating a new Plasma Style that will only have a different name, and a different, transparent panel background as follows:
- Create a directory for the new Plasma Style such as
~/.local/share/plasma/desktoptheme/BreezeMod, either in Dolphin or by entering in a terminal window:mkdir -p ~/.local/share/plasma/desktoptheme/BreezeMod - Create a plaintext file named
metadata.jsonthere with the following contents:
{
âKPackageStructureâ: âPlasma/Themeâ,
âKPluginâ: {
âCategoryâ: âPlasma Themeâ,
âServiceTypesâ: [
âPlasma/Themeâ
],
âEnabledByDefaultâ: true,
âNameâ: âBreezeModâ,
âDescriptionâ: âBreezeModâ,
âIdâ: âBreezeModâ,
âVersionâ: â1.0â,
âLicenseâ: âGPL-3.0+â
},
âX-Plasma-APIâ: â5.0â
} - Create a sub-directory at
~/.local/share/plasma/desktoptheme/BreezeMod/translucent/widgets, and copy there an image file namedpanel-background.svg(below), which will be used as the new panel background. - Finally, go to System Settings > Colors & Themes > Plasma Style, and select that new one named BreezeMod, while keeping all the rest intact.
If you mean something like:
The panel colorizer can do it. Or, if youâre on 6-ish, the transparency toggle has been ported.
Dunno about 6-ish, but editing the background svg ( completely transparent) wonât work on 5-ish. No matter, itâll always have some color.
@dzon, I tried @Sadiâs suggestion. It works on 6-ish. But for OPâs peace of mind, itâs probably better to use Panel Colorizer if OP still wants to go ahead with this.
This looks amazing as well.
So many choices, so much flexibility in KDE Plasma.![]()
I preferred using just a small SVG file to tweak the panel background because it seems very lean to achieve panel transparency alone.
I tried @dzonâs suggestion (link) and yes it works well - so thanks a lot.
@dirn: Where to find Panel Colorizer?
I havenât used it myself. You can check this thread, or maybe @dzon can help with it.
Yeah, I wanât sure âbout 6-ish. But itâs the lightestâ solution.
I donât use it myself so I THINK itâs this https://github.com/luisbocanegra/plasma-panel-colorizer But the guys and gals that do use it might have a better link.


