mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1500] refactor(ring): use MonitorIdx, WorkspaceIdx, ContainerIdx, WindowIdx instead of usize #1434
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/1500
Author: @JustForFun88
Created: 7/10/2025
Status: 🔄 Open
Base:
master← Head:custom_index_for_each_ring_type📝 Commits (8)
f9ea220Stop exposing Ring internals862a55fUseArc<str>andWsElementIdinstead ofString3020684make serialize and deserialize compact8cbf024MakeWindowinternals private.86b297fMake clippy happy67df67fUse MonitorIdx, WorkspaceIdx, ContainerIdx, WindowIdx instead of usizef965aa9contuniation88edc7dcontuniation📊 Changes
51 files changed (+2916 additions, -2404 deletions)
View changed files
📝
komorebi-bar/src/bar.rs(+20 -23)📝
komorebi-bar/src/config.rs(+3 -2)📝
komorebi-bar/src/main.rs(+15 -24)📝
komorebi-bar/src/render.rs(+3 -2)📝
komorebi-bar/src/widgets/battery.rs(+1 -1)📝
komorebi-bar/src/widgets/cpu.rs(+3 -3)📝
komorebi-bar/src/widgets/date.rs(+1 -1)📝
komorebi-bar/src/widgets/komorebi.rs(+29 -24)📝
komorebi-bar/src/widgets/komorebi_layout.rs(+8 -7)📝
komorebi-bar/src/widgets/memory.rs(+3 -3)📝
komorebi-bar/src/widgets/mod.rs(+5 -4)📝
komorebi-bar/src/widgets/network.rs(+2 -2)📝
komorebi-bar/src/widgets/storage.rs(+2 -2)📝
komorebi-bar/src/widgets/time.rs(+1 -1)📝
komorebi-bar/src/widgets/update.rs(+1 -1)📝
komorebi-client/src/lib.rs(+6 -0)📝
komorebi-gui/src/main.rs(+30 -27)📝
komorebi/src/animation/prefix.rs(+1 -1)📝
komorebi/src/border_manager/border.rs(+57 -39)📝
komorebi/src/border_manager/mod.rs(+155 -131)...and 31 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.