diff --git a/debian/changelog b/debian/changelog index 56e25f3..07da7a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-river (1.0.7~tileos) unstable; urgency=medium + + * Change wallpaper + + -- Aleksey Samoilov Wed, 14 Feb 2024 22:58:39 +0400 + tileos-settings-river (1.0.6~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..b0d5843 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-river.png" -m fill &