An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sketchybar Configuration

A custom sketchybar configuration with CPU and RAM monitoring widgets.

![sketchybar](sketchybar.png)

## 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
```