From 6c1eaa8cd63236518bcece9bad6dfa92a96fd682 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 7 Mar 2019 19:49:19 +0100 Subject: [PATCH] Update wallpaper script Signed-off-by: Severin Kaderli --- system/.local/bin/wallpaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.local/bin/wallpaper b/system/.local/bin/wallpaper index e971c2a..8a512b5 100755 --- a/system/.local/bin/wallpaper +++ b/system/.local/bin/wallpaper @@ -17,4 +17,4 @@ print_time_log "wallpaper" "Changing wallpaper" # When run from a cronjob the DISPLAY environment variable is not set -DISPLAY=:0 feh --randomize --bg-fill --no-fehbg "/home/severin/Documents/02_Media/Images/01_Wallpaper/Desktop/" \ No newline at end of file +DISPLAY=:0 feh --randomize --bg-fill --no-fehbg "${HOME}/Pictures/01_Wallpaper/Desktop/" \ No newline at end of file