Skip to content

Commit d896016

Browse files
committed
📝 Add config.md
1 parent c3ed409 commit d896016

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Docs/Config.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Config
2+
3+
**Example**
4+
5+
```
6+
{
7+
"iconize": [
8+
{
9+
"field": "title.label",
10+
"regex": "Movement Yoga"
11+
"icon": "🪷"
12+
}
13+
],
14+
"watch": {
15+
"hook": {
16+
"path": "/opt/homebrew/bin/sketchybar"
17+
"args": ["--trigger", "calendar_changed"]
18+
}
19+
}
20+
}
21+
```

0 commit comments

Comments
 (0)