mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Updated the config section
This commit is contained in:
parent
c38b50173e
commit
934ed7b0c2
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -43,8 +43,22 @@ Currently you can update by uninstalling and reinstalling, but this wipes all se
|
|||
### Configs:
|
||||
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
|
||||
#=========SETUP========#
|
||||
# Select which parts you want active by commenting them out
|
||||
# For example, on a desktop, disabling the battery message is a good idea
|
||||
# You can also re order them to change how they display!
|
||||
|
||||
flatpakupd="off" # Check for flatpak updates, this slows startup down A LOT
|
||||
rechargenotif="off" # Notify that you should recharge if below 15%
|
||||
|
||||
welcome
|
||||
greeting
|
||||
clock
|
||||
battery
|
||||
updates #< This makes startup slower
|
||||
echo # Properly line break at the end
|
||||
```
|
||||
|
||||
Here, you can re-arrange the modules, and turn off and on flatpak and recharge notifications. I recommend leaving flatpak off as it makes startup incredibly slow.
|
||||
|
||||
|
|
Loading…
Reference in a new issue