all repos — dotfiles @ d3c47eb2c480bbedc4adc990c2ca0700f0178a26

linux dotfiles

bin/scripts/change-wall

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