diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/random-wallpaper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/random-wallpaper b/bin/random-wallpaper index 796d44c..cb4aa1a 100755 --- a/bin/random-wallpaper +++ b/bin/random-wallpaper @@ -6,8 +6,8 @@ # I'm "limiting" myself to one colorgrading -cd ~/.everforest-walls/nature/ +cd ~/.dotfiles/wallpaper -IMAGE=$(find *'1.png' | sort -R | tail -n 1) +IMAGE=$(find *'.png' | sort -R | tail -n 1) -swaymsg output "*" bg ~/.everforest-walls/nature/$IMAGE fill +swaymsg output "*" bg ~/.dotfiles/wallpaper/$IMAGE fill |
