Align log formatting

This commit is contained in:
Thales Maciel 2026-02-24 12:00:33 -03:00
parent ebba452268
commit 2ec14f35f2
No known key found for this signature in database
GPG key ID: 33112E6833C34679
4 changed files with 47 additions and 8 deletions

View file

@ -11,6 +11,8 @@
- Install deps: `uv sync`.
- Run daemon: `uv run python3 src/leld.py --config ~/.config/lel/config.json`.
System packages (example names): `portaudio`/`libportaudio2`, `libayatana-appindicator3`.
## Coding Style & Naming Conventions
- Shell scripts use Bash with `set -euo pipefail`.