From c5e09a0c7f42a3a087e157a49144417e05d7a5cb Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 1 Sep 2025 10:32:01 +0700 Subject: [PATCH] Switch battery capacity and status --- aji.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aji.sh b/aji.sh index 0be40ab..6778809 100644 --- a/aji.sh +++ b/aji.sh @@ -51,8 +51,8 @@ elif [ "$1" == "bright" ] && [ "$2" == "down" ]; then elif [ "$1" == "bright" ]; then echo $bright elif [ "$1" == "info" ]; then - xsetroot -name " Bright: $bright | Vol: $vol | $capacity% $status | $(date +'%a, %F %R') " sleep 2 + xsetroot -name " Bright: $bright | Vol: $vol | $status $capacity% | $(date +'%a, %F %R') " xsetroot -name " DAP " else echo "Invalid argument."