Created
November 11, 2023 17:37
-
-
Save rdebeasi/b9d684be08de0d69fdf5e6ad6da74e42 to your computer and use it in GitHub Desktop.
Battery health command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# https://www.makeuseof.com/how-to-check-your-laptops-battery-health-in-linux/ | |
upower -i /org/freedesktop/UPower/devices/battery_BAT0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment