module/dwl: correctly handle the title

This commit is contained in:
Leonardo Hernández Hernández 2022-12-24 13:31:17 -06:00
parent e4edbd26c6
commit cd307c4a4c
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 19 additions and 6 deletions

View file

@ -32,9 +32,11 @@
* Documentation for the `cpu` module; `interval` has been renamed to
`poll-interval` ([#241][241]).
* battery: module was not thread safe.
* dwl module reporting only the last part of the title ([#251][251])
[239]: https://codeberg.org/dnkl/yambar/issues/239
[241]: https://codeberg.org/dnkl/yambar/issues/241
[251]: https://codeberg.org/dnkl/yambar/pulls/251
### Security