This commit is contained in:
kyasuda
2026-01-20 16:29:38 -08:00
parent cdd92fdcd8
commit 3254428cdd
3 changed files with 58 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
color_theme = "$HOME/.config/btop/themes/catppuccin_macchiato.theme"
color_theme = "/home/kyasuda/.config/btop/themes/catppuccin_macchiato.theme"
#* If the theme set background should be shown, set to False if you want terminal background transparency.
theme_background = true

View File

@@ -40,5 +40,20 @@
"extensions": [".sh", ".bash"],
"priority": 10
}
},
"background_task": {
"defaultConcurrency": 5,
"providerConcurrency": {
"anthropic": 2,
"openai": 4,
"google": 4,
"zen": 2
},
"modelConcurrency": {
"anthropic/claude-opus-4-5": 2,
"google/antigravity-gemini-3-flash": 3,
"google/antigravity-gemini-3-pro-high": 2,
"opencode/glm-4.7-free": 3
}
}
}