mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 21:42:53 -05:00
Changed variable name to be more descriptive
This commit is contained in:
parent
87a509c991
commit
935bc210f9
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ greeting () {
|
||||||
hour=$(date +%H)
|
hour=$(date +%H)
|
||||||
greet="It's"
|
greet="It's"
|
||||||
|
|
||||||
if [ "$greetingtype" = "on" ]; then
|
if [ "$goodgreeting" = "on" ]; then
|
||||||
greet="Good"
|
greet="Good"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@ randgreeting="off" #< Turn the random greetings on (eg. "Hello <user>, Hi <user
|
||||||
twelvehour="on" #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
|
twelvehour="on" #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
|
||||||
rechargenotif="off" #< Notify that you should recharge if below 15%
|
rechargenotif="off" #< Notify that you should recharge if below 15%
|
||||||
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
|
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
|
||||||
greetingtype="on"
|
goodgreeting="on"
|
||||||
|
|
||||||
welcome
|
welcome
|
||||||
greeting
|
greeting
|
||||||
|
|
Loading…
Reference in a new issue