Add wallpaper.sh

This commit is contained in:
Riyyi
2019-04-06 17:36:10 +02:00
parent 0988cf5bce
commit de67b27ab1
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -55,4 +55,4 @@ case "$CHOOSE" in
esac
# Reload background
feh --bg-fill --no-fehbg "$HOME/Pictures/wallpaper.jpg"
$HOME/.scripts/wm/wallpaper.sh
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
feh --no-fehbg --bg-fill "$HOME/pictures/wallpaper.jpg"