Search notes:

Linux on laptops

Battery status

$ upower -i $(upower -e | grep BAT) | grep --color=never -E "state|to\ full|to\ empty|percentage"
Checking the battery status via /sys/class/power_supply/BAT0/capacity.

Index