Added Battery check

This commit is contained in:
2026-05-08 11:01:19 +02:00
parent 1bdfab2e7a
commit 8b54c3afeb
2 changed files with 32 additions and 2 deletions

View File

@@ -76,8 +76,13 @@ else
fi
#clear
. "$DIR/battery.sh"
retval=$?
if [ "$retval" == 0 ];then
echo -e "AKKU:\t Ja" >>"$OUT"
else
echo -e "AKKU:\t Nein" >>"$OUT"
fi
drives $OUT