From 67928e6b56703b02777061a38602c40f32d6a9aa Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 16 Jul 2025 22:14:19 +0900 Subject: updated sddm --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index f5e0e982..1c28f7a6 100755 --- a/copy.sh +++ b/copy.sh @@ -942,7 +942,7 @@ if [ -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 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