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/WallpaperSelect.sh | |
| parent | f43fe874dbc7561416997dd8e74df0f25621bdcd (diff) | |
integrated wallust colors into simple_sddm_2 SDDM theme
Diffstat (limited to 'config/hypr/UserScripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 47a8f2cd..a6e6c4d4 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -123,11 +123,9 @@ set_sddm_wallpaper() { notify-send -i "$iDIR/error.png" "Missing $terminal" "Install $terminal to enable setting of wallpaper background" exit 1 fi - - # Open terminal to enter password - $terminal -e bash -c "echo 'Enter your password to set wallpaper as SDDM Background'; \ - sudo cp -r $wallpaper_current '$sddm_simple/Backgrounds/default' && \ - notify-send -i '$iDIR/ja.png' 'SDDM' 'Background SET'" + + exec $SCRIPTSDIR/sddm_wallpaper.sh --normal + fi fi } @@ -235,4 +233,4 @@ if pidof rofi >/dev/null; then pkill rofi fi -main +main
\ No newline at end of file |
