mirror of
https://github.com/Wojtek242/rwmstatus.git
synced 2024-11-24 00:15:25 +01:00
Update docs
This commit is contained in:
parent
8a0cce5c9c
commit
161c8ff081
12
src/lib.rs
12
src/lib.rs
@ -1,10 +1,12 @@
|
||||
//! # rwmstatus-lib
|
||||
//! # rwmstatus
|
||||
//!
|
||||
//! Library for status monitor displays.
|
||||
//! Library for status monitor displays. It provides functions to obtain
|
||||
//! readouts about system status such as battery status or temperature.
|
||||
//!
|
||||
//! This is part of a larger project to port various
|
||||
//! [suckless.org](https://suckless.org/) programs to Rust, a programming
|
||||
//! language that sucks less.
|
||||
//! This is part of my [Rust Sucks
|
||||
//! Less](https://wojciechkozlowski.eu/rust-sucks-less/) project to port some
|
||||
//! of the [suckless.org](https://suckless.org/) programs and tools to Rust, a
|
||||
//! programming language that sucks less.
|
||||
|
||||
// External crates
|
||||
extern crate chrono;
|
||||
|
13
src/main.rs
13
src/main.rs
@ -1,12 +1,13 @@
|
||||
//! # rwmstatus
|
||||
//!
|
||||
//! Status monitor bar for the dwm/rwm window manager (or any WM which uses
|
||||
//! WM_NAME of the X11 root window as its status bar). It is a direct port of
|
||||
//! [dwmstatus](https://dwm.suckless.org/status_monitor/) to Rust.
|
||||
//! Status monitor bar binary for the dwm/rwm window manager (or any WM which
|
||||
//! uses WM_NAME of the X11 root window as its status bar). It is a direct
|
||||
//! port of [dwmstatus](https://dwm.suckless.org/status_monitor/) to Rust.
|
||||
//!
|
||||
//! This is part of a larger project to port various
|
||||
//! [suckless.org](https://suckless.org/) programs to Rust, a programming
|
||||
//! language that sucks less.
|
||||
//! This is part of my [Rust Sucks
|
||||
//! Less](https://wojciechkozlowski.eu/rust-sucks-less/) project to port some
|
||||
//! of the [suckless.org](https://suckless.org/) programs and tools to Rust, a
|
||||
//! programming language that sucks less.
|
||||
|
||||
// Lib import
|
||||
extern crate rwmstatus;
|
||||
|
Loading…
Reference in New Issue
Block a user