add niri-workspaces and niri-language modules

This commit is contained in:
vova 2024-09-03 21:18:05 +02:00 committed by Daniel Eklöf
parent 61d082c802
commit d746d12f6a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
13 changed files with 883 additions and 0 deletions

View file

@ -27,12 +27,14 @@
* Added "string like" `~~` operator to Map particle. Allows glob-style
matching on strings using `*` and `?` characters ([#400][400]).
* Added "single" mode flag to the `mpd` module ([#428][428]).
* niri: add a new module for niri-workspaces and niri-language ([#405][405]).
[96]: https://codeberg.org/dnkl/yambar/issues/96
[380]: https://codeberg.org/dnkl/yambar/issues/380
[392]: https://codeberg.org/dnkl/yambar/issues/392
[400]: https://codeberg.org/dnkl/yambar/pulls/400
[428]: https://codeberg.org/dnkl/yambar/pulls/428
[405]: https://codeberg.org/dnkl/yambar/issues/405
### Changed