confOS/.config/WindowsAutoNightMode/scripts.yaml

21 lines
710 B
YAML
Raw Normal View History

2023-11-06 13:25:51 +01:00
Enabled: true
Component:
Scripts:
2023-11-06 13:29:08 +01:00
- Name: Arch theme
2023-11-06 13:36:17 +01:00
Command: bash
2023-11-06 13:25:51 +01:00
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
2023-11-06 13:45:25 +01:00
ArgsLight: [
2023-11-06 13:25:51 +01:00
-c,
"fish -c \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
2023-11-06 13:45:25 +01:00
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
2023-11-06 13:25:51 +01:00
]
ArgsDark: [
-c,
"fish -c \" \
2023-11-06 13:45:25 +01:00
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
set fish_color_comment 5c6773\" && \
sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json",
2023-11-06 13:25:51 +01:00
]
AllowedSources: [Any]
TimeoutMillis: