Skip to content

Commit

Permalink
📝 Add config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oschrenk committed Jan 23, 2025
1 parent c3ed409 commit d896016
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Docs/Config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Config

**Example**

```
{
"iconize": [
{
"field": "title.label",
"regex": "Movement Yoga"
"icon": "🪷"
}
],
"watch": {
"hook": {
"path": "/opt/homebrew/bin/sketchybar"
"args": ["--trigger", "calendar_changed"]
}
}
}
```

0 comments on commit d896016

Please sign in to comment.