ashell: support yaml and toml config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
f62e9a8114
commit
650a38ebe8
11 changed files with 226 additions and 6 deletions
11
tests/modules/programs/ashell/basic-yaml-config-expected.yml
Normal file
11
tests/modules/programs/ashell/basic-yaml-config-expected.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
modules:
|
||||
center:
|
||||
- Window Title
|
||||
left:
|
||||
- Workspaces
|
||||
right:
|
||||
- SystemInfo
|
||||
- Clock
|
||||
workspaces:
|
||||
showEmpty: true
|
||||
visibilityMode: MonitorSpecific
|
||||
Loading…
Add table
Add a link
Reference in a new issue