[PR #1041] [CLOSED] Feature: floating center area for the widgets #1178

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/1041
Author: @CtByte
Created: 10/11/2024
Status: Closed

Base: masterHead: center_widgets


📝 Commits (10+)

  • 861d415 chore(cargo): enable lto for release builds
  • 75d5971 refactor(bar): use native apis for positioning
  • 2f0a930 feat(config): add bar configurations opt
  • 46e6d89 fix(wm): update monitor focus before focus-stack-window
  • c6e76d2 fix(wm): ignore minimize calls on komorebi-bar
  • 400f901 refactor(wm): standardize config env var handling
  • 98a2aa4 feat(bar): add cpu widget
  • 8d5e40e chore(deps): bump eframe from 0.28 to 0.29
  • 30e09d9 feat(wm): delete stale sub socket files
  • 8752bbb feat(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.

## 📋 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>
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#1178