This commit is contained in:
Mylloon 2023-11-06 13:29:08 +01:00
parent edf6dbd667
commit 2640dcc7f2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,22 +1,21 @@
Enabled: true
Component:
Scripts:
- Name: cmd example
- Name: Arch theme
Command: Arch.exe
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
ArgsLight:
[
ArgsLight: [
fish,
-c,
"fish_config theme choose 'Solarized Light' && yes | fish_config theme save",
sed -i "s/monokai/bubblegum/g" "$HOME"/.config/micro/settings.json,
"fish_config theme choose 'Solarized Light' && yes | fish_config theme save && \
sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.config/micro/settings.json",
]
ArgsDark: [
fish,
-c,
"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,
set fish_color_comment 5c6773 && \
sed -i \"s/bubblegum/monokai/g\" \"$HOME\"/.config/micro/settings.json",
]
AllowedSources: [Any]
TimeoutMillis: