mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-26 19:55:39 +02:00
module/dwl: correctly handle the title
Uupdate the title when process a new batch of info instead of call strtok_r and looping until `string` is NULL. This fixes an issue where only the last part of the title was kept.
This commit is contained in:
parent
e4edbd26c6
commit
02d281df58
2 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue