prettier syntax
This commit is contained in:
parent
8b8d7b2de3
commit
ac4a219bfe
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,11 @@ Component:
|
|||
Scripts:
|
||||
- Name: WSL Theming
|
||||
Command: bash
|
||||
ArgsLight: [-c, "fish -c 'update-theme light'"]
|
||||
ArgsDark: [-c, "fish -c 'update-theme dark'"]
|
||||
ArgsLight:
|
||||
- -c
|
||||
- fish -c "update-theme light"
|
||||
ArgsDark:
|
||||
- -c
|
||||
- fish -c "update-theme dark"
|
||||
AllowedSources: [Any]
|
||||
TimeoutMillis: 30000
|
||||
|
|
Loading…
Reference in a new issue