Small changes
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ICON="$XDG_CACHE_HOME/tmp.lock.png"
|
ICON="$XDG_CACHE_HOME/lock.png"
|
||||||
|
|
||||||
if [ ! -f "$ICON" ]; then
|
if [ ! -f "$ICON" ]; then
|
||||||
touch "$ICON"
|
touch "$ICON"
|
||||||
|
|||||||
Regular → Executable
+4
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user