mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1037] [MERGED] Feature: cpu widget #1177
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/1037
Author: @CtByte
Created: 10/8/2024
Status: ✅ Merged
Merged: 10/8/2024
Merged by: @LGUG2Z
Base:
master← Head:widgets📝 Commits (6)
47ea0becpu widget99a4399cpu widgetd6f8dd2removed prefixes, changed cpu icon942e05dcpu icon44ced47adding prefixes back (will be a setting later)8a8d9f7MEM -> RAM📊 Changes
3 files changed (+112 additions, -0 deletions)
View changed files
➕
komorebi-bar/src/cpu.rs(+107 -0)📝
komorebi-bar/src/main.rs(+1 -0)📝
komorebi-bar/src/widget.rs(+4 -0)📄 Description
I thought I add the cpu widget.
One interesting issue I ran into is that the egui_phosphor::regular::CPU is giving me the wrong icon. I wonder if that is only me.
It should be this one
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.