/shell-extension

Shell extension for hamster

Primary LanguageJavaScript

Hamster Gnome Shell extension

Simple Hamster shell extension for Gnome 3.

Install

The extension is available on extensions.gnome.org:
https://extensions.gnome.org/extension/425/project-hamster-extension/

Current compatible Gnome shell version: 3.14
For previous shell versions check releases.

Manual installation for testing and development

To install just symlink the checkout folder into ~/.local/share/gnome-shell/extensions/ as hamster@projecthamster.wordpress.com. It looks something like this:

cd ~/.local/share/gnome-shell/extensions/
ln -s /path/to/the/checkout hamster@projecthamster.wordpress.com

After that you can enable the extension and change the preferences using Tweak Tool, or on https://extensions.gnome.org/local/

Contributing

  1. Fork this project
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Submit a Pull Request with your branch
  5. That's it!