From 5a6c7302982a6f5ed484e7b7c2a611c2e56b158c Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Wed, 14 Feb 2024 23:01:42 +0400 Subject: [PATCH] Change wallpaper --- debian/changelog | 6 ++++++ etc/skel/.azotebg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 &