diff --git a/batterycheck b/batterycheck index ae34ee5..46f0d0f 100755 --- a/batterycheck +++ b/batterycheck @@ -9,4 +9,5 @@ acpi_status=$(echo "$acpi" | awk -F ': |,' {'print $2'}) [ "$acpi_value" -lt "$limit" ] && export DISPLAY=:0.0 && notify-send -u critical "Battery charge at $acpi_value%" +exit 0