- Brew Install
- Update
.config/yabai/yabairc
yabai -m config external_bar all:0:22
- Install jq
brew install jq
- Install ifstat
brew install ifstat
- Find the correct network (command: ifstat) and update plugins
/plugins/network_down.sh
and/plugins/network_up.sh
# if the network is en1: UPDOWN=$(ifstat -i "en1" -b 0.1 1 | tail -n1)
- start
brew services start sketchybar
sketchybar
- stop
brew services stop sketchybar
- Restart
brew services restart sketchybar
- Go to file
sketchybar/sketchybarrc
- Comment or uncomment sources
- For exampe, comment
source "$ITEM_DIR/clock.sh"
to remove date and time, like this# source "$ITEM_DIR/clock.sh"
- Restart sketchybar
brew services restart sketchybar