mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
plugins/battery: Get battery capacity by /sys/class/power_supply
Reference:- https://www.kernel.org/doc/html/latest/admin-guide/abi-testing.html?#abi-sys-class-power-supply-supply-name-capacity Co-authored-by: Koichi Murase <[email protected]>
This commit is contained in:
committed by
Koichi Murase
co-authored by
Koichi Murase
parent
ca95a7f8a1
commit
9875246872
@@ -125,8 +125,8 @@ function battery_percentage {
|
||||
echo $WINPC
|
||||
;;
|
||||
esac
|
||||
else
|
||||
echo "no"
|
||||
elif [[ -r /sys/class/power_supply/BAT0/capacity ]]; then
|
||||
echo "$(cat /sys/class/power_supply/BAT0/capacity)"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user