ErwanDouaille / gse-shader

Gnome-Shell Extension. Allow you to use any shader on top of your screen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

git clone https://github.com/ErwanDouaille/gse-shader.git ~/.local/share/gnome-shell/extensions/

Change metadata version, depending of you current gnome-shell version:

[douaille@strela ~]$ cat ~/.local/share/gnome-shell/extensions/douailleerwan@gmail.com/metadata.json
{"description": "Shader menu", "shell-version": ["3.18.1"], "name": "Shader menu", "uuid": "douailleerwan@gmail.com"}
[douaille@strela ~]$ gnome-shell --version
GNOME Shell 3.18.1

Restart gnome-shell : "alt+f2" then type "r" and validate.

You need to install and use gnome-tweak-tool to turn on the extension. Once it's turned on, you can choose the shader you want to apply and use the slider to change some values. If you want to add or modify any shader, place it in the extension directory with the ".frag" file extension. Gnome-shell need to be restarted to make it available in the extension menu.

About

Gnome-Shell Extension. Allow you to use any shader on top of your screen

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.2%Language:GLSL 17.8%