diff --git a/README.md b/README.md index f98fe45..a76014f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@

- + + -

@@ -15,7 +15,9 @@ shell scripts.

![](images/example.png) -Example Setup (see more example setups [here](https://github.com/FelixKratz/SketchyBar/discussions/47)). +

+More example setups [here](https://github.com/FelixKratz/SketchyBar/discussions/47). +

Table of Contents ================= @@ -207,7 +209,7 @@ Background properties: Scripting properties: * *update_freq*: time in seconds between script executions * *script*: a script to run every *update_freq* seconds -* *click_script*: script to run when left clicking on item (Note: This is also possible via the *mouse_clicked* event, see #subscribing-items-to-system-events-for-their-script-execution) +* *click_script*: script to run when left clicking on item (Note: This is a shortcut for implemeting it via the *mouse_clicked* event) * *cache_scripts*: If the scripts should be cached in RAM or read from disc every time (values: *on*, *off*, *toggle*, default: *off*) * *updates*: If and when the item updates e.g. via script execution (values: *on*, *off*, *toggle*, *when_shown*, default: *on*)