This commit is contained in:
2026-04-10 23:22:44 +02:00
parent 8ced2e9e18
commit d9292f5326
8 changed files with 77 additions and 60 deletions

View File

@@ -4,7 +4,7 @@
udiskie &
# Wallpaper Backend
swww-daemon --format xrgb &
awww-daemon --format xrgb &
# Pyprland Daemon
pypr --debug /tmp/pypr.log &

View File

@@ -4,7 +4,7 @@ random=$(fd --base-directory "$HOME/.config/hypr/theme/walls/" --type f . | shuf
wallpaper="$HOME/.config/hypr/theme/walls/$random"
swww img "$wallpaper" \
awww img "$wallpaper" \
--transition-bezier 0.5,1.19,.8,.4 \
--transition-type wipe \
--transition-duration 2 \