Set your battery max charge to 80%. Because we don't have a deep sleep or hibernation yet, you'll either be powering down all the way, or spending a lot of time plugged in. Max charging to 100% all the time is a quick way to shorten your battery life.
this post was submitted on 06 Feb 2026
12 points (92.9% liked)
Asahi Linux
286 readers
4 users here now
Unofficial community for the Asahi Linux project
founded 2 years ago
MODERATORS
Thanks! What tool are you using for this? I heard of this but haven't tried yet: https://maniacx.github.io/Battery-Health-Charging/
In Asahi Fedora Remix (KDE) the tool is built in:

I know you mentioned you're using GNOME so I don't know if its available in that Window Manager by default.
Is this working? Mine always gets reset to 100% after each reboot.
Edit: According to this post this is supposed to be fixed as of the latest update from a few days ago. Yay!
- Install Widevine: https://docs.fedoraproject.org/en-US/fedora-asahi-remix/faq/#widevine
- Fix notch/GNOME top bar height mismatch:
Install "User Themes" extension.
https://extensions.gnome.org/extension/19/user-themes/
mkdir ~/.themes
cd ~/.themes && mkdir theme-name
cd theme-name && mkdir gnome-shell
cd gnome-shell && touch gnome-shell.css
Edit CSS file to include:
#panel {
height: 35px;
}