This commit is contained in:
G2-Games 2022-09-06 00:01:13 -05:00
parent a165ed66b0
commit 200f085aa6

View file

@ -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