mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
changelog: i3: newly created, unfocused, workspaces are considered non-empty
This commit is contained in:
parent
b0e132beaf
commit
36a4250a96
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
* network: `tx-bitrate` and `rx-bitrate` are now in bits/s instead of
|
||||
Mb/s. Use the `mb` string formatter to render these tags as before
|
||||
(e.g. `string: {text: "{tx-bitrate:mb}"}`).
|
||||
* i3: newly created, and **unfocused** workspaces are now considered
|
||||
non-empty ([#191][191])
|
||||
* **BREAKING CHANGE**: overhaul of the `map` particle. Instead of
|
||||
specifying a `tag` and then an array of `values`, you must now
|
||||
simply use an array of `conditions`, that consist of:
|
||||
|
@ -79,6 +81,7 @@
|
|||
|
||||
[137]: https://codeberg.org/dnkl/yambar/issues/137
|
||||
[175]: https://codeberg.org/dnkl/yambar/issues/172
|
||||
[191]: https://codeberg.org/dnkl/yambar/issues/191
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
Loading…
Add table
Reference in a new issue