-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(mkdocs): offline install, stackbar, border style
- Loading branch information
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters