mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1039] [MERGED] Feature: label prefix on widgets #1179
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/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.