Change wallpaper

This commit is contained in:
Aleksey Samoilov 2024-02-14 22:59:04 +04:00
parent eac1b5cadf
commit d7adecfa02
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
tileos-settings-river (1.0.7~tileos) unstable; urgency=medium
* Change wallpaper
-- Aleksey Samoilov <samoilov.lex@gmail.com> Wed, 14 Feb 2024 22:58:39 +0400
tileos-settings-river (1.0.6~tileos) unstable; urgency=medium tileos-settings-river (1.0.6~tileos) unstable; urgency=medium
* waybar: disable bluetooth module if no controller is found * waybar: disable bluetooth module if no controller is found

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
pkill swaybg 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 &