confOS/.config/WindowsAutoNightMode/scripts.yaml

22 lines
730 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:25:51 +01:00
Command: Arch.exe
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
2023-11-06 13:29:08 +01:00
ArgsLight: [
2023-11-06 13:25:51 +01:00
fish,
-c,
2023-11-06 13:29:08 +01:00
"fish_config theme choose 'Solarized Light' && yes | fish_config theme save && \
sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.config/micro/settings.json",
2023-11-06 13:25:51 +01:00
]
ArgsDark: [
fish,
-c,
"fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
2023-11-06 13:29:08 +01:00
set fish_color_comment 5c6773 && \
sed -i \"s/bubblegum/monokai/g\" \"$HOME\"/.config/micro/settings.json",
2023-11-06 13:25:51 +01:00
]
AllowedSources: [Any]
TimeoutMillis: