mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-05 12:41:47 +02:00
docs(readme): update yaml example to use tags
This commit is contained in:
@@ -426,11 +426,9 @@ YAML
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- column: Secondary
|
- column: Secondary
|
||||||
configuration:
|
configuration: !Horizontal 2 # max number of rows
|
||||||
Horizontal: 2 # max number of rows,
|
|
||||||
- column: Primary
|
- column: Primary
|
||||||
configuration:
|
configuration: !WidthPercentage 50 # percentage of screen
|
||||||
WidthPercentage: 45 # percentage of screen
|
|
||||||
- column: Tertiary
|
- column: Tertiary
|
||||||
configuration: Horizontal
|
configuration: Horizontal
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user