useful_scripts/xsetroot/wallpaper.sh

6 lines
97 B
Bash
Raw Normal View History

2023-03-24 14:40:17 -03:00
#! /bin/bash
while :;do
feh --bg-max --randomize /home/celso/.config/wallpapers/
sleep 3600
done