mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-22 11:23:02 +00:00
Update README.md
This commit is contained in:
parent
c75f4fd397
commit
fd7b7b1f32
1 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,14 @@ spacebar -m config status_bar_clock_icon
|
|||
|
||||
- Sample configuration files can be found in the [↗ examples][spacebar-examples] directory. Refer to the [↗ documentation][spacebar-docs].
|
||||
|
||||
## Integration with yabai
|
||||
|
||||
Add the following to your yabai configuration, so yabai won't draw over the status bar.
|
||||
|
||||
```
|
||||
yabai -m config top_padding 26
|
||||
```
|
||||
|
||||
## Debug output and error reporting
|
||||
|
||||
In the case that something is not working as you're expecting, please make sure to take a look in the output and error log. To enable debug output make sure that your configuration file contains `spacebar -m config debug_output on` or that spacebar is launched with the `--verbose` flag. If you are running through brew services the log files can be found in the following directory:
|
||||
|
|
Loading…
Reference in a new issue