Regenerated

This commit is contained in:
2026-04-19 22:05:58 +02:00
parent 6cd1ae50d1
commit efc4be85ed
3 changed files with 363 additions and 363 deletions
+361 -361
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3493,7 +3493,7 @@ Providing an media
capacity=$(cat /sys/class/power_supply/BAT*/capacity)
status=$(cat /sys/class/power_supply/BAT*/status)
if [ "$status" != "Charging" ] && [ "$capacity" -lt 15 ]; then
if [ "$status" != "Charging" ] && [ "$capacity" -lt 85 ]; then
echo " $capacity%"
else
echo ""
@@ -3,7 +3,7 @@
capacity=$(cat /sys/class/power_supply/BAT*/capacity)
status=$(cat /sys/class/power_supply/BAT*/status)
if [ "$status" != "Charging" ] && [ "$capacity" -lt 15 ]; then
if [ "$status" != "Charging" ] && [ "$capacity" -lt 85 ]; then
echo " $capacity%"
else
echo ""