Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yozoon/gnome-shell-extension-blyr
Apply a Blur Effect to GNOME Shell UI elements
https://github.com/yozoon/gnome-shell-extension-blyr
gnome gnome-shell-extension shader-effect
Last synced: 3 months ago
JSON representation
Apply a Blur Effect to GNOME Shell UI elements
- Host: GitHub
- URL: https://github.com/yozoon/gnome-shell-extension-blyr
- Owner: yozoon
- License: gpl-2.0
- Archived: true
- Created: 2017-07-02T12:29:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T18:15:01.000Z (over 2 years ago)
- Last Synced: 2024-04-27T18:31:34.063Z (7 months ago)
- Topics: gnome, gnome-shell-extension, shader-effect
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/1251/blyr/
- Size: 5.97 MB
- Stars: 226
- Watchers: 14
- Forks: 21
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> :warning: UNMAINTAINED :warning:
>
> I highly recommend you to check out [Blur my Shell](https://github.com/aunetx/blur-my-shell) (GNOME 3.36+)# GNOME Shell Extension - Blyr
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
Apply a Blur Effect to GNOME Shell UI elements
## Screenshots
### Activities Background Blur:
Overview with a blur intensity of 10:![](https://raw.githubusercontent.com/yozoon/gnome-shell-extension-blyr/master/img/Overview_10.png "Overview 10")
Overview with a blur intensity of 30:
![](https://raw.githubusercontent.com/yozoon/gnome-shell-extension-blyr/master/img/Overview_30.png "Overview 30")
### Panel Blur:
GNOME Shell 3.26+:![](https://raw.githubusercontent.com/yozoon/gnome-shell-extension-blyr/master/img/Panel_Blur.png "Panel Blur")
With GNOME Shell version 3.32 the panel transparency was removed. In order to use the blurred panel feature, you can install the Dynamic Panel Transparency [extension](https://extensions.gnome.org/extension/1011/dynamic-panel-transparency/).
### Extension Preferences:
![](https://raw.githubusercontent.com/yozoon/gnome-shell-extension-blyr/master/img/Prefs_30.png "Prefs 30")## Installation
### Official
Install *blyr* using the official repository:
[extensions.gnome.org](https://extensions.gnome.org/extension/1251/blyr/)### Manual
```bash
git clone https://github.com/yozoon/gnome-shell-extension-blyr.git
cd gnome-shell-extension-blyr/
make local-install
```
Now just restart the Shell and enable the extension.To remove the extension just run:
```bash
make local-uninstall
```## Troubleshooting
Some Ubuntu users reported that the preferences dialog didn't appear after opening it from the GNOME Tweaks application. To fix the issue install the gtkclutter bindings as follows:```bash
sudo apt install gir1.2-gtkclutter-1.0
```