aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-04 14:33:29 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-04 14:33:29 -0500
commit6c3cdeba7eae38c6273a2ba5c3b9f2c319d5c102 (patch)
tree433899b94a62dda0c664b412a118ac72234298c3 /copy.sh
parent43484bbd23c43462fc65fb7d8f427941431dc639 (diff)
Removed redundant code setting SDDM/WP defaults
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/copy.sh b/copy.sh
index 8999ab01..71d16572 100755
--- a/copy.sh
+++ b/copy.sh
@@ -563,16 +563,6 @@ else
echo "${ERROR} Failed to copy some ${YELLOW}wallpapers${RESET}" | tee -a "$LOG"
fi
-# Ensure a default desktop wallpaper is set once (no per-login changes)
-WALL_EFFECTS_DIR="$HOME/.config/hypr/wallpaper_effects"
-DEFAULT_IMG="$PICTURES_DIR/wallpapers/Northern Lights3.png"
-[ -f "$DEFAULT_IMG" ] || DEFAULT_IMG="$SCRIPT_DIR/wallpapers/Northern Lights3.png"
-
-mkdir -p "$WALL_EFFECTS_DIR"
-if [ ! -f "$WALL_EFFECTS_DIR/.wallpaper_current" ] && [ -f "$DEFAULT_IMG" ]; then
- cp -f "$DEFAULT_IMG" "$WALL_EFFECTS_DIR/.wallpaper_current"
- echo "${OK} Default desktop wallpaper initialized." | tee -a "$LOG"
-fi
# Set some files as executable
chmod +x "$HOME/.config/hypr/scripts/"* 2>&1 | tee -a "$LOG"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage