diff --git a/debian/changelog b/debian/changelog index 2e3cb92..fb7fe67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (0.29~tileos) unstable; urgency=medium + + * Install png wallpaper + + -- Aleksey Samoilov Fri, 30 Jun 2023 15:44:43 +0400 + tileos-settings-sway (0.28~tileos) unstable; urgency=medium * Kitty fixes diff --git a/debian/files b/debian/files deleted file mode 100644 index 911139a..0000000 --- a/debian/files +++ /dev/null @@ -1,2 +0,0 @@ -tileos-settings-sway_0.27~tileos_all.deb x11 optional -tileos-settings-sway_0.27~tileos_amd64.buildinfo x11 optional diff --git a/etc/skel/.azotebg b/etc/skel/.azotebg index 246775a..7715a71 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/TOSWall_by_IndexZeroZzz.svg" -m fill & +swaybg -o '*' -i "/usr/share/wallpapers/tileos/TOSWall_by_IndexZeroZzz.png" -m fill &