🔄 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)

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.