[PR #1055] [MERGED] feat(bar): floating center area for widgets #1182

Closed
opened 2026-01-05 14:54:23 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1055
Author: @CtByte
Created: 10/14/2024
Status: Merged
Merged: 11/27/2024
Merged by: @LGUG2Z

Base: masterHead: center_area


📝 Commits (10+)

  • 223d98c Added a new floating area at the center of the bar
  • ed54dce Merge branch 'LGUG2Z:master' into center_area
  • 01c1224 Merge branch 'LGUG2Z:master' into center_area
  • 53114e7 Merge branch 'LGUG2Z:master' into center_area
  • 927e214 clean up
  • f26765d Merge branch 'LGUG2Z:master' into center_area
  • 7aac5aa Merge branch 'LGUG2Z:master' into center_area
  • 96e4542 Merge branch 'LGUG2Z:master' into center_area
  • 01d4917 Merge branch 'LGUG2Z:master' into center_area
  • 81193cb merge master, fixing conflicts

📊 Changes

4 files changed (+52 additions, -2 deletions)

View changed files

📝 komorebi-bar/src/bar.rs (+47 -1)
📝 komorebi-bar/src/config.rs (+2 -0)
📝 komorebi-bar/src/main.rs (+1 -1)
📝 komorebi-bar/src/render.rs (+2 -0)

📄 Description

Added a new floating area at the center of the bar.

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/1055 **Author:** [@CtByte](https://github.com/CtByte) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 11/27/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `center_area` --- ### 📝 Commits (10+) - [`223d98c`](https://github.com/LGUG2Z/komorebi/commit/223d98c516eddcef1753e490ebad9b775cd807e1) Added a new floating area at the center of the bar - [`ed54dce`](https://github.com/LGUG2Z/komorebi/commit/ed54dcee033aa270499e0e7f2d1d0ee6a6ddccda) Merge branch 'LGUG2Z:master' into center_area - [`01c1224`](https://github.com/LGUG2Z/komorebi/commit/01c1224c0cf6ab9fe4da1eed87d2453065903e7c) Merge branch 'LGUG2Z:master' into center_area - [`53114e7`](https://github.com/LGUG2Z/komorebi/commit/53114e7985a8d74a6291e383caedad77a6e2c059) Merge branch 'LGUG2Z:master' into center_area - [`927e214`](https://github.com/LGUG2Z/komorebi/commit/927e214c42054936d34a66efa7629362ea7edd41) clean up - [`f26765d`](https://github.com/LGUG2Z/komorebi/commit/f26765d8059f2d96e44d1cd8e02a5457aab051da) Merge branch 'LGUG2Z:master' into center_area - [`7aac5aa`](https://github.com/LGUG2Z/komorebi/commit/7aac5aad00a28f7112030a444671cbeaf214bb01) Merge branch 'LGUG2Z:master' into center_area - [`96e4542`](https://github.com/LGUG2Z/komorebi/commit/96e454200c3a1062c8923469c3a11ad7cea23001) Merge branch 'LGUG2Z:master' into center_area - [`01d4917`](https://github.com/LGUG2Z/komorebi/commit/01d49172d2579269cb126b916e73ac493deead69) Merge branch 'LGUG2Z:master' into center_area - [`81193cb`](https://github.com/LGUG2Z/komorebi/commit/81193cb2834eb6cf24bca3c3f2ab995eb8cc4c5a) merge master, fixing conflicts ### 📊 Changes **4 files changed** (+52 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `komorebi-bar/src/bar.rs` (+47 -1) 📝 `komorebi-bar/src/config.rs` (+2 -0) 📝 `komorebi-bar/src/main.rs` (+1 -1) 📝 `komorebi-bar/src/render.rs` (+2 -0) </details> ### 📄 Description Added a new floating area at the center of the bar. ![image](https://github.com/user-attachments/assets/adeb9719-cebe-453e-81d3-d19e8668c323) --- <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:23 +01:00
adam closed this issue 2026-01-05 14:54:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1182