commit c83670d1ca300e09925c1447b0f422f1e13a18b4 parent 1aa4b5c04e9327d471c42ee62ce066a450d4c40a Author: Anton Konyahin <me@konyahin.xyz> Date: Fri, 16 Dec 2022 17:08:43 +0300 scripts: show battery level in status line Diffstat:
M | scripts/dot-bin/status.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/dot-bin/status.sh b/scripts/dot-bin/status.sh @@ -3,6 +3,6 @@ set -e while true; do - xsetroot -name "$(date '+ %A %H:%M %Y')" + xsetroot -name "🔋$(apm -l)% $(date '+ %H:%M %d-%m-%Y')" sleep 2 done