scripts/wallpaper.sh
2025-01-07 17:57:17 -05:00

7 lines
191 B
Bash
Executable file

#!/bin/sh
if [ $(($RANDOM%2)) -eq 0 ]; then
feh --no-fehbg --bg-center --randomize ~/Pictures/Wallpapers/center/*
else
feh --no-fehbg --bg-fill --randomize ~/Pictures/Wallpapers/fill/*
fi