summaryrefslogtreecommitdiffstats
path: root/set-background.sh
diff options
context:
space:
mode:
Diffstat (limited to 'set-background.sh')
-rwxr-xr-xset-background.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/set-background.sh b/set-background.sh
index 3b2a234..ea3e069 100755
--- a/set-background.sh
+++ b/set-background.sh
@@ -34,6 +34,7 @@ fi
FILE=$1
if [ -f $FILE ]; then
echo "feh --bg-center ${FILE}" > "/home/flo/.fehbg";
+ rm "/home/flo/backgrounds/current_bg";
ln -sf "${FILE}" "/home/flo/backgrounds/current_bg";
source /home/flo/.fehbg
else