There was an issue with the network widget when the widget spacing was applied on an alignment.
The same RenderConfig must be used for an alignment in order to maintain widget spacing, as it is necessary to remember the first time the apply_on_widget is called.
A boolean is used for that, which was not passed on to other widgets from the network widget, this is now fixed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1192
**Author:** [@CtByte](https://github.com/CtByte)
**Created:** 12/19/2024
**Status:** ✅ Merged
**Merged:** 12/20/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `bar_widget_spacing_network`
---
### 📝 Commits (1)
- [`0d9e80a`](https://github.com/LGUG2Z/komorebi/commit/0d9e80aaf1f7e566a8d7abf82af9aa3ac11c2194) fix(bar): network widget spacing
### 📊 Changes
**1 file changed** (+8 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-bar/src/network.rs` (+8 -4)
</details>
### 📄 Description
There was an issue with the network widget when the widget spacing was applied on an alignment.
The same `RenderConfig` must be used for an alignment in order to maintain widget spacing, as it is necessary to remember the first time the `apply_on_widget` is called.
A boolean is used for that, which was not passed on to other widgets from the network widget, this is now fixed.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1192
Author: @CtByte
Created: 12/19/2024
Status: ✅ Merged
Merged: 12/20/2024
Merged by: @LGUG2Z
Base:
master← Head:bar_widget_spacing_network📝 Commits (1)
0d9e80afix(bar): network widget spacing📊 Changes
1 file changed (+8 additions, -4 deletions)
View changed files
📝
komorebi-bar/src/network.rs(+8 -4)📄 Description
There was an issue with the network widget when the widget spacing was applied on an alignment.
The same
RenderConfigmust be used for an alignment in order to maintain widget spacing, as it is necessary to remember the first time theapply_on_widgetis called.A boolean is used for that, which was not passed on to other widgets from the network widget, this is now fixed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.