Riyyi
5 years ago
2 changed files with 5 additions and 1 deletions
@ -1,3 +1,7 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
|
# Overwrite wallpaper with new image if provided |
||||||
|
[ -n "$1" ] && cp "$1" "$HOME/pictures/wallpaper.jpg" |
||||||
|
|
||||||
|
# Set wallpaper |
||||||
feh --no-fehbg --bg-fill "$HOME/pictures/wallpaper.jpg" |
feh --no-fehbg --bg-fill "$HOME/pictures/wallpaper.jpg" |
||||||
|
Loading…
Reference in new issue