Metadata-Version: 2.4
Name: pl-ergonomics
Version: 0.0.7
Summary: Notifications to stop staring at my screen all day.
Author: Peter Lavigne
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pl-run-program>=0.0.30
Requires-Dist: pl-mocks-and-fakes>=0.0.30
Requires-Dist: pl-user-io>=0.0.18
Requires-Dist: pl-tiny-clients>=0.0.42
Requires-Dist: pydantic==2.12.5
Requires-Dist: pydantic-settings==2.13.1
Requires-Dist: pl-key-value-sqlite-db>=0.0.7
Requires-Dist: typer==0.21.1
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/Peter-Lavigne/pl-ergonomics
Project-URL: Repository, https://github.com/Peter-Lavigne/pl-ergonomics
Description-Content-Type: text/markdown

# pl-ergonomics

Notifications to stop staring at my screen all day.

## Setup

Runs as a systemd user service. The service file lives at `~/.config/systemd/user/ergonomics.service`.

```bash
systemctl --user daemon-reload
systemctl --user enable --now ergonomics
```

To check status or logs:

```bash
systemctl --user status ergonomics
journalctl --user -u ergonomics
```
