v0.13.1
Highlights
- Clock widgets can define generic popup actions with global character bindings.
- The system-health example supports a
ddetails popup for failed units and timer jobs. - Press
Escto close a popup. - Press
zto toggle a centered clock-only layout; presszagain to restore widgets. - Hidden widgets stop scheduling refresh commands until restored.
- Popup output is bounded and terminal control sequences are sanitized.
- Widget process-group cleanup is portable across Linux
killimplementations.
Upgrading
No config migration is required. Existing configurations continue to work. Popup actions are opt-in; the documented system-health configuration binds d. Restart any already-running tclock process after upgrading so it loads the new binary.
Install
Arch (AUR)
yay -S clock-tui-binManual
ARCH=x86_64 # or aarch64
mkdir -p ~/.local/bin
curl -fsSL https://github.com/akitaonrails/clock-tui/releases/download/v0.13.1/clock-tui-linux-$ARCH.tar.gz | tar xz -C ~/.local/bin tclock tclock-system-healthChecksums (SHA256)
26d793a588f25cbf80399463048b40c508995fa9588856141230feb903cd4fd7 clock-tui-linux-aarch64.tar.gz
dccdab97bd7d2dcc209c5f11ee284abbcc71ad1f3905eaae750b86059391ceab clock-tui-linux-x86_64.tar.gz
Full diff: v0.12.1...v0.13.1