Regenerated

This commit is contained in:
2026-04-19 22:07:25 +02:00
parent efc4be85ed
commit 1d08356641
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) capacity=$(cat /sys/class/power_supply/BAT*/capacity)
status=$(cat /sys/class/power_supply/BAT*/status) status=$(cat /sys/class/power_supply/BAT*/status)
if [ "$status" != "Charging" ] && [ "$capacity" -lt 85 ]; then if [ "$status" != "Charging" ] && [ "$capacity" -lt 15 ]; then
echo " $capacity%" echo " $capacity%"
else else
echo "" echo ""
@@ -3,7 +3,7 @@
capacity=$(cat /sys/class/power_supply/BAT*/capacity) capacity=$(cat /sys/class/power_supply/BAT*/capacity)
status=$(cat /sys/class/power_supply/BAT*/status) status=$(cat /sys/class/power_supply/BAT*/status)
if [ "$status" != "Charging" ] && [ "$capacity" -lt 85 ]; then if [ "$status" != "Charging" ] && [ "$capacity" -lt 15 ]; then
echo " $capacity%" echo " $capacity%"
else else
echo "" echo ""