Change wallpaper

This commit is contained in:
Aleksey Samoilov 2024-02-14 23:01:42 +04:00
parent 5183a881ca
commit 94486a426e
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
tileos-settings-sway (1.0.13~tileos) unstable; urgency=medium
* Change wallpaper
-- Aleksey Samoilov <samoilov.lex@gmail.com> 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

View file

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