docs(mkdocs): offline install, stackbar, border style

This commit is contained in:
LGUG2Z
2024-04-05 18:25:36 -07:00
parent 251ec3d53e
commit e40fa11b0d
4 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
# Stackbar
If you would like to add a visual stackbar to show which windows are in a container
stack ensure the following options are defined in the `komorebi.json` configuration
file.
```json
{
"stackbar": {
"height": 40,
"mode": "OnStack",
"tabs": {
"width": 300,
"focused_text": "#00a542",
"unfocused_text": "#b3b3b3",
"background": "#141414"
}
}
}
```
This feature is not considered stable, and you may encounter visual artifacts
from time to time.