Port of dwmstatus to Rust
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
CHANGELOG.md
Cargo.toml
LICENSE
README.md
build.rs

README.md

rwmstatus

Latest version Documentation License

Library for status monitor displays for window managers such as dwm/rwm. It is a direct port of dwmstatus to Rust.

This crate is intended to be used as either a library that provides various utility functions for obtaining system readouts or as a standalone binary together with a window manager like dwm, rwm, or any WM which uses WM_NAME of the X11 root window as its status bar.

The standalone binary's main.rs shows an example of how to use the library.