FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.45k stars 85 forks source link

`default_menu_items` returning nothing #415

Closed ituri closed 10 months ago

ituri commented 10 months ago

When I run sketchybar with the default_menu_items parameter, I get an empty output:

    ~  sketchybar --query default_menu_items                                                                                                                                               ✔  09:19:33 

    ~                                                                                                                                                                                      ✔  09:19:49 

I've looked at other issues on GitHub with the same problem and made sure that both sketchybar and my Terminal (wezterm) are allowed to record the screen: CleanShot 2023-10-12 at 09 21 43 Is there anything else I might be missing?

FelixKratz commented 10 months ago

Make sure the bar is running when issuing the query command, else it will return nothing. Feel free to reopen if this was not the problem.

ituri commented 10 months ago

Worked, thank you!