Update wallpaper management: disable swww and add mpvpaper for video wallpapers

This commit is contained in:
2025-10-27 19:33:26 +00:00
parent 5c5a7e0295
commit 34674f417d
2 changed files with 8 additions and 4 deletions

View File

@@ -56,7 +56,8 @@
# Wayland utilities # Wayland utilities
wl-clipboard # Clipboard for Wayland wl-clipboard # Clipboard for Wayland
hyprcursor # Hyprland cursor theme support hyprcursor # Hyprland cursor theme support
swww # Animated wallpaper daemon (supports MP4/GIF) # swww # Animated wallpaper daemon (supports GIF/WebP/etc)
mpvpaper # Video wallpaper player (supports MP4)
# Ricing essentials # Ricing essentials
# hyprpaper # Wallpaper daemon # hyprpaper # Wallpaper daemon

View File

@@ -13,9 +13,12 @@
# Autostart applications # Autostart applications
exec-once = [ exec-once = [
"swww-daemon" # Start wallpaper daemon # For GIF/WebP/static images - use swww:
# Set your wallpaper (place MP4/GIF in ~/nix-flake/assets/) # "swww-daemon && swww img ~/nix-flake/assets/wallpaper.gif"
"swww img ~/nix-flake/assets/wallpaper.mp4"
# For MP4 videos - use mpvpaper (replace 'eDP-1' with your monitor name from 'hyprctl monitors'):
"mpvpaper -o 'no-audio loop' eDP-1 ~/nix-flake/assets/wallpaper.mp4"
"waybar" "waybar"
"dunst" "dunst"
]; ];