statusbar

Crates.iostatusbar
lib.rsstatusbar
version0.3.5
sourcesrc
created_at2022-09-30 00:05:37.879797
updated_at2023-09-11 02:09:19.294873
descriptiondwm statusbar
homepagehttps://github.com/wcampbell0x2a/statusbar
repositoryhttps://github.com/wcampbell0x2a/statusbar
max_upload_size
id677002
size29,157
wcampbell (wcampbell0x2a)

documentation

README

statusbar

github crates.io docs.rs build status

A DWM statusbar that shows the following information:

[hostname][user] => cpu %, mem %, net [ip0, ip1], bat [bat0, bat1], date time

install

cargo install --locked statusbar or see our github releases.

usage

Usage: statusbar [OPTIONS]

Options:
      --interface <INTERFACE>  network interface for display of ip addresses
      --username <USERNAME>    override return from first user in sys.users()
  -h, --help                   Print help
  -V, --version                Print version

For example:

./statusbar --interface wlan0 --interface enp0s31f6
Commit count: 41

cargo fmt