Added a floating area at the center of the bar that can be used to add widgets to.
🔄 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/1041
**Author:** [@CtByte](https://github.com/CtByte)
**Created:** 10/11/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `center_widgets`
---
### 📝 Commits (10+)
- [`861d415`](https://github.com/LGUG2Z/komorebi/commit/861d4155513338ffe67a10d76aa982923b84148b) chore(cargo): enable lto for release builds
- [`75d5971`](https://github.com/LGUG2Z/komorebi/commit/75d5971cc82ed40f045d3a905777df539b3fa4d3) refactor(bar): use native apis for positioning
- [`2f0a930`](https://github.com/LGUG2Z/komorebi/commit/2f0a93058fc8646fd65c7aa71cc183b31f65a36b) feat(config): add bar configurations opt
- [`46e6d89`](https://github.com/LGUG2Z/komorebi/commit/46e6d8977087ce027356e07e6531c84810fad075) fix(wm): update monitor focus before focus-stack-window
- [`c6e76d2`](https://github.com/LGUG2Z/komorebi/commit/c6e76d2906210b92cfd68889d8ecd90841242b9a) fix(wm): ignore minimize calls on komorebi-bar
- [`400f901`](https://github.com/LGUG2Z/komorebi/commit/400f90105a25fbda66365854cd24051c49f8a6d0) refactor(wm): standardize config env var handling
- [`98a2aa4`](https://github.com/LGUG2Z/komorebi/commit/98a2aa4b234798d3df5a377bc0aa041209894013) feat(bar): add cpu widget
- [`8d5e40e`](https://github.com/LGUG2Z/komorebi/commit/8d5e40eb16de7c0b91fbf4acff2e72d5d1eea6c6) chore(deps): bump eframe from 0.28 to 0.29
- [`30e09d9`](https://github.com/LGUG2Z/komorebi/commit/30e09d99464f9e1662912086de048abb8daa4164) feat(wm): delete stale sub socket files
- [`8752bbb`](https://github.com/LGUG2Z/komorebi/commit/8752bbbaf1eac5cdbffc974342f4bf7387389f09) feat(bar): add more logging around error paths
### 📊 Changes
**4 files changed** (+65 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.toml` (+3 -0)
📝 `komorebi-bar/src/bar.rs` (+42 -1)
📝 `komorebi-bar/src/config.rs` (+2 -0)
📝 `komorebic/src/main.rs` (+18 -0)
</details>
### 📄 Description
Added a floating area at the center of the bar that can be used to add widgets to.
---
<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/1041
Author: @CtByte
Created: 10/11/2024
Status: ❌ Closed
Base:
master← Head:center_widgets📝 Commits (10+)
861d415chore(cargo): enable lto for release builds75d5971refactor(bar): use native apis for positioning2f0a930feat(config): add bar configurations opt46e6d89fix(wm): update monitor focus before focus-stack-windowc6e76d2fix(wm): ignore minimize calls on komorebi-bar400f901refactor(wm): standardize config env var handling98a2aa4feat(bar): add cpu widget8d5e40echore(deps): bump eframe from 0.28 to 0.2930e09d9feat(wm): delete stale sub socket files8752bbbfeat(bar): add more logging around error paths📊 Changes
4 files changed (+65 additions, -1 deletions)
View changed files
📝
Cargo.toml(+3 -0)📝
komorebi-bar/src/bar.rs(+42 -1)📝
komorebi-bar/src/config.rs(+2 -0)📝
komorebic/src/main.rs(+18 -0)📄 Description
Added a floating area at the center of the bar that can be used to add widgets to.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.