From a9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 11 May 2013 13:03:54 +0200 Subject: lots of new stuff and misc changes Signed-off-by: Florian Pritz --- set-background.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'set-background.sh') diff --git a/set-background.sh b/set-background.sh index 8d72476..ea48e05 100755 --- a/set-background.sh +++ b/set-background.sh @@ -26,10 +26,11 @@ cd "$(dirname "$1")" FILE="$(pwd)/$(basename "$1")" if [ -f "$FILE" ]; then - echo "feh --bg-tile '${FILE}'" > "$HOME/.fehbg"; + #echo "feh --bg-tile '${FILE}'" > "$HOME/.fehbg"; + echo "habak -mS '${FILE}'" > "$HOME/.bg"; #rm "$HOME/backgrounds/current_bg"; #ln -sf "${FILE}" "$HOME/backgrounds/current_bg"; - source $HOME/.fehbg + source $HOME/.bg else notify-send -t 10000 "Background" "Error: File \"${FILE}\" doesn't exist"; exit 1 -- cgit v1.2.3-24-g4f1b