mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1163] [MERGED] feat(bar): new grouping styles, hover effects on widgets and other small optimizations #1231
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/1163
Author: @CtByte
Created: 12/6/2024
Status: ✅ Merged
Merged: 12/10/2024
Merged by: @LGUG2Z
Base:
master← Head:bar_widgets📝 Commits (6)
6e0b71cfix(bar): only indicate focused window on stackc982cb0feat(bar): 5 new grouping styles for shadow and glow9c47c70feat(bar): indicate clickable widgetsb89fd7bfeat(bar): network widget - added show_default_interface and use enable to toggle the whole widget2453d67feat(bar): only collect enabled widgetsf0bfaecMerge branch 'LGUG2Z:master' into bar_widgets📊 Changes
12 files changed (+228 additions, -164 deletions)
View changed files
📝
komorebi-bar/src/bar.rs(+3 -0)📝
komorebi-bar/src/battery.rs(+9 -28)📝
komorebi-bar/src/cpu.rs(+12 -15)📝
komorebi-bar/src/date.rs(+9 -8)📝
komorebi-bar/src/komorebi.rs(+2 -1)📝
komorebi-bar/src/media.rs(+14 -15)📝
komorebi-bar/src/memory.rs(+12 -15)📝
komorebi-bar/src/network.rs(+66 -63)📝
komorebi-bar/src/render.rs(+62 -3)📝
komorebi-bar/src/storage.rs(+4 -8)📝
komorebi-bar/src/time.rs(+4 -8)📝
komorebi-bar/src/widget.rs(+31 -0)📄 Description
This meant to contain a few smaller changes that I think would make the bar even better. I will try to keep this small.
Grouping styles with shadows and glow on dark and light themes
DefaultWithShadowB4O1S3 / DefaultWithShadow / CtByteWithShadow


DefaultWithShadowB4O0S3


DefaultWithShadowB0O1S3


DefaultWithGlowB3O1S2


DefaultWithGlowB3O0S2


DefaultWithGlowB0O1S2


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.