mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 03:43:02 +00:00
small formatting fixes
This commit is contained in:
parent
a26e228d96
commit
2a17a4ab85
1 changed files with 3 additions and 3 deletions
|
@ -368,19 +368,19 @@ setup is done.
|
|||
|
||||
## Querying
|
||||
*SketchyBar* can be queried for information about a number of things.
|
||||
### Bar Information
|
||||
### Bar Properties
|
||||
Information about the bar can be queried via:
|
||||
```bash
|
||||
sketchybar -m query bar
|
||||
```
|
||||
The output is a json structure containing relevant information about the configuration settings of the bar.
|
||||
### Item Information
|
||||
### Item Properties
|
||||
Information about an item can be queried via:
|
||||
```bash
|
||||
sketchybar -m query item <name>
|
||||
```
|
||||
The output is a json structure containing relevant information about the configuration of the item.
|
||||
## Defaults Information
|
||||
### Default Properties
|
||||
Information about the current defaults.
|
||||
```bash
|
||||
sketchybar -m query defaults
|
||||
|
|
Loading…
Reference in a new issue