Files
flake/modules/home/hyprland/wallpaper.sh
2023-02-14 22:15:28 +09:00

9 lines
186 B
Bash
Executable File

#!/usr/bin/env bash
WALLPAPERS=~/wallpapers/
export SWWW_TRANSITION_FPS=60
export SWWW_TRANSITION_STEP=2
export SWWW_TRANSITION=grow
swww img "$(find $WALLPAPERS -type f | shuf -n 1)"