mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1108] [MERGED] feat(bar): widget grouping #1205
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/1108
Author: @CtByte
Created: 11/6/2024
Status: ✅ Merged
Merged: 11/19/2024
Merged by: @LGUG2Z
Base:
master← Head:bar_widget_grouping📝 Commits (10+)
e8f5952adding RenderConfig, and some test frames on widgets0a5e0a4no clonea5a7d69comment6a91dd4ignore unused80f0214Group enum, Copy RenderConfigfbe5e2cGroup -> Groupingce49b43GroupingConfigf446a6a"|mt --check" fix (thanks VS)d188222added widget grouping and group module1008ec2rounding from settings, and apply_on_side📊 Changes
15 files changed (+719 additions, -363 deletions)
View changed files
📝
komorebi-bar/src/bar.rs(+69 -22)📝
komorebi-bar/src/battery.rs(+9 -9)📝
komorebi-bar/src/config.rs(+7 -0)📝
komorebi-bar/src/cpu.rs(+16 -15)📝
komorebi-bar/src/date.rs(+14 -14)📝
komorebi-bar/src/komorebi.rs(+232 -207)📝
komorebi-bar/src/main.rs(+2 -3)📝
komorebi-bar/src/media.rs(+21 -21)📝
komorebi-bar/src/memory.rs(+16 -15)📝
komorebi-bar/src/network.rs(+21 -21)➕
komorebi-bar/src/render.rs(+263 -0)📝
komorebi-bar/src/storage.rs(+21 -21)📝
komorebi-bar/src/time.rs(+14 -14)📝
komorebi-bar/src/widget.rs(+2 -1)📝
komorebi/src/colour.rs(+12 -0)📄 Description
This PR is adding a new grouping feature to the bar widgets.
Style and more rounding
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.