From 0c555d95fc738abc4234558806f5ba2ff439c5bf Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 1 Sep 2025 10:32:31 +0700 Subject: [PATCH] Make the info stay longer --- aji.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aji.sh b/aji.sh index 6778809..de675e4 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 - sleep 2 xsetroot -name " Bright: $bright | Vol: $vol | $status $capacity% | $(date +'%a, %F %R') " + sleep 4 xsetroot -name " DAP " else echo "Invalid argument."