confOS/.config/WindowsAutoNightMode/scripts.yaml

10 lines
250 B
YAML
Raw Normal View History

2023-11-06 13:25:51 +01:00
Enabled: true
Component:
Scripts:
2024-04-15 16:18:11 +02:00
- Name: WSL Theming
2023-11-06 13:36:17 +01:00
Command: bash
ArgsLight: [-c, "fish -c 'update-theme light'"]
ArgsDark: [-c, "fish -c 'update-theme dark'"]
2023-11-06 13:25:51 +01:00
AllowedSources: [Any]
TimeoutMillis: 30000