confOS/.config/WindowsAutoNightMode/scripts.yaml

14 lines
284 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
2024-07-22 10:44:27 +02:00
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