mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 13:32:53 -05:00
Update README
This commit is contained in:
parent
3ce09125dc
commit
3da39bfefb
1 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ 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:00 PM vs 20:00)
|
twelvehour="on" #< Switch between 12 and 24 hour time (eg. 8:00 PM vs 20:00)
|
||||||
rechargenotif="off" #< Notify that you should recharge if below 15%
|
rechargenotif="off" #< Notify that you should recharge if below 15%
|
||||||
|
updatecheck="on" #< Check for all updates, slows startup a bit
|
||||||
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"
|
goodgreeting="on" #< Display greetings like "Good afternoon," else "It's afternoon"
|
||||||
displaydate="off" #< Unused so far
|
displaydate="off" #< Unused so far
|
||||||
|
@ -87,7 +88,7 @@ MORN='\e[38;2;255;164;74m'
|
||||||
AFTN='\e[38;2;250;245;110m'
|
AFTN='\e[38;2;250;245;110m'
|
||||||
EVEN='\e[38;2;171;54;3m'
|
EVEN='\e[38;2;171;54;3m'
|
||||||
|
|
||||||
cfgversion=1
|
cfgversion=2
|
||||||
```
|
```
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue