-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature request: "Override" battery status in GNOME? #87
Comments
If you mean Then Yes. It is possible but will be a little complicated. It can be modified here Battery-Health-Charging/lib/powerIcon.js Line 106 in c318f34
The problem would be how to handle the situation when Also another problem would be this extension, supports multiple device which support different level of threshold. Such as 60%, 80%, 85%. That would be very confusing, when they set to threshold to 80% then this is the new 100% and then if they switch to 60% then this will be the new 100. |
I will have a look at this when I have free time, if I succeed will give you a test version. But could take me a few days, as I am very busy these day.. keep an eye on this post. |
I didnt have much time to spend on this. But try this, It is not perfect, but should work. let me know if it works or if there are any issues. |
I've been using it all night so far on my framework and it works wonderfully thank you! EDIT: AHH! Ok so I closed this out with this comment by mistake. That said, I do want to respect your time for certain and don't necessarily want you to do anything you wouldn't like to do, I'm totally OK with this being a different build in perpetuity honestly, but I also know that in its own right is a painnnn in the butt. That said, this is exactly what I wanted. I'd love to see it in the main branch, but I also don't want you to have to get like tons of new issues surrounding what sounds like a "hit or miss" feature. So however you wanna handle it, definitely your project. Thank you again so much for hammering this out! |
Yes, this will work for devices that have customizable threshold but it will not work on some laptop with fixed threshold. So I will not merge in the main branch (At least for now). However it will keep this branch updated with future releases with the extension (it is easy to merge commits), so that if you really need you can update it manually from github. I will leave this issue open for now. Thanks for testing |
Would it be at all possible to attempt to override the default battery percentage to have the OS think in terms of 0-100% regardless of if I set it to max charge at 80%? It just makes life easier to think in terms of "full" at 100% instead of at 80% and so the ability to adjust it to think that 80% is "full" would be awesome. If its not possible, totally understandable but figure I'd ask!
Cheers,
Waffleophagus
(P.S. this is awesome! thanks for the work so far!)
The text was updated successfully, but these errors were encountered: