Skip to content

Releases: quinnjr/rustky

v0.1.2

10 Jun 20:51

Choose a tag to compare

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 configure was never processed and rustky ran invisibly (5e16f40)
  • Real text rendering: upgraded skia-rs to 0.2.7, whose draw_string renders 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 rustky now builds on any system, and the Arch package no longer depends on ttf-dejavu (de8775e)

Install

  • crates.io: cargo install rustky
  • Arch: build with makepkg -si from the repo

🤖 Generated with Claude Code