2023-11-06 13:25:51 +01:00
|
|
|
Enabled: true
|
|
|
|
Component:
|
|
|
|
Scripts:
|
2024-04-15 16:18:11 +02:00
|
|
|
- Name: WSL Theming
|
2023-11-06 13:36:17 +01:00
|
|
|
Command: bash
|
2024-02-12 21:55:04 +01:00
|
|
|
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
2023-11-06 13:45:25 +01:00
|
|
|
ArgsLight: [
|
2023-11-06 13:25:51 +01:00
|
|
|
-c,
|
2023-11-06 18:34:30 +01:00
|
|
|
"fish -c \" \
|
|
|
|
fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
2024-04-15 16:14:00 +02:00
|
|
|
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json && \
|
2024-04-15 16:15:16 +02:00
|
|
|
sed -i 's/#color = \"default\"/color = \"default-light\"/g' ~/.config/bottom/bottom.toml && \
|
2024-04-15 16:14:00 +02:00
|
|
|
sed -i 's/Dracula/Solarized (light)/g' ~/.config/bat/config",
|
2023-11-06 13:25:51 +01:00
|
|
|
]
|
|
|
|
ArgsDark: [
|
|
|
|
-c,
|
2023-11-06 18:32:30 +01:00
|
|
|
"fish -c \" \
|
2023-11-06 13:45:25 +01:00
|
|
|
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
|
|
|
|
set fish_color_comment 5c6773\" && \
|
2024-04-15 16:14:00 +02:00
|
|
|
sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json && \
|
2024-04-15 16:15:16 +02:00
|
|
|
sed -i 's/color = \"default-light\"/#color = \"default\"/g' ~/.config/bottom/bottom.toml && \
|
2024-04-15 16:14:00 +02:00
|
|
|
sed -i 's/Solarized (light)/Dracula/g' ~/.config/bat/config",
|
2023-11-06 13:25:51 +01:00
|
|
|
]
|
|
|
|
AllowedSources: [Any]
|
|
|
|
TimeoutMillis:
|