mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1192] [MERGED] fix(bar): network widget spacing #1249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.