arch_config/swww/swww.sh
2024-12-22 18:21:00 +00:00

6 lines
140 B
Bash
Executable File

!/usr/bin/bash
#start swww
WALLPAPERS_DIR=~/Wallpapers/current
WALLPAPER=$(find $WALLPAPERS_DIR" -type f | shuf -n 1)
swww img "$WALLPAPER"