diff --git a/debian/changelog b/debian/changelog index 68bba4d..3955f5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (1.0.13~tileos) unstable; urgency=medium + + * Change wallpaper + + -- Aleksey Samoilov Wed, 14 Feb 2024 23:01:19 +0400 + tileos-settings-sway (1.0.12~tileos) unstable; urgency=medium * waybar: disable bluetooth module if no controller is found diff --git a/etc/skel/.azotebg b/etc/skel/.azotebg index 27c8f56..34a990d 100755 --- a/etc/skel/.azotebg +++ b/etc/skel/.azotebg @@ -1,3 +1,3 @@ #!/usr/bin/env bash pkill swaybg -swaybg -o '*' -i "/usr/share/wallpapers/tileos-final.png" -m fill & +swaybg -o '*' -i "/usr/share/wallpapers/tileos-final-sway.png" -m fill &