From c32ed90899dd1047bc8bab171a60d7de6f4af34f Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 11 Dec 2022 01:03:47 -0700 Subject: update stuff, add relevant x scripts --- bash/.bash/03-boot.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/.bash/03-boot.bash') diff --git a/bash/.bash/03-boot.bash b/bash/.bash/03-boot.bash index c821a28..333aaed 100644 --- a/bash/.bash/03-boot.bash +++ b/bash/.bash/03-boot.bash @@ -4,7 +4,7 @@ # startup scripts for systems bat_check() { - TEST=$(acpi | grep "Dis") + TEST=$(acpi | grep "Discharging" | grep -v "rate information") if [[ $? -eq 0 ]]; then echo "***********************************************************" -- cgit v1.2.3