Releases: quinnjr/rustky
Releases · quinnjr/rustky
v0.1.2
First tagged release of rustky, a modern conky-like system monitor for Wayland.
Fixes
- Layer surface now actually maps: the calloop Wayland source callback discarded all events instead of dispatching them, so the initial
configurewas never processed and rustky ran invisibly (5e16f40) - Real text rendering: upgraded skia-rs to 0.2.7, whose
draw_stringrenders shaped glyph outlines instead of the placeholder rectangles in 0.2.0; added regression tests (3c1f2f0)
Changes
- Vendored DejaVu Sans Mono (with its license) into the crate, replacing the absolute Arch-specific font path —
cargo install rustkynow builds on any system, and the Arch package no longer depends onttf-dejavu(de8775e)
Install
- crates.io:
cargo install rustky - Arch: build with
makepkg -sifrom the repo
🤖 Generated with Claude Code