Simple Hamster shell extension for Gnome 3.
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.
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/
- Fork this project
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Submit a Pull Request with your branch
- That's it!