From da2d0f071e5cd37b6f4f04906b5f2006cec57a70 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 11 Nov 2008 22:10:33 +0100 Subject: updated and added soem things --- set-background.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'set-background.sh') 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 -- cgit v1.2.3-24-g4f1b