ahah
This commit is contained in:
parent
2640dcc7f2
commit
570bf05372
1 changed files with 9 additions and 6 deletions
|
@ -4,18 +4,21 @@ Component:
|
|||
- 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",
|
||||
\"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,
|
||||
]
|
||||
AllowedSources: [Any]
|
||||
TimeoutMillis:
|
||||
|
|
Loading…
Reference in a new issue