FelixKratz / SbarLua

A Lua API for SketchyBar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU/Network load not working

nohzafk opened this issue · comments

After the installation, it seems that CPU/Network load do not get updated, always displaying ??

image

it turns out that you need to manually compile helper binaries

cd "$HOME/.config/sketchybar/helpers"
MAKE=/usr/bin/make make

and pass CONFIG_DIR to sketchrbar services

CONFIG_DIR="$HOME/.config/sketchybar" brew services restart sketchybar