aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/03-boot.bash
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-12-11 01:03:47 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-12-11 01:03:47 -0700
commitc32ed90899dd1047bc8bab171a60d7de6f4af34f (patch)
tree5cfeb8677f468814eae9ca29fad2fe39a46098f5 /bash/.bash/03-boot.bash
parent173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab (diff)
downloaddotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar
dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar.gz
dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar.bz2
update stuff, add relevant x scripts
Diffstat (limited to 'bash/.bash/03-boot.bash')
-rw-r--r--bash/.bash/03-boot.bash2
1 files changed, 1 insertions, 1 deletions
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 "***********************************************************"