mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
9 lines
186 B
Bash
Executable File
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)"
|