https://github.com/luaannguyen/sketchybar
My personal sketchybar setup
https://github.com/luaannguyen/sketchybar
macos sketchy
Last synced: 7 days ago
JSON representation
My personal sketchybar setup
- Host: GitHub
- URL: https://github.com/luaannguyen/sketchybar
- Owner: LuaanNguyen
- Created: 2025-07-14T04:42:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T04:53:03.000Z (12 months ago)
- Last Synced: 2025-10-27T16:54:54.110Z (8 months ago)
- Topics: macos, sketchy
- Language: Lua
- Homepage:
- Size: 5.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sketchybar Configuration
A custom sketchybar configuration with CPU and RAM monitoring widgets.

## Installation
```bash
cd helpers/event_providers/ram_load && make
cd ../cpu_load && make
cd ../network_load && make
cd ../../menus && make
brew services start sketchybar # start sketchybar
```
- **View logs**: Check `~/Library/Logs/sketchybar.log`
- **Reload configuration**: `sketchybar --update`
- **Restart service**: `brew services restart sketchybar`
## Troubleshooting
If widgets don't update, ensure event providers are built and running:
```bash
ps aux | grep ram_load
ps aux | grep cpu_load
```