~tsdh/swayr

New load-config command
New command reload-config
once_cell::sync::Lazy durch std::sync::LazyLock ersetzt
Implement criteria filter for switch-window
Clippy suggestions
Release swayrbar-0.4.2
Don't crash on empty wpctl output
Release swayrbar-0.4.1
Write NEWS for swayrbar-0.4.1
Add pipewire (wpctl) module
Clippy suggestion & update deps
Add --define=layer=overlay do example config in README.md
Add --define=layer=overlay to wofi cwd line options

That way, it will be on top of fullscreen windows which seems appropriate for a
window switcher.

Fixes: https://todo.sr.ht/~tsdh/swayr/43
Mention new workspace=__visible__ criterion in NEWS.md
294a6c0a — Michal Sojka 4 months ago
Add workspace=__visible__ criteria
Release swayrbar-0.4.0
23980a09 — Benjamin Große 5 months ago
Add source volume and mute to pactl for microphone

Allows for displaying the microphone mute status and volume.
Support html_escape in cmd module

Here it's applied on the command's output, not on `format` itself (which is the
shell command).
Next