Skip to content

madtibo/ctparental-tribu-ml.fr

Repository files navigation

CTparental Gnome Shell extension

Simple CTparental shell extension for Gnome 3.

Install

Current validated Gnome shell version: 3.22

Please tell me if this extension is functional on other versions.

Install from Gnome extensions

Visit the CTParental page on : https://extensions.gnome.org/extension/1384/ctparental/

Manual installation for testing and development

To install just symlink the checkout folder into ~/.local/share/gnome-shell/extensions/ as ctparental@tribu-ml.fr. It looks something like this:

cd ~/.local/share/gnome-shell/extensions/
ln -s /path/to/the/checkout ctparental@tribu-ml.fr

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!

Thanks

Thanks to dAKirby309 from its icon from deviantart (CC Attribution 3.0 license).

Thanks to projecthamster from which I learn how to make a gnome extension.