1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +02:00
Commit graph

15 commits

Author SHA1 Message Date
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