From 200f085aa6a52d51a147b9fd7b518409adc9a36e Mon Sep 17 00:00:00 2001 From: G2-Games Date: Tue, 6 Sep 2022 00:01:13 -0500 Subject: [PATCH] Fixes --- welcome.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/welcome.sh b/welcome.sh index 99dadd4..92f6454 100755 --- a/welcome.sh +++ b/welcome.sh @@ -137,7 +137,7 @@ randcolor() { # to modify it for light cluma=0 loops=0 - while [[ $(printf %.0f $cluma) -le $1 ]] && [[ $loops -le 10 ]]; + while [[ $(printf %.0f $cluma) -le 100 ]] && [[ $loops -le 10 ]]; do cr=$((0 + $RANDOM % 255)) crl=$(echo "$cr 0.299" | awk '{print $1 * $2}') @@ -186,8 +186,5 @@ rechargenotif="off" #< Notify that you should recharge if below 15% flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT welcome -greeting -clock -battery -updates #< This makes startup slower + echo # Properly line break at the end