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:
|
Scripts:
|
||||||
- Name: WSL Theming
|
- Name: WSL Theming
|
||||||
Command: bash
|
Command: bash
|
||||||
ArgsLight: [-c, "fish -c 'update-theme light'"]
|
ArgsLight:
|
||||||
ArgsDark: [-c, "fish -c 'update-theme dark'"]
|
- -c
|
||||||
|
- fish -c "update-theme light"
|
||||||
|
ArgsDark:
|
||||||
|
- -c
|
||||||
|
- fish -c "update-theme dark"
|
||||||
AllowedSources: [Any]
|
AllowedSources: [Any]
|
||||||
TimeoutMillis: 30000
|
TimeoutMillis: 30000
|
||||||
|
|
Loading…
Reference in a new issue