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:32:31 +01:00
|
|
|
Command: Arch.exe run
|
2023-11-06 13:25:51 +01:00
|
|
|
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
2023-11-06 13:31:31 +01:00
|
|
|
ArgsLight:
|
|
|
|
[
|
2023-11-06 13:25:51 +01:00
|
|
|
fish,
|
|
|
|
-c,
|
2023-11-06 13:31:31 +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,
|
2023-11-06 13:31:31 +01:00
|
|
|
\"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,
|
2023-11-06 13:25:51 +01:00
|
|
|
]
|
|
|
|
AllowedSources: [Any]
|
|
|
|
TimeoutMillis:
|