25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
Enabled: true
|
|
Component:
|
|
Scripts:
|
|
- Name: WSL Theming
|
|
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 && \
|
|
sed -i 's/#color = \"default\"/color = \"default-light\"/g' ~/.config/bottom/bottom.toml && \
|
|
sed -i 's/Dracula/Solarized (light)/g' ~/.config/bat/config",
|
|
]
|
|
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 && \
|
|
sed -i 's/color = \"default-light\"/#color = \"default\"/g' ~/.config/bottom/bottom.toml && \
|
|
sed -i 's/Solarized (light)/Dracula/g' ~/.config/bat/config",
|
|
]
|
|
AllowedSources: [Any]
|
|
TimeoutMillis:
|