maybe!
This commit is contained in:
parent
86f7b310ee
commit
6a811967cf
1 changed files with 7 additions and 15 deletions
|
@ -4,25 +4,17 @@ Component:
|
|||
- Name: Arch theme
|
||||
Command: bash
|
||||
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
||||
ArgsLight:
|
||||
[
|
||||
-c \",
|
||||
fish,
|
||||
ArgsLight: [
|
||||
-c,
|
||||
\"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\",
|
||||
"&&",
|
||||
sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.config/micro/settings.json,
|
||||
\",
|
||||
"fish -c \"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\" && \
|
||||
sed -i 's/monokai/bubblegum/g' ~/.config/micro/settings.json",
|
||||
]
|
||||
ArgsDark: [
|
||||
-c \",
|
||||
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 -c \" \
|
||||
fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save && \
|
||||
set fish_color_comment 5c6773\" && \
|
||||
sed -i 's/bubblegum/monokai/g' ~/.config/micro/settings.json",
|
||||
]
|
||||
AllowedSources: [Any]
|
||||
TimeoutMillis:
|
||||
|
|
Loading…
Reference in a new issue