Metadata-Version: 2.4
Name: pingtray
Version: 1.0.0
Summary: A macOS menu-bar app that shows internet connectivity status
License-Expression: 0BSD
Requires-Dist: icmplib>=3.0.4
Requires-Python: >=3.11
Project-URL: Repository, https://github.com/marionauta/pingtray
Description-Content-Type: text/markdown

# pingtray

A macOS menu-bar app that shows your internet connectivity status using [AnyBar][anybar].

- **filled** — connected
- **exclamation** — no connection

## Install AnyBar

```bash
brew install --cask anybar
```

## Usage

```bash
uv run pingtray
```

## Configuration

Create `~/.config/pingtray/config.toml` (all keys optional):

```toml
target        = "1.1.1.1"
interval      = 1.0
anybar_binary = "/Applications/AnyBar.app/Contents/MacOS/AnyBar"
log_level     = "WARNING"   # DEBUG, INFO, WARNING, ERROR
```

[anybar]: https://github.com/tonsky/AnyBar
