diff --git a/debian/changelog b/debian/changelog index cd63bb1..01ae8f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (0.20~tileos) unstable; urgency=medium + + * Set new wallpaper + + -- Aleksey Samoilov Fri, 26 May 2023 20:37:04 +0400 + tileos-settings-sway (0.19~tileos) unstable; urgency=medium * Change Sway theme path diff --git a/debian/files b/debian/files index 63a206b..4c2f12b 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -tileos-settings-sway_0.18~tileos_source.buildinfo x11 optional +tileos-settings-sway_0.19~tileos_source.buildinfo x11 optional diff --git a/etc/skel/.azotebg b/etc/skel/.azotebg index cac79a6..246775a 100755 --- a/etc/skel/.azotebg +++ b/etc/skel/.azotebg @@ -1,3 +1,3 @@ #!/usr/bin/env bash pkill swaybg -swaybg -o '*' -i "/usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png" -m fill & +swaybg -o '*' -i "/usr/share/wallpapers/tileos/TOSWall_by_IndexZeroZzz.svg" -m fill &