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