2024-01-28 16:37:10 -06:00

6 lines
113 B
Bash

#!/bin/sh
battery=$(sudo tlp-stat -b | tac | grep -m 1 "Charge" | tr -d -c "[:digit:],.")
echo "# $battery %"