Commit Graph
26 Commits
Author SHA1 Message Date
Csaba be45d14f6d proper widget spacing based on alignment 2024-11-12 20:23:33 +01:00
Csaba cbd415f28f renamed Side to Alignment, group spacing 2024-11-12 12:26:09 +01:00
Csaba 3808fcec8f widget rounding based on grouping, atomic background color, simplified config, style on grouping 2024-11-12 00:16:02 +01:00
Csaba 4f4b617f26 grouping on bar, converting AlphaColour from_rgba_unmultiplied, simplified grouping 2024-11-11 00:38:40 +01:00
Csaba 2cd237fd0d added shadow to grouping, optional width on grouping stroke 2024-11-10 13:58:24 +01:00
Csaba d88774328a grouping correction on init 2024-11-10 02:23:23 +01:00
Csaba 10d2ab21c7 hot-reload on grouping 2024-11-10 01:59:42 +01:00
Csaba 645c46beb8 background color using theme color, AlphaColour.to_color32_or, updating json format for Grouping and RoundingConfig 2024-11-09 17:38:30 +01:00
Csaba 74dcb9b4e4 Merge branch 'bar_widget_grouping' of https://github.com/CtByte/komorebi into bar_widget_grouping 2024-11-09 01:26:03 +01:00
Csaba 12117b832b changed default values 2024-11-09 01:25:59 +01:00
Csaba ec5f7dc82d handling grouping edge case for komorebi focus window 2024-11-09 01:02:44 +01:00
Csaba cba0fcd882 added RoundingConfig 2024-11-09 00:35:24 +01:00
Csaba 655e8ce4c1 AlphaColour, transparency, bar background, more grouping config options 2024-11-08 23:51:00 +01:00
Csaba 7fff6d29a9 dereferencing 2024-11-08 17:26:47 +01:00
Csaba 1008ec2031 rounding from settings, and apply_on_side 2024-11-08 17:11:43 +01:00
Csaba d188222be7 added widget grouping and group module 2024-11-08 00:40:13 +01:00
Csaba f446a6a45f "|mt --check" fix (thanks VS) 2024-11-07 10:52:53 +01:00
Csaba ce49b433f9 GroupingConfig 2024-11-07 10:42:04 +01:00
Csaba fbe5e2c1f7 Group -> Grouping 2024-11-07 09:42:12 +01:00
Csaba 80f0214e47 Group enum, Copy RenderConfig 2024-11-07 09:38:19 +01:00
Csaba 6a91dd46cd ignore unused 2024-11-07 00:09:43 +01:00
Csaba a5a7d6906c comment 2024-11-06 23:55:59 +01:00
Csaba 0a5e0a4c0a no clone 2024-11-06 23:53:34 +01:00
Csaba e8f5952abb adding RenderConfig, and some test frames on widgets 2024-11-06 23:49:55 +01:00
Csaba 07a1538905 feat(bar): add label prefix config opt
This commit makes the label prefix configurable. Users can select if
they want to show an icon, only text, or both text and an icon.
2024-10-13 10:05:11 -07:00
Csaba a9e98034b0 feat(bar): add cpu widget
This commit adds a CPU widget, following the patterns of the Memory
widget.
2024-10-13 10:05:11 -07:00