diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-16 15:50:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-16 15:50:27 +0900 |
| commit | 548ade37e52f92b70dfe08a53942ef1ac57b3ea7 (patch) | |
| tree | cd06f026119cc2caf620e40f5c781ec41e1c094c /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | e32b6d56b6c4e81b609bf89869435e57b82dcc32 (diff) | |
initial mpvpaper support
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 7b1cf00b..b1d1a4b1 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -76,6 +76,11 @@ main() { # Apply selected effect notify-send -u normal -i "$iDIR/ja.png" "Applying:" "$choice effects" eval "${effects[$choice]}" + + # intial kill process + for pid in swaybg mpvpaper; do + killall -SIGUSR1 "$pid" + done sleep 1 swww img -o "$focused_monitor" "$wallpaper_output" $SWWW_PARAMS & |
