This commit is contained in:
Mylloon 2023-11-06 13:36:17 +01:00
parent 7af163ccb7
commit 86f7b310ee
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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