[PR #1127] [MERGED] fix(bar): refactoring network widget #1214

Closed
opened 2026-01-05 14:54:29 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: network_widget


📝 Commits (4)

  • dc37b16 refactoring network widget. Matching icon color to other widgets
  • 18e92d7 merge master, fixing conflict
  • 694ec79 Merge branch 'LGUG2Z:master' into network_widget
  • 0ee6238 Merge 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.

  "theme": {
    "palette": "Catppuccin",
    "name": "Latte",
    "accent": "Blue"
  },

before
Screenshot 2024-11-18 182301
after
Screenshot 2024-11-19 113007

with grouping
image


🔄 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/1127 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 11/19/2024 **Status:** ✅ Merged **Merged:** 11/23/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `network_widget` --- ### 📝 Commits (4) - [`dc37b16`](https://github.com/LGUG2Z/komorebi/commit/dc37b1604b1da1e0e5d86fcf7bc35fe09955d0bc) refactoring network widget. Matching icon color to other widgets - [`18e92d7`](https://github.com/LGUG2Z/komorebi/commit/18e92d70842e027723a228fcac6f1f5cdc3c3bda) merge master, fixing conflict - [`694ec79`](https://github.com/LGUG2Z/komorebi/commit/694ec7957698be193b629d4635c340dc034ecedf) Merge branch 'LGUG2Z:master' into network_widget - [`0ee6238`](https://github.com/LGUG2Z/komorebi/commit/0ee6238a2b7b39e2f21c8d250e11791f396daaaa) Merge branch 'LGUG2Z:master' into network_widget ### 📊 Changes **1 file changed** (+194 additions, -254 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/network.rs` (+194 -254) </details> ### 📄 Description Refactored the network widget in order to fix the icon color. This ended up greatly simplifying the logic on the widget as well. ```json "theme": { "palette": "Catppuccin", "name": "Latte", "accent": "Blue" }, ``` before <img width="268" alt="Screenshot 2024-11-18 182301" src="https://github.com/user-attachments/assets/93da5000-6905-4921-8228-c35a4c30e8f0"> after <img width="271" alt="Screenshot 2024-11-19 113007" src="https://github.com/user-attachments/assets/00d5b50e-42ee-49ea-9407-5411ee91ea85"> with grouping ![image](https://github.com/user-attachments/assets/466ec414-f165-4241-a9e8-5d036550ed44) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:29 +01:00
adam closed this issue 2026-01-05 14:54:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1214