-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sleeping settings #6
Conversation
@bouteillerAlan, thank you very much for your contribution! I'll leave some feedback according to these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have any questions -- feel free to ask!
schemas/org.gnome.shell.extensions.se.kolesnikov.runcat.gschema.xml
Outdated
Show resolved
Hide resolved
schemas/org.gnome.shell.extensions.se.kolesnikov.runcat.gschema.xml
Outdated
Show resolved
Hide resolved
Hi @win0err , I made some changes. I think i wouldn't have time to update the I used this document for help, do you have any other resource to share with me which could be more "recent" to do this correctly? |
Documentation is a bit outdated, I recommend you to read about the basics and then take a look at GNOME Shell sources. Useful docs: And I strongly recommend you to use ts-for-gjs to have some kind of autocomplete |
Co-authored-by: Sergei Kolesnikov <win0err@gmail.com>
Co-authored-by: Sergei Kolesnikov <win0err@gmail.com>
Yeah i have this impression too haha :) Thanks for the resources, I check that ! |
The most important link about super-weird object inheritance in GJS: https://gjs.guide/guides/gjs/transition.html#extending-gobject-classes |
- Add extension settings widget - Add sleeping threshold settings
now the settings allow the user to change the minimum value of the cpu usage that make the cat sleep
link to #5 (i see the issues after :') )