Small changes

This commit is contained in:
Riyyi
2019-08-02 19:13:07 +02:00
parent 99fce5ac8d
commit a816efd999
2 changed files with 5 additions and 1 deletions
Regular → Executable
+4
View File
@@ -1,3 +1,7 @@
#!/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"