24 lines
773 B
YAML
24 lines
773 B
YAML
Enabled: true
|
|
Component:
|
|
Scripts:
|
|
- Name: Arch theme
|
|
Command: Arch.exe run
|
|
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
|
ArgsLight:
|
|
[
|
|
fish,
|
|
-c,
|
|
\"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\",
|
|
"&&",
|
|
sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.config/micro/settings.json,
|
|
]
|
|
ArgsDark: [
|
|
fish,
|
|
-c,
|
|
\"fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
|
|
set fish_color_comment 5c6773\",
|
|
"&&",
|
|
sed -i \"s/bubblegum/monokai/g\" \"$HOME\"/.config/micro/settings.json,
|
|
]
|
|
AllowedSources: [Any]
|
|
TimeoutMillis:
|