From 4e0b14002c7f849843249ffda408256ded5c94a1 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 13 Sep 2025 17:18:50 +0300 Subject: [PATCH] Avoid path-caching behavior when displaying the downloaded image --- .local/bin/get-nasa-apod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/get-nasa-apod b/.local/bin/get-nasa-apod index 6ca8445..e2ff7d8 100755 --- a/.local/bin/get-nasa-apod +++ b/.local/bin/get-nasa-apod @@ -57,4 +57,4 @@ ln \ "${outfile}" \ "${WALLPAPERS}/today" echo "Refreshing the desktop background" -swaymsg output "*" bg "${SWAY_WALLPAPER}" fill +swaymsg output "*" bg "${outfile}" fill