Simple CTparental shell extension for Gnome 3.
Current validated Gnome shell version: 3.22
Please tell me if this extension is functional on other versions.
Visit the CTParental page on : https://extensions.gnome.org/extension/1384/ctparental/
To install just symlink the checkout folder into ~/.local/share/gnome-shell/extensions/
as [email protected]
. It looks something like this:
cd ~/.local/share/gnome-shell/extensions/
ln -s /path/to/the/checkout [email protected]
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!
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.