Port of dwmstatus to Rust
Go to file
2018-12-26 18:54:44 +05:30
src Update docs 2018-12-26 18:42:59 +05:30
.gitignore Remove Cargo.lock 2018-12-26 18:28:11 +05:30
build.rs Initial commit 2018-12-25 19:23:03 +05:30
Cargo.toml Add time readout 2018-12-26 04:01:08 +05:30
LICENSE Add README and LICENSE 2018-12-26 18:52:24 +05:30
README.md Update README 2018-12-26 18:54:44 +05:30

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.