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

feat(custom): support common options in widgets

This commit is contained in:
Jake Stanger 2023-04-22 13:34:39 +01:00
parent 9d09855fce
commit 4a09b70854
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 41 additions and 17 deletions

View file

@ -15,7 +15,8 @@ It is well worth looking at the examples.
There are many widget types, each with their own config options.
You can think of these like HTML elements and their attributes.
Every widget has the following options available; `type` is mandatory.
Every widget has the following options available; `type` is mandatory.
You can also add common [module-level options](https://github.com/JakeStanger/ironbar/wiki/configuration-guide#32-module-level-options) on a widget.
| Name | Type | Default | Description |
|---------|-------------------------------------------------------------------|---------|-------------------------------|