aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/setbg-photo
blob: 71b08df67858f68d959d87c1db121467164b5715 (plain) (blame)
1
2
3
4
#!/bin/bash

feh --bg-fill ~/Dropbox/Photos/Wallpapers/active/"$(ls -1 ~/wallpapers | sort -R | head -1)"
exit 1