Files
hlwm-config/wallpaper.sh
2018-04-03 23:17:34 +02:00

9 lines
196 B
Bash
Executable File

#!/usr/bin/env bash
# xsetroot -solid '#eee8d5'
# random wallpaper
WALLPAPERDIR=$(dirname "$0")/wallpapers
WALLPAPER=`find $WALLPAPERDIR -type f | sort -R | head -n 1`
feh --bg-scale $WALLPAPER