Port of dwmstatus to Rust
Go to file
Wojciech Kozlowski 072624e876 Avoid pre-requisites for install as that may force a recompile 2020-10-18 21:24:03 +02:00
src Hardware monitor and battery paths are not a configuration option 2019-01-02 10:58:39 +08:00
.gitignore Remove Cargo.lock 2018-12-26 18:28:11 +05:30
CHANGELOG.md Add changelog and minor doc fixes in preparation for v1.0.0 2018-12-31 17:14:40 +08:00
Cargo.toml Add changelog and minor doc fixes in preparation for v1.0.0 2018-12-31 17:14:40 +08:00
LICENSE Add README and LICENSE 2018-12-26 18:52:24 +05:30
Makefile Avoid pre-requisites for install as that may force a recompile 2020-10-18 21:24:03 +02:00
README.md Update README 2018-12-26 18:54:44 +05:30
build.rs Initial commit 2018-12-25 19:23:03 +05:30
config.mk Add Makefile for consistency with other suckless projects 2020-10-18 18:31:53 +02:00

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.