| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add themeable faces to the modeline event display | Craig Jennings | 19 hours | 1 | -0/+32 |
| | | | | | | | The modeline event text inherited the mode-line face with no way to style it. I added four faces (chime-modeline-face, chime-modeline-soon-face, chime-modeline-urgent-face, chime-modeline-no-events-face) that color the display by how soon the next event is. Two thresholds, chime-modeline-soon-threshold-minutes (30) and chime-modeline-urgent-threshold-minutes (5), drive the urgency mapping. The default and idle faces inherit mode-line, so the modeline looks unchanged until you theme it. Soon inherits warning and urgent inherits error, so imminent events stand out across themes without configuration. | ||||
| * | docs: document chime-async-timeout and the frozen-modeline symptom | Craig Jennings | 13 days | 2 | -0/+36 |
| | | |||||
| * | docs: document the per-event :CHIME_NOTIFY_BEFORE: property | Craig Jennings | 2026-05-11 | 1 | -0/+22 |
| | | | | | The README's migration note said the per-event reminder property had been removed. That's stale now that the property is back. I rewrote the line to point at :CHIME_NOTIFY_BEFORE: and the deprecated :WILD_NOTIFIER_NOTIFY_BEFORE: alias. I also added a "Per-Event Override" section to docs/CONFIGURATION.org covering the syntax, the no-inheritance behavior, malformed-value handling, and the alias's deprecation path. | ||||
| * | docs: split detailed user docs out of readme | Craig Jennings | 2026-05-10 | 4 | -0/+968 |
