mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1127] [MERGED] fix(bar): refactoring network widget #1214
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/1127
Author: @CtByte
Created: 11/19/2024
Status: ✅ Merged
Merged: 11/23/2024
Merged by: @LGUG2Z
Base:
master← Head:network_widget📝 Commits (4)
dc37b16refactoring network widget. Matching icon color to other widgets18e92d7merge master, fixing conflict694ec79Merge branch 'LGUG2Z:master' into network_widget0ee6238Merge branch 'LGUG2Z:master' into network_widget📊 Changes
1 file changed (+194 additions, -254 deletions)
View changed files
📝
komorebi-bar/src/network.rs(+194 -254)📄 Description
Refactored the network widget in order to fix the icon color. This ended up greatly simplifying the logic on the widget as well.
before


after
with grouping

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.