Expand description
§rwmstatus
Library for status monitor displays. It provides functions to obtain readouts about system status such as battery status or temperature.
This is part of my Rust Sucks Less project to port some of the suckless.org programs and tools to Rust, a programming language that sucks less.
Structs§
- RwmStatus
- RwmStatus
Enums§
- Status
Error - Error type for
rwmstatusfunctions.
Functions§
- get_
batt - Return battery status for the battery at the provided path.
- get_
load_ avgs - Return the three load average values.
- get_
local_ time - Get the local time.
- get_
temp - Return temperature read from the provided monitor.
- get_
tz_ time - Get the time for the provided timezone in the provided format.