Crates.io | rwmstatus |
lib.rs | rwmstatus |
version | 1.0.0 |
source | src |
created_at | 2018-12-26 18:06:35.155032 |
updated_at | 2019-01-02 09:40:08.939132 |
description | Library for status monitor displays. |
homepage | https://github.com/Wojtek242/rwmstatus |
repository | https://github.com/Wojtek242/rwmstatus |
max_upload_size | |
id | 103915 |
size | 46,921 |
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.