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
master
bar_widget_grouping
e8f5952
0a5e0a4
a5a7d69
6a91dd4
80f0214
fbe5e2c
ce49b43
f446a6a
d188222
1008ec2
15 files changed (+719 additions, -363 deletions)
📝 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)
komorebi-bar/src/bar.rs
komorebi-bar/src/battery.rs
komorebi-bar/src/config.rs
komorebi-bar/src/cpu.rs
komorebi-bar/src/date.rs
komorebi-bar/src/komorebi.rs
komorebi-bar/src/main.rs
komorebi-bar/src/media.rs
komorebi-bar/src/memory.rs
komorebi-bar/src/network.rs
komorebi-bar/src/render.rs
komorebi-bar/src/storage.rs
komorebi-bar/src/time.rs
komorebi-bar/src/widget.rs
komorebi/src/colour.rs
This PR is adding a new grouping feature to the bar widgets.
"transparency_alpha": 200, "widget_spacing": 10.0, "grouping": { "kind": "Bar | Alignment | Widget", "transparency_alpha": 190, "rounding": 10 },
Style and more rounding
"transparency_alpha": 200, "grouping": { "kind": "Widget", "style": "Default | DefaultWithShadow", "transparency_alpha": 190, "rounding": [ 10, 0, 0, 10 ] },
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.