This commit is contained in:
2025-10-25 14:18:56 +00:00
parent 178608bb04
commit 20abc74f48
3 changed files with 104 additions and 4 deletions

View File

@@ -10,5 +10,7 @@ if [ "$stat" = "1" ]; then
echo "🔌 $cap% ${w}W"
else
echo "🔋 $cap% ${w}W"
[ "$cap" -lt "15" ] && exit 33
if [ "$cap" -lt "15" ]; then
exit 33
fi
fi