FelixKratz / SketchyBar

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

`default_menu_items` returning nothing #415

Closed ituri closed 1 year ago

ituri commented 1 year 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 1 year 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 1 year ago

Worked, thank you!