diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-07-17 00:58:43 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-07-17 00:58:43 +0900 |
| commit | d36df085bf093ce6f8092eeb6e6878d9ad2791d0 (patch) | |
| tree | 6821aa4933ee9ce5e65f13ef152ae66ef55e345f /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | f43fe874dbc7561416997dd8e74df0f25621bdcd (diff) | |
integrated wallust colors into simple_sddm_2 SDDM theme
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 3717543c..2ba58d0c 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -131,10 +131,8 @@ if [[ -n "$choice" ]]; then exit 1 fi - # 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_simple/Backgrounds/default' && \ - notify-send -i '$iDIR/ja.png' 'SDDM' 'Background SET'" + exec $SCRIPTSDIR/sddm_wallpaper.sh --effects + fi fi -fi +fi
\ No newline at end of file |
