aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-06-08 20:38:21 +0000
committerGitHub <noreply@github.com>2025-06-08 20:38:21 +0000
commitc2cf9b0f5e0dedd037a5670e201711dff4e0e136 (patch)
tree2042f384bb30627aadd169b86d96d23f987016f4 /config/hypr
parentd06e73411295c453db2ee51b58579ce9566d8b4b (diff)
Update WallpaperEffects.sh
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperEffects.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh
index b1d1a4b1..3717543c 100755
--- a/config/hypr/UserScripts/WallpaperEffects.sh
+++ b/config/hypr/UserScripts/WallpaperEffects.sh
@@ -108,15 +108,15 @@ main
sleep 1
if [[ -n "$choice" ]]; then
- sddm_sequoia="/usr/share/sddm/themes/sequoia_2"
- if [ -d "$sddm_sequoia" ]; then
+ sddm_simple="/usr/share/sddm/themes/simple_sddm_2"
+ if [ -d "$sddm_simple" ]; then
# Check if yad is running to avoid multiple yad notification
if pidof yad > /dev/null; then
killall yad
fi
- if yad --info --text="Set current wallpaper as SDDM background?\n\nNOTE: This only applies to SEQUOIA SDDM Theme" \
+ if yad --info --text="Set current wallpaper as SDDM background?\n\nNOTE: This only applies to SIMPLE SDDM v2 Theme" \
--text-align=left \
--title="SDDM Background" \
--timeout=5 \
@@ -133,8 +133,8 @@ if [[ -n "$choice" ]]; then
# Open terminal and set the wallpaper
$terminal -e bash -c "echo 'Enter your password to set wallpaper as SDDM Background'; \
- sudo cp -r $wallpaper_output '$sddm_sequoia/backgrounds/default' && \
+ sudo cp -r $wallpaper_output '$sddm_simple/Backgrounds/default' && \
notify-send -i '$iDIR/ja.png' 'SDDM' 'Background SET'"
fi
fi
-fi \ No newline at end of file
+fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage