confOS/.config/WindowsAutoNightMode/scripts.yaml
2023-11-06 18:32:30 +01:00

20 lines
710 B
YAML

Enabled: true
Component:
Scripts:
- Name: Arch theme
Command: bash
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
ArgsLight: [
-c,
"fish -c \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
]
ArgsDark: [
-c,
"fish -c \" \
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",
]
AllowedSources: [Any]
TimeoutMillis: