Brandon
b13c725f67
feat(custom): add halign and valign options to box widget ( #988 )
2025-05-19 09:20:59 +01:00
c20feb77b7
feat: fully implement orientation/justify options
...
Adds `orientation` and `justify` options to all modules and custom
widgets where it makes sense to do so.
Any modules without support document this. Widgets fully document the
options inline where present for now.
Resolves #296
2025-03-22 19:24:41 +00:00
ba5ec8015d
feat(label): add truncate to module and custom widget
2025-02-22 12:59:00 +00:00
BowDown097
708118d266
feat: justify property for clock and custom label
2025-01-01 12:16:04 -08:00
Claire Neveu
70b2c592b2
feat: Add orientation support for custom label and button
2024-04-06 12:03:43 -04:00
46224d8a54
feat(custom): ability to add modules/widgets to buttons
...
Resolves #207
2024-04-01 15:42:26 +01:00
ee8873a94a
docs(custom): add native examples
2024-04-01 15:09:11 +01:00
994f4a4a12
feat: ability to add custom modules instead native modules
...
Resolves #131
2024-04-01 15:01:37 +01:00
607c7285d7
docs: update for ipc/cli, tidy a bit
2023-06-29 16:26:55 +01:00
dea66415c2
feat: module-level name
and class
options
...
BREAKING CHANGE: To allow for the `name` property, any widgets that were previously targeted by name should be targeted by class instead. This affects **all modules and all popups**, as well as several widgets inside modules. **This will break a lot of rules in your stylesheet**. To attempt to mitigate the damage, a migration script can be found [here](https://raw.githubusercontent.com/JakeStanger/ironbar/master/scripts/migrate-styles.sh ) that should get you most of the way.
Resolves #75 .
2023-05-06 13:22:35 +01:00
033d0f7e6e
feat(custom): option to toggle slider label
...
Adds new `show_label` option.
Resolves #115 (for real this time).
2023-04-23 12:59:55 +01:00
1fa0c0e977
feat(custom): support mouse wheel on slider
2023-04-22 21:29:47 +01:00
4a09b70854
feat(custom): support common options in widgets
2023-04-22 13:34:39 +01:00
138b5b3903
docs(custom): fix potential error in progress example
2023-04-10 20:05:37 +01:00
3d308ab572
feat(custom): support dynamic string in image source
...
Resolves #94 .
2023-04-10 20:04:36 +01:00
72b14b6c4e
feat(custom): progress bar widget.
...
Resolves partially #68 .
2023-04-10 12:59:24 +01:00
dfe1964abf
feat(custom): slider widget
...
Resolves partially #68 .
2023-04-10 00:17:09 +01:00
e928b30f99
docs(custom): rewrite widget options to be clearer
2023-04-10 00:16:44 +01:00
7c36f5cb0c
docs: fix a couple of issues
2023-02-02 20:37:16 +00:00
7b23e61e7d
docs(wiki): update screenshots and examples
2023-02-01 22:06:09 +00:00
b054c17d14
feat(workspaces): support for using images in name_map
2023-01-30 11:51:01 +00:00
393800aaa2
feat(custom): image widget
2023-01-30 11:51:01 +00:00
5d153a02fc
feat(custom): ability to embed scripts in labels for dynamic content
...
Fully resolves #34 .
2022-11-28 22:30:31 +00:00
58d55db660
docs: migrate wiki into main repo
2022-11-06 22:52:21 +00:00