You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Would be nice to be able to deactivate conservation mode for exactly one charging cycle. So the trigger to reactivate it could be one of the following:-
Fully charged
Charge drops below a threshold (95%?)
Goes on to battery power
The reasoning is that the reason to disable conservation mode is normally because you need the battery life (for a movie binge perhaps), but when that's done, the next time you plug in you may be using the laptop for hours and want conservation mode on.
The text was updated successfully, but these errors were encountered:
Thanks, I can't really find a description of what config_charging_threshold does though? Is it the limit to which it gets charged (which seems fixed to 60% on my Lenovo) when in conservation mode? Or the limit beyond which the status will be changed?
Edit: Is batterycm monitoring by polling the battery? Because I see a sleep 30 in the systemctl status
So I've managed to get sort of the behaviour I want by using KDE's settings (Under Power Management -> Advanced Power Settings -> Configure Notifications). I just call /usr/bin/batterycm-switcher on when 'Charge Complete' or 'Power source disconnected'. Haven't tested whether it works when charging in sleep mode, but the 2nd one should take effect nonetheless I'd guess.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be nice to be able to deactivate conservation mode for exactly one charging cycle. So the trigger to reactivate it could be one of the following:-
The reasoning is that the reason to disable conservation mode is normally because you need the battery life (for a movie binge perhaps), but when that's done, the next time you plug in you may be using the laptop for hours and want conservation mode on.
The text was updated successfully, but these errors were encountered: