Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julio641742/gnome-shell-extension-reference
https://github.com/julio641742/gnome-shell-extension-reference
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julio641742/gnome-shell-extension-reference
- Owner: julio641742
- License: mit
- Created: 2017-01-01T04:55:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T14:55:03.000Z (over 2 years ago)
- Last Synced: 2024-08-01T03:27:48.226Z (6 months ago)
- Language: JavaScript
- Size: 8.66 MB
- Stars: 193
- Watchers: 9
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - julio641742/gnome-shell-extension-reference
README
# GNOME Shell Extension Reference
This is an unofficial reference guide for GNOME Shell extensions
You will need to know Javascript, CSS and XML in order to create a beautiful GNOME Shell Extension
#### Progress
- [ ] Step by step tutorial
- [ ] Complete Reference## Menu
* [GNOME Shell Overview](GNOME-SHELL.md)
* [Getting Started](GETTING-STARTED.md)
* [Tutorial](TUTORIAL.md)* [GNOME Shell Javascript Source Reference](REFERENCE.md) **NOT COMPLETED YET**
### Useful reference
- [Learn Javascript](https://developer.mozilla.org/en-US/learn/javascript)
- [Learn CSS](http://www.w3schools.com/css/)
- [GNOME Shell Extensions Available](https://extensions.gnome.org/)- [GNOME Shell Github Page](https://github.com/GNOME/gnome-shell)
- [GNOME Shell UI Files](https://github.com/GNOME/gnome-shell/tree/master/js/ui)
- [GNOME Shell Miscellaneous Files](https://github.com/GNOME/gnome-shell/tree/master/js/misc)
- [GNOME Shell CSS Code](https://github.com/GNOME/gnome-shell/blob/master/data/theme/gnome-shell.css)- [Clutter Reference](https://developer.gnome.org/clutter/stable/)
- [Tweener Documentation](http://hosted.zeh.com.br/tweener/docs/en-us/)
- [Shell Toolkit (St) Reference](https://www.roojs.org/seed/gir-1.2-gtk-3.0/seed/St.html)* [GNOME Shell Style Guide](https://wiki.gnome.org/Projects/GnomeShell/StyleGuide)
* [GJS Style Guide](https://live.gnome.org/GnomeShell/Gjs_StyleGuide)## Almost all the references were extracted from different websites
* [Source Material](SOURCES.md)### **Any contribution to this guide is welcomed**