aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-03-20 20:13:24 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-03-20 20:13:24 +0900
commitd23a644072d5d6774f373bce8f7d5734905bf659 (patch)
treeaf75474d00d6adbb685f449acfe288f670f01752
parentc414b2b4bb3a5be82ce48c054b35803a04c8517e (diff)
minor WallpaperSelect.sh update
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperSelect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh
index e26dcd46..4dde34f8 100755
--- a/config/hypr/UserScripts/WallpaperSelect.sh
+++ b/config/hypr/UserScripts/WallpaperSelect.sh
@@ -45,7 +45,7 @@ rofi_override="element-icon{size:${adjusted_icon_size}%;}"
# Kill existing wallpaper daemons for video
kill_wallpaper_for_video() {
- pkill swww 2>/dev/null
+ swww kill 2>/dev/null
pkill mpvpaper 2>/dev/null
pkill swaybg 2>/dev/null
pkill hyprpaper 2>/dev/null
@@ -172,7 +172,7 @@ apply_video_wallpaper() {
fi
kill_wallpaper_for_video
- # Apply video wallpaper using mpvpaper, adding a unique argument (for mpris waybar module)
+ # Apply video wallpaper using mpvpaper
mpvpaper '*' -o "load-scripts=no no-audio --loop" "$video_path" &
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage