summaryrefslogtreecommitdiffstats
path: root/set-background.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-11-11 22:10:33 +0100
committerFlorian Pritz <f-p@gmx.at>2008-11-11 22:10:33 +0100
commitda2d0f071e5cd37b6f4f04906b5f2006cec57a70 (patch)
tree932fc5ec2212304f3266229db78ec29a598ef799 /set-background.sh
parente443ba89d07541516d7bd80f78cb0e16e535e870 (diff)
downloadbin-da2d0f071e5cd37b6f4f04906b5f2006cec57a70.tar.gz
bin-da2d0f071e5cd37b6f4f04906b5f2006cec57a70.tar.xz
updated and added soem things
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