summaryrefslogtreecommitdiffstats
path: root/set-background.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-03-19 22:30:53 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-03-19 22:30:53 +0100
commit171a269f0ee4b33f199a1edaa26388aaf9dcdd33 (patch)
treeba98108b39f2c1dd9b118c1894f89c3beeab743d /set-background.sh
parentf0c9b542a8ba97cc16aa3c80ab323d4444ce16f9 (diff)
downloadbin-171a269f0ee4b33f199a1edaa26388aaf9dcdd33.tar.gz
bin-171a269f0ee4b33f199a1edaa26388aaf9dcdd33.tar.xz
remove current_bg symlink
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'set-background.sh')
-rwxr-xr-xset-background.sh4
1 files changed, 2 insertions, 2 deletions
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";