aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/setbg-photo
blob: 93d602bf87bfa048a266743019382f174cad3835 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

DIR="/home/camil/Dropbox/Photos/Wallpapers/active"

feh --bg-fill "$DIR/$(ls -1 "$DIR" | sort -R | head -1)"
exit 1