Update Bar Styles authored by Ethan's avatar Ethan
Bar styles determine how a bar module looks. You can edit the base look, height, trim, and attachment size. Bar styles determine how a bar module looks. You can edit the base look, height, trim, and attachment size.
| Example Styles |
| ------------ |
| solid{h=8;a=2} |
| flipped-linear-gradient{h=6;t=1;a=1} |
| mirrored-gradient{h=10;t=2;a=1} |
| Style Type | Description | | Style Type | Description |
| ------ | ------ | | ------ | ------ |
| `solid` | No gradient; just solid color. | | `solid` | No gradient; just solid color. |
...@@ -7,6 +13,8 @@ Bar styles determine how a bar module looks. You can edit the base look, height, ...@@ -7,6 +13,8 @@ Bar styles determine how a bar module looks. You can edit the base look, height,
| `flipped-linear-gradient` | Gradient that goes from bottom to top. | | `flipped-linear-gradient` | Gradient that goes from bottom to top. |
| `mirrored-gradient` | Gradient that goes from the middle out. | | `mirrored-gradient` | Gradient that goes from the middle out. |
| Style Option | Description | | Style Parameter | Aliases | Description | Type |
| ------ | ------ | | ------ | ------ | ------ | ------ |
| `solid` | No gradient; just solid color. | | `height` | `ht, h` | The height of the module. | `Integer[1-16]` |
| `attachment-size` | `as, a` | The size of the appended attachment | `Integer` |
| `trim` | `tr, t` | The amount to trim off the each side of the module. | `Integer` |
\ No newline at end of file