maiself / gnome-shell-extension-invert-color

GNOME Shell extension for inverting the color of windows
MIT License
42 stars 23 forks source link

extension not installing in fedora 24, manually install #5

Open fastrizwaan opened 8 years ago

fastrizwaan commented 8 years ago

had to manually git clone and install using:

mkdir -p "$HOME/.local/share/gnome-shell/extensions/invert-window@maiself" cd /tmp git clone https://github.com/maiself/gnome-shell-extension-invert-color.git cd /tmp/gnome-shell-extension-invert-color cp convenience.js extension.js metadata.json schemas/ "$HOME/.local/share/gnome-shell/extensions/invert-window@maiself" -r

enable invert window from gnome-tweak tool and restart gnome-shell (alt+f2 r )