Set new wallpaper

This commit is contained in:
Aleksey Samoilov 2023-05-26 20:37:33 +04:00
parent 7a0d90ea5e
commit da5d687158
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
tileos-settings-sway (0.20~tileos) unstable; urgency=medium
* Set new wallpaper
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 26 May 2023 20:37:04 +0400
tileos-settings-sway (0.19~tileos) unstable; urgency=medium
* Change Sway theme path

2
debian/files vendored
View file

@ -1 +1 @@
tileos-settings-sway_0.18~tileos_source.buildinfo x11 optional
tileos-settings-sway_0.19~tileos_source.buildinfo x11 optional

View file

@ -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 &