dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 67943548d115c89926e961e9ddb2ad5905a055cb
parent 7bec2f62d995e9c0d1fefa7d566f53ff0a0fde26
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Mon, 18 May 2026 13:39:29 +0200

Display picture per monitor in swaylock

Diffstat:
Msway/.config/sway/lock.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/.config/sway/lock.sh b/sway/.config/sway/lock.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -exec swaylock -i "$(awww query --json | jq -r '."".[0].displaying.image')" -s fill +exec swaylock $(awww query --json | jq -r '."".[] | ("-i\n" + .name + ":" + .displaying.image)') -s fill