mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1041] [CLOSED] Feature: floating center area for the widgets #1178
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.