Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Don't have a battery icon! #10

Closed
0rAX0 opened this issue Nov 2, 2011 · 4 comments
Closed

Don't have a battery icon! #10

0rAX0 opened this issue Nov 2, 2011 · 4 comments

Comments

@0rAX0
Copy link

0rAX0 commented Nov 2, 2011

Hi,

I tried this extension before on a desktop computer, which doesn't have a battery icon(of course). Can I use this extension then?

@darkxst
Copy link

darkxst commented Nov 3, 2011

edit this line
let batteryMenu = Main.panel._statusArea.battery; in extension.js

to

let batteryMenu = Main.panel._statusArea.a11y; (Will put it in the accessibility menu)

or

let batteryMenu = Main.panel._statusArea.userMenu; (Will put it in the User Menu)

@0rAX0
Copy link
Author

0rAX0 commented Nov 3, 2011

I think an auto-detect feature or a dconf setting would make things easier. :)

@Mystro256
Copy link
Collaborator

I have no interest in fixing this and I would rather just play with my fork instead: https://github.com/Mystro256/gnome-shell-extension-inhibit-applet

@Mystro256
Copy link
Collaborator

I plan to merge my fork into this, and this has already been fixed in my fork.

I'll close this for now, just use my fork until I get around to merging/pulling it:
https://github.com/Mystro256/gnome-shell-extension-inhibit-applet
https://extensions.gnome.org/extension/233/inhibit-applet/

Please re-open if it's not fixed in my fork

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants