diff --git a/assets/wallpaper.mp4 b/assets/wallpaper.mp4 new file mode 100644 index 0000000..675b371 Binary files /dev/null and b/assets/wallpaper.mp4 differ diff --git a/home/home.nix b/home/home.nix index 5213e2f..6503ad1 100644 --- a/home/home.nix +++ b/home/home.nix @@ -56,6 +56,7 @@ # Wayland utilities wl-clipboard # Clipboard for Wayland hyprcursor # Hyprland cursor theme support + swww # Animated wallpaper daemon (supports MP4/GIF) # Ricing essentials # hyprpaper # Wallpaper daemon diff --git a/home/hyprland.nix b/home/hyprland.nix index 0016d68..a2aaef7 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -13,9 +13,11 @@ # Autostart applications exec-once = [ + "swww-daemon" # Start wallpaper daemon + # Set your wallpaper (place MP4/GIF in ~/nix-flake/assets/) + "swww img ~/nix-flake/assets/wallpaper.mp4" "waybar" "dunst" - # "hyprpaper" ]; # Environment variables