added more bar configs.

This commit is contained in:
2026-05-30 03:34:37 +02:00
parent 8bbd292e00
commit 788d4d9031
16 changed files with 329 additions and 28 deletions
+13 -1
View File
@@ -52,7 +52,19 @@ else
echo "optional scripts skipped, you can always install them manually later."
fi
echo "SDG-OS can optionally download Distro Wallpapers for you"
echo "this is done from the following github: https://github.com/LinuxKits/Distro-wallpapers"
echo "the repository will be cloned into ~/projects/Distro-wallpapers"
echo ""
read -p "Do you want to add Distro Wallpapers? [Y/n] " -n 1 -r
echo # Move to a new line
if [[ ! $REPLY =~ ^[Nn]$ ]]; then
git clone https://github.com/LinuxKits/Distro-wallpapers ~/projects/Distro-wallpapers
else
echo "optional scripts skipped, you can always install them manually later."
fi
echo "installation complete! you should now be able to log out and switch to \"mango\""
echo "installation complete! you should now be able to reboot and switch to \"mango\" in your log-in manager"