Skip to content

Commit

Permalink
small formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKratz committed Sep 27, 2021
1 parent a26e228 commit 2a17a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a17a4a

Please sign in to comment.