Changes
Page history
Update Bar Styles
authored
Sep 15, 2021
by
Ethan
Show whitespace changes
Inline
Side-by-side
Bar-Styles.md
View page @
d8697a36
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 |
| ------ | ------ |
|
`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,
|
`flipped-linear-gradient`
| Gradient that goes from bottom to top. |
|
`mirrored-gradient`
| Gradient that goes from the middle out. |
| Style Option | Description |
| ------ | ------ |
|
`solid`
| No gradient; just solid color. |
| Style Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ |
|
`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