Update README

This commit is contained in:
G2-Games 2022-09-20 17:34:48 -05:00
parent 3ce09125dc
commit 3da39bfefb

View file

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