confOS/.config/WindowsAutoNightMode/scripts.yaml

9 lines
250 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