From 934ed7b0c2230a666c7dfdb834710bfca99a1434 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Sat, 3 Sep 2022 19:02:20 -0500 Subject: [PATCH] Updated the config section --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3ae74..862da42 100644 --- a/README.md +++ b/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: -![github2](https://user-images.githubusercontent.com/72430668/188288031-78727633-79da-42c4-8f1e-1fdafb9fe1a2.png) +```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.