confOS/.config/WindowsAutoNightMode/scripts.yaml
2024-07-22 10:44:27 +02:00

13 lines
284 B
YAML

Enabled: true
Component:
Scripts:
- Name: WSL Theming
Command: bash
ArgsLight:
- -c
- fish -c "update-theme light"
ArgsDark:
- -c
- fish -c "update-theme dark"
AllowedSources: [Any]
TimeoutMillis: 30000