mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 12:11:54 +00:00
Add swww wallpaper daemon and support for animated wallpapers
This commit is contained in:
BIN
assets/wallpaper.mp4
Normal file
BIN
assets/wallpaper.mp4
Normal file
Binary file not shown.
@@ -56,6 +56,7 @@
|
|||||||
# 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)
|
||||||
|
|
||||||
# Ricing essentials
|
# Ricing essentials
|
||||||
# hyprpaper # Wallpaper daemon
|
# hyprpaper # Wallpaper daemon
|
||||||
|
|||||||
@@ -13,9 +13,11 @@
|
|||||||
|
|
||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec-once = [
|
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"
|
"waybar"
|
||||||
"dunst"
|
"dunst"
|
||||||
# "hyprpaper"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
|
|||||||
Reference in New Issue
Block a user