Fixed multiple messages

This commit is contained in:
2025-08-23 15:36:41 +02:00
parent 4a268eef1a
commit 5fcd6c55ca
3 changed files with 11 additions and 4 deletions

View File

@@ -68,7 +68,10 @@ configure_dash2dock_settings() {
configure_wallpapers_settings() {
if ! [ -d "/home/${USERNAME}/Images/Wallpapers" ]; then
git clone --depth 1 https://github.com/vhaudiquet/wallpapers "/home/${USERNAME}/Images/Wallpapers"
git clone --depth 1 https://github.com/vhaudiquet/wallpapers "/home/${USERNAME}/Images/Wallpapers" >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "${BRed}Could not download wallpapers. Skipping.${NC}"
fi
fi
${DBUS_LAUNCH} dconf write /org/gnome/shell/extensions/azwallpaper/slideshow-directory "'/home/${USERNAME}/Images/Wallpapers'"