script-linux/randwallpaper

9 lines
157 B
Plaintext
Raw Normal View History

2024-03-06 08:20:09 +01:00
#!/bin/bash
wallpath=$OPT_PATH/img/wallpaper
img=$(ls $wallpath | shuf -n 1)
cp $wallpath/$img $OPT_PATH/img/wallpaper.curr
feh --bg-scale $wallpath/$img