statusbar: battery script changed

master
tiyn 11 months ago
parent 6568cefd80
commit 7cddd5c649

@ -2,7 +2,7 @@
acpi=$(acpi -b)
if ! printf '%s\n' "$acpi" | grep -Fqe "No support"; then
if [ "$acpi" = "" ]; then
echo ""
return
fi

Loading…
Cancel
Save