[PR #1037] [MERGED] Feature: cpu widget #1177

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/1037
Author: @CtByte
Created: 10/8/2024
Status: Merged
Merged: 10/8/2024
Merged by: @LGUG2Z

Base: masterHead: widgets


📝 Commits (6)

📊 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

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/1037 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 10/8/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `widgets` --- ### 📝 Commits (6) - [`47ea0be`](https://github.com/LGUG2Z/komorebi/commit/47ea0be89b2cc6062d7a503014d60eadd384d21a) cpu widget - [`99a4399`](https://github.com/LGUG2Z/komorebi/commit/99a43994bd3c703712be81e132d1cd59b829999c) cpu widget - [`d6f8dd2`](https://github.com/LGUG2Z/komorebi/commit/d6f8dd2e40e885998745e0888e29f7b03cd236ba) removed prefixes, changed cpu icon - [`942e05d`](https://github.com/LGUG2Z/komorebi/commit/942e05da38fbd994f59ff8f0c1e09ac923808dac) cpu icon - [`44ced47`](https://github.com/LGUG2Z/komorebi/commit/44ced4758edddf344c0fbcebe35910dca6b526c2) adding prefixes back (will be a setting later) - [`8a8d9f7`](https://github.com/LGUG2Z/komorebi/commit/8a8d9f76a9ac3c420ff4386fbcc357f7215fbf61) MEM -> RAM ### 📊 Changes **3 files changed** (+112 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `komorebi-bar/src/cpu.rs` (+107 -0) 📝 `komorebi-bar/src/main.rs` (+1 -0) 📝 `komorebi-bar/src/widget.rs` (+4 -0) </details> ### 📄 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](https://phosphoricons.com/?q=%22cpu%22) ![image](https://github.com/user-attachments/assets/d36d4564-eb97-48b6-9e88-731354c3922b) --- <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#1177