ahah?
This commit is contained in:
parent
7af163ccb7
commit
86f7b310ee
1 changed files with 5 additions and 1 deletions
|
@ -2,23 +2,27 @@ Enabled: true
|
|||
Component:
|
||||
Scripts:
|
||||
- Name: Arch theme
|
||||
Command: Arch.exe run
|
||||
Command: bash
|
||||
WorkingDirectory: C:\Users\anri\AppData\Roaming\AutoDarkMode
|
||||
ArgsLight:
|
||||
[
|
||||
-c \",
|
||||
fish,
|
||||
-c,
|
||||
\"fish_config theme choose 'Solarized Light' && yes | fish_config theme save\",
|
||||
"&&",
|
||||
sed -i \"s/monokai/bubblegum/g\" \"$HOME\"/.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,
|
||||
\",
|
||||
]
|
||||
AllowedSources: [Any]
|
||||
TimeoutMillis:
|
||||
|
|
Loading…
Reference in a new issue