useful_scripts/xsetroot/wallpaper.sh

6 lines
97 B
Bash
Executable File

#! /bin/bash
while :;do
feh --bg-max --randomize /home/celso/.config/wallpapers/
sleep 3600
done