script-linux/randwallpaper

12 lines
196 B
Plaintext
Raw Normal View History

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