Zen browser transparency in linux (KDE Wayland)? #6771
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This comment suggested adding this to userChrome.css: :root { --zen-themed-toolbar-bg-transparent: transparent !important; } and using kwin-effects-forceblur. I already installed that but it didn't work with "blur all except matching", I made a repo issue about it, a workaround is to write random characters in the window class box. I didn't know how to get the theme color picker, but you can do so by right clicking on the sidebar and selecting "Change theme colors". |
Beta Was this translation helpful? Give feedback.
-
In the "Classes of windows to force blur" put only "zen-bin" it works for me with that. |
Beta Was this translation helpful? Give feedback.
This comment suggested adding this to userChrome.css: :root { --zen-themed-toolbar-bg-transparent: transparent !important; } and using kwin-effects-forceblur. I already installed that but it didn't work with "blur all except matching", I made a repo issue about it, a workaround is to write random characters in the window class box. I didn't know how to get the theme color picker, but you can do so by right clicking on the sidebar and selecting "Change theme colors".