From 4a2de766172958cdce6c3553ee345cae3cb7a59b Mon Sep 17 00:00:00 2001 From: Felix Kratz Date: Sat, 14 Aug 2021 21:33:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b8605..df5d728 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ What I have added: * Draw arbitrary graphs in the bar with external data provider scripts that push the data into the graph * Overlay as many graphs as wanted, like system cpu usage and user cpu usage in one figure * Individual refresh frequencies for each widget +* Let items subscribe to system events (e.g. space changed, window focused, etc.) for their refresh action (like in yabai) * ... feel free to explore my sketchybarrc file for more details on the options I have many more plans for the project: -* Let items subscribe to system events (e.g. space changed, window focused, etc.) for their refresh action (like in yabai) * Cache the scripts in RAM to reduce I/O operations * Make the associated_space / associated_display properties more powerful by allowing to associate to more than one screen/display * Make application specific widgets with associated_app argument (e.g. when gvim is open show the vim mode indicator in the status bar)