-
Notifications
You must be signed in to change notification settings - Fork 0
Sketchybar Configuration Docs
Anil Dewani edited this page Nov 21, 2023
·
4 revisions
Sketchybar is a highly customizable macOS status bar replacement which can be customized using shell scripts to display custom information on the status bar. There are custom events to which your scripts can bind to and function accordingly.
The core configuration file sketchybarrc is responsible to draw and initialize the status bar, and load all the scripts located within the items
folder.
Items folder contains the following shell script:
- battery.sh
- brew.sh
- calendar.sh
- cpu.sh
- front_app.sh
- github.sh
- media.sh
- spaces.sh
- spotify.sh
- volume.sh
- wifi.sh
- yabai.sh
All the script are self-explanatory, they are aligned on the status bar to display various info-metrics.