Update README

This commit is contained in:
Wojciech Kozlowski 2018-12-26 18:54:44 +05:30
parent 1effdda906
commit b1277a19a0

View File

@ -10,7 +10,8 @@ a direct port of [dwmstatus](https://dwm.suckless.org/status_monitor/) 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 or rwm.
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](https://github.com/Wojtek242/rwmstatus/blob/master/src/main.rs) shows