From ee4dd9e0d14a2e28c32b4481dec18df7694b2670 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 6 Aug 2019 08:39:16 -0400 Subject: [PATCH] Symlink current bg to slim's theme --- systemd/.config/systemd/user/changepaper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd/.config/systemd/user/changepaper.sh b/systemd/.config/systemd/user/changepaper.sh index aaba420..7b0cc14 100755 --- a/systemd/.config/systemd/user/changepaper.sh +++ b/systemd/.config/systemd/user/changepaper.sh @@ -23,6 +23,8 @@ then curl "$img" > $img_file #set the current image as wallpaper feh --bg-scale $BASEDIR/$img_md5.jpg + #link slim background to new image + ln -s $BASEDIR/$img_md5.jpg /usr/share/slim/themes/default/background.jpg else echo "No Wallpaper today" fi