use noctalia for wallpaper
This commit is contained in:
parent
fe82f49c7d
commit
7d3236a75f
4 changed files with 13 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue