/desaturate_all

Desature the entire gnome workspace

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Installation

Using a terminal, you can do the following sequence of commands:

$ git clone https://github.com/laerne/desaturate_all.git
$ mv desaturate_all "~/.local/share/gnome-shell/extensions/desaturate_all@nicolas.brack.mail.be"

Then press Alt+F2, type r in the dialog window, then press Enter.

The default keyboard shortcut to toggle desaturation is <Super>+e. You can change this shortcut key using gsettings. For example, to change the keyboard shortcut to <Ctrl>+e, run the following command:

gsettings --schemadir \
  ~/.local/share/gnome-shell/extensions/desaturate_all@nicolas.brack.mail.be/schemas \
  set org.gnome.shell.extensions.desaturate-all.keybindings toggle "['<Ctrl>E']"

You can now enable the extension by running gnome-shell-extension-prefs, or by browsing to https://extensions.gnome.org/local.