Make the info stay longer

This commit is contained in:
Dita Aji Pratama 2025-09-01 10:32:31 +07:00
parent c5e09a0c7f
commit 0c555d95fc

2
aji.sh
View File

@ -51,8 +51,8 @@ elif [ "$1" == "bright" ] && [ "$2" == "down" ]; then
elif [ "$1" == "bright" ]; then elif [ "$1" == "bright" ]; then
echo $bright echo $bright
elif [ "$1" == "info" ]; then elif [ "$1" == "info" ]; then
sleep 2
xsetroot -name " Bright: $bright | Vol: $vol | $status $capacity% | $(date +'%a, %F %R') " xsetroot -name " Bright: $bright | Vol: $vol | $status $capacity% | $(date +'%a, %F %R') "
sleep 4
xsetroot -name " DAP " xsetroot -name " DAP "
else else
echo "Invalid argument." echo "Invalid argument."