[PR #1039] [MERGED] Feature: label prefix on widgets #1179

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1039
Author: @CtByte
Created: 10/10/2024
Status: Merged
Merged: 10/11/2024
Merged by: @LGUG2Z

Base: masterHead: label_text


📝 Commits (5)

📊 Changes

8 files changed (+276 additions, -50 deletions)

View changed files

📝 komorebi-bar/src/battery.rs (+23 -4)
📝 komorebi-bar/src/config.rs (+12 -0)
📝 komorebi-bar/src/cpu.rs (+15 -2)
📝 komorebi-bar/src/date.rs (+16 -2)
📝 komorebi-bar/src/memory.rs (+17 -2)
📝 komorebi-bar/src/network.rs (+159 -31)
📝 komorebi-bar/src/storage.rs (+18 -7)
📝 komorebi-bar/src/time.rs (+16 -2)

📄 Description

I made the label prefix configurable. Show icon, text only or both.


🔄 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/1039 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 10/10/2024 **Status:** ✅ Merged **Merged:** 10/11/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `label_text` --- ### 📝 Commits (5) - [`b5877d0`](https://github.com/LGUG2Z/komorebi/commit/b5877d0fb2d71bc120d99f63918063c6db726867) label prefix on cpu widget - [`28f0c54`](https://github.com/LGUG2Z/komorebi/commit/28f0c54e6ab23e2ac36ff85a44ec476f0cbacefc) comments on the enum, better empty string, no prefix option - [`481c546`](https://github.com/LGUG2Z/komorebi/commit/481c5464e826d95f6bad332e773427c2f858a824) Merge branch 'LGUG2Z:master' into label_text - [`3906318`](https://github.com/LGUG2Z/komorebi/commit/390631898f939d277cea11ec8e3f1977b077e1e3) added label_prefix to battery, date, memory, network, storage and time widgets - [`37bb1ab`](https://github.com/LGUG2Z/komorebi/commit/37bb1ab4c4109f75657849507e6641005bea02de) Merge branch 'label_text' of https://github.com/CtByte/komorebi into label_text ### 📊 Changes **8 files changed** (+276 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/battery.rs` (+23 -4) 📝 `komorebi-bar/src/config.rs` (+12 -0) 📝 `komorebi-bar/src/cpu.rs` (+15 -2) 📝 `komorebi-bar/src/date.rs` (+16 -2) 📝 `komorebi-bar/src/memory.rs` (+17 -2) 📝 `komorebi-bar/src/network.rs` (+159 -31) 📝 `komorebi-bar/src/storage.rs` (+18 -7) 📝 `komorebi-bar/src/time.rs` (+16 -2) </details> ### 📄 Description I made the label prefix configurable. Show icon, text only or both. --- <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:22 +01:00
adam closed this issue 2026-01-05 14:54:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1179