-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bar): add widget grouping options
This commit adds various widget grouping and transparency options to komorebi-bar, and is comprised of the individual commits listed below, worked on in PR #1108, squashed into one. e8f5952 * adding RenderConfig, and some test frames on widgets 0a5e0a4 * no clone a5a7d69 * comment 6a91dd4 * ignore unused 80f0214 * Group enum, Copy RenderConfig fbe5e2c * Group -> Grouping ce49b43 * GroupingConfig f446a6a * "fmt --check" fix (thanks VS) d188222 * added widget grouping and group module 1008ec2 * rounding from settings, and apply_on_side 7fff6d2 * dereferencing 655e8ce * AlphaColour, transparency, bar background, more grouping config options cba0fcd * added RoundingConfig ec5f7dc * handling grouping edge case for komorebi focus window 12117b8 * changed default values 645c46b * background color using theme color, AlphaColour.to_color32_or, updating json format for Grouping and RoundingConfig 10d2ab2 * hot-reload on grouping d887743 * grouping correction on init 2cd237f * added shadow to grouping, optional width on grouping stroke 4f4b617 * grouping on bar, converting AlphaColour from_rgba_unmultiplied, simplified grouping 3808fce * widget rounding based on grouping, atomic background color, simplified config, style on grouping be45d14 * renamed Side to Alignment, group spacing be45d14 * proper widget spacing based on alignment b43a5bd * added widget_spacing to config c18e5f4 * test commit cba2b2f * refactoring of render and grouping, widget spacing WIP 9311cb0 * simplify no_spacing 36c2672 * correct spacing on komorebi and network widgets (WIP) 85a41bf * correct widget spacing on all widgets 50b49cc * refactoring widget spacing 9ec67ad * account for ui item_spacing when setting the widget_spacing e88a2fd * format
- Loading branch information
Showing
15 changed files
with
719 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.