home/Bin/wallpaper.sh
dbroqua a6d6198e0d Updated wallpaper
- Use external script
- Set wallpaper on screenlayout changes
2020-06-19 08:23:37 +02:00

12 lines
186 B
Bash
Executable File

#! /bin/bash
# CONFIG
DIRECTORY="/home/dbroqua/Nextcloud/images/Wallpaper/Rotation"
# SCRIPT START HERE
SELECTED=`find ${DIRECTORY} -type f | shuf -n 1`
feh --bg-fill ${SELECTED}