From e19fdb060b8cbaba989577a145bfe71ef82d13fa Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 11 Jan 2026 02:50:31 -0500 Subject: Fixd issues with sddm wallpaper set code --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.sh') diff --git a/copy.sh b/copy.sh index 0553865a..5275eeb5 100755 --- a/copy.sh +++ b/copy.sh @@ -1083,7 +1083,7 @@ elif [ -d "$sddm_simple_sddm_2" ]; then case $SDDM_WALL in [Yy]) # Copy the wallpaper, ignore errors if the file exists or fails - sudo cp -r "config/hypr/wallpaper_effects/.wallpaper_current" "/usr/share/sddm/themes/simple_sddm_2/Backgrounds/default" || true + sudo -n cp -r "config/hypr/wallpaper_effects/.wallpaper_current" "/usr/share/sddm/themes/simple_sddm_2/Backgrounds/default" || true echo "${NOTE} Current wallpaper applied as default SDDM background" 2>&1 | tee -a "$LOG" break ;; -- cgit v1.2.3