mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-26 03:35:40 +02:00
Only add spacing if the module is not empty
If the module is empty (width is 0) no spacing will be rendered for it. This makes modules that auto-hide (for example, network modules for interfaces not used all of the time) occupy no space in the bar.
This commit is contained in:
parent
315044d342
commit
910522262f
2 changed files with 23 additions and 6 deletions
|
@ -21,6 +21,10 @@
|
|||
|
||||
|
||||
### Changed
|
||||
|
||||
* bar: hide spacing of modules which are empty (width = 0)
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
@ -36,6 +40,7 @@
|
|||
|
||||
* [paemuri](https://codeberg.org/paemuri)
|
||||
* [ericonr](https://codeberg.org/ericonr)
|
||||
* [Nulo](https://nulo.in)
|
||||
|
||||
|
||||
## 1.6.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue