mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Merge branch 'main' of https://github.com/G2-Games/welcome.sh
This commit is contained in:
commit
c4a0aa8899
1 changed files with 3 additions and 2 deletions
|
@ -50,19 +50,20 @@ Currently you can update by uninstalling and reinstalling, but this wipes all se
|
||||||
To configure settings, open `welcome.sh` in your text editor of choice and go to the bottom. There, you'll find a few settings:
|
To configure settings, open `welcome.sh` in your text editor of choice and go to the bottom. There, you'll find a few settings:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#=========SETUP========#
|
#==================SETUP=================#
|
||||||
# Select which parts you want active by #
|
# Select which parts you want active by #
|
||||||
# commenting them out. For example, on a #
|
# commenting them out. For example, on a #
|
||||||
# desktop, disabling the battery message #
|
# desktop, disabling the battery message #
|
||||||
# is a good idea. You can also re-order #
|
# is a good idea. You can also re-order #
|
||||||
# them to change how they display! #
|
# them to change how they display! #
|
||||||
|
#========================================#
|
||||||
|
|
||||||
greetings=("Welcome" "Greetings" "Hello" "Hi") # Add your own greetings!
|
greetings=("Welcome" "Greetings" "Hello" "Hi") # Add your own greetings!
|
||||||
randgreeting="off" #< Turn the random greetings on (eg. "Hello <user>, Hi <user>")
|
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
|
||||||
|
goodgreeting="on" #< Display greetings like "Good afternoon," else "It's afternoon"
|
||||||
|
|
||||||
welcome
|
welcome
|
||||||
greeting
|
greeting
|
||||||
|
|
Loading…
Reference in a new issue