all repos — dotfiles @ 0c629a2b5b6a9c3e6d5b26bf9e792a80d74f40d1

linux dotfiles

bin/scripts/change-wall (view raw)

 1
 2
 3
 4
 5
#!/usr/bin/bash

wallpath=$(echo "$HOME/pictures/ep/$(ls pictures/ep | shuf | head -1)")
feh --bg-fill $wallpath
cp $wallpath $HOME/desktop/walls/wall.jpg