mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-18 20:16:05 +00:00
Fixed multiple messages
This commit is contained in:
5
gnome.sh
5
gnome.sh
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user