From 171a269f0ee4b33f199a1edaa26388aaf9dcdd33 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 19 Mar 2011 22:30:53 +0100 Subject: remove current_bg symlink Signed-off-by: Florian Pritz --- set-background.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'set-background.sh') diff --git a/set-background.sh b/set-background.sh index 903de1c..e465e7e 100755 --- a/set-background.sh +++ b/set-background.sh @@ -27,8 +27,8 @@ FILE="$(pwd)/$(basename "$1")" if [ -f "$FILE" ]; then echo "feh --bg-center '${FILE}'" > "$HOME/.fehbg"; - rm "$HOME/backgrounds/current_bg"; - ln -sf "${FILE}" "$HOME/backgrounds/current_bg"; + #rm "$HOME/backgrounds/current_bg"; + #ln -sf "${FILE}" "$HOME/backgrounds/current_bg"; source $HOME/.fehbg else notify-send -t 10000 "Background" "Error: File \"${FILE}\" doesn't exist"; -- cgit v1.2.3-24-g4f1b