prettier syntax

This commit is contained in:
Mylloon 2024-07-22 10:44:27 +02:00
parent 8b8d7b2de3
commit ac4a219bfe
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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