diff --git a/README.md b/README.md index 9fd748a..5f17394 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,15 @@ If you have frequently used entry names you can define them in your template by This will create an entry that is not yet started; you can start it by clicking the play button without having to type out the name. +## 👀 Status Bar Icons + +Timekeep will show running timers in the Obsidian status bar, allowing you to see whats happening at a glance, you can then quickly open the file or stop the timer +right from the status bar. + +![Status Bar](images/status_bar.png) + +*Status bar icons are only available if the registry setting is enabled as well as the status bar setting + ## 🦾 API Timekeep exposes a JS API which can be used by other scripts such as with [Dataview](https://blacksmithgu.github.io/obsidian-dataview/api/intro/) diff --git a/images/status_bar.png b/images/status_bar.png new file mode 100644 index 0000000..a89d19e Binary files /dev/null and b/images/status_bar.png differ