confOS/.config/WindowsAutoNightMode/scripts.yaml

29 lines
831 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:31:31 +01:00
ArgsLight:
[
2023-11-06 13:36:17 +01:00
-c \",
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:36:17 +01:00
\",
2023-11-06 13:25:51 +01:00
]
ArgsDark: [
2023-11-06 13:36:17 +01:00
-c \",
2023-11-06 13:25:51 +01:00
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:36:17 +01:00
\",
2023-11-06 13:25:51 +01:00
]
AllowedSources: [Any]
TimeoutMillis: