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: master ← Head: label_text
master
label_text
b5877d0
28f0c54
481c546
3906318
37bb1ab
8 files changed (+276 additions, -50 deletions)
📝 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)
komorebi-bar/src/battery.rs
komorebi-bar/src/config.rs
komorebi-bar/src/cpu.rs
komorebi-bar/src/date.rs
komorebi-bar/src/memory.rs
komorebi-bar/src/network.rs
komorebi-bar/src/storage.rs
komorebi-bar/src/time.rs
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
master← Head:label_text📝 Commits (5)
b5877d0label prefix on cpu widget28f0c54comments on the enum, better empty string, no prefix option481c546Merge branch 'LGUG2Z:master' into label_text3906318added label_prefix to battery, date, memory, network, storage and time widgets37bb1abMerge branch 'label_text' of https://github.com/CtByte/komorebi into label_text📊 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.