A Cinnamon extension to Blur, Dim, Colorize, Desaturate and make transparent parts of the Cinnamon Desktop.
Cinnamon components you can effect (currently):
- The overview
- The Expo
- Panels
- Panel applet popup menus (i.e Menu menu, Calendar, etc.)
- Desktop background
- Gaussian blur algorithm (borrowed from the Gnome extension Blur-my-Shell) with a user configurable intensity
- Simple blur algorithm (the Cinnamon built-in algorithm) which I would only recommend for very old computers
- Dimming overlay with user configurable color and intensity (fully-transparent to a solid color)
- Makes the Panels, Popup menus and the Expo transparent so that the desktop background image effects are visible
- Allows you to adjust the color saturation of the background overlay. You can reduced or completely desaturated (i.e gray scale)
- You can use general settings for Popups/Panels/Overview/Expo or use unique settings for each
- You can blur, dim and desaturate the desktop background image
- The desktop background image effects can be configured to only apply when the desktop is not in focus
This extension requires Cinnamon 6.0 or better (i.e Mint 21.3 or better).
If you have installed any of the following Cinnamon extensions, you should disable them before enabling Blur Cinnamon:
- Transparent panels
- Transparent panels reloaded
- Blur Overview
Using any of the above with Blur Cinnamon may have some odd side effects that would require a Cinnamon restart to resolve.
- Currently, any windows that are moved such that they overlap with a panel will not be visible beneath the panel as you might expect with a transparent panel. This is because the blur effect is applied to a user interface element that floats above all windows just like the panel floats above the windows. At some point I hope to look into making the blur element appear below all windows rather than above.
- The panel applet popup menu effects works for all the applets that I have tested except "Cinnamenu", which uses a bit of an odd way to activate the popup menu when clicked, making it more difficult to intercept the menu open process so that I can change the menu's transparency setting.
- If you disable effects for the Overview, Expo or Panels under the General tab of the setting dialog while any "Override the generic effect settings" options are enabled under the other tabs, the components "effect setting" options under the other tabs will still be visible, but changing those setting will have no effect until you re-enable the component under the General tab. Ideally those effect setting would only be visible when the component is enabled under the general tab but Cinnamon setting support is a bit limited in this way.
This extension is also available on Cinnamon Spices. It can be installed directly from within Cinnamon using the "Extensions" application under the "System Settings".
Blur Cinnamon on Cinnamon Spices
For the latest cutting edge development version, follow these instructions to install manually:
-
Clone the repo (or Download the latest repo by clinking on the green "code" button above then click "Download ZIP")
git clone https://github.com/klangman/BlurCinnamon.git
-
If you downloaded a ZIP, decompress the zip into a directory of your choice
unzip ~/Downloads/BlurCinnamon-main.zip
-
Change directory to the cloned repo or the decompressed ZIP file
-
Link the "BlurCinnamon@klangman" directory into the "~/.local/share/cinnamon/extensions/" directory
ln -s $PWD/BlurCinnamon@klangman ~/.local/share/cinnamon/extensions/BlurCinnamon@klangman
-
Open the Cinnamon Extensions application (Menu->Preferences->Extensions)
-
Select the "Blur Cinnamon" entry and then click the "+" button at the bottom of the Extensions window
-
Use the "gears" icon to open the Blur Cinnamon setting window and setup the preferred behavior
Feel free to open an issue here in my Github repo if you want to make a suggestion or report an issue.
If you like this Cinnamon extension, "star" this Github repository and its Cinnamon-spices [page](Extensions : Blur Cinnamon : Cinnamon Spices to encourage me to continue working on the project. Thanks!
Some code was borrowed from the BlurOverview Extension by nailfarmer.
The Gaussian effect code was borrowed from the Gnome Blur my shell extension by Aurélien Hamy.
The Blur Cinnamon icon was generated by Google Gemini