fix
This commit is contained in:
parent
edf6dbd667
commit
2640dcc7f2
1 changed files with 6 additions and 7 deletions
|
@ -1,22 +1,21 @@
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Component:
|
Component:
|
||||||
Scripts:
|
Scripts:
|
||||||
- Name: cmd example
|
- Name: Arch theme
|
||||||
Command: Arch.exe
|
Command: Arch.exe
|
||||||
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
||||||
ArgsLight:
|
ArgsLight: [
|
||||||
[
|
|
||||||
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: [
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue