use noctalia for wallpaper

This commit is contained in:
Sean Kovacs 2025-12-14 03:00:53 -05:00
commit aa16f6d411
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 13 additions and 31 deletions

View file

@ -6,7 +6,7 @@ let
# Configuration
SIZE="UHD"
MARKET="en-US"
OUTPUT_PATH="''${XDG_DATA_HOME:-$HOME/.local/share}/dailywallpaper.jpg"
OUTPUT_PATH="''${XDG_DATA_HOME:-$HOME/.local/share}/wallpaper/daily.jpg"
DAY="0"
# API configuration
@ -57,10 +57,6 @@ let
"Bing Wallpaper of the Day" "$TITLE"
fi
# Kill existing swaybg instances and start new one
${pkgs.procps}/bin/pkill swaybg || true
${pkgs.swaybg}/bin/swaybg -i "/home/${config.userOptions.username}/.local/share/dailywallpaper.jpg" &
echo "Wallpaper downloaded and applied successfully."
'';
in