arelange/gnome-shell-extension-hibernate-status

[Feature Request] hybrid sleep optional

Closed this issue · 4 comments

Please add an option to disable the Hybrid Sleep entry

Please remove this option, there is nothing such as hybrid sleep in Linux, or make it configurable (option to remove the menu item).

Thank you

Ok, for those who want do do it manually, edit extension.js line 91, comment out and paste line 89

to become:

/* asyncCallback(result[0] != 'no');*/
asyncCallback(false);

Menu entry in not present anymore.

Have a better day, and thanks to the author for this nice extension.

I dabbled with this a bit, I need to clean up what I made a bit but I'm happy to provide a PR if there's interest in this @p91paul?

I would gladly accept a PR for this, thanks!