11 releases

Uses new Rust 2024

new 0.5.2 Feb 20, 2026
0.5.0 Jan 4, 2026
0.3.5 Sep 11, 2023
0.3.4 Apr 16, 2023
0.3.0 Sep 30, 2022

#1554 in Network programming

MIT/Apache

17KB
302 lines

statusbar

github crates.io docs.rs build status

A DWM statusbar that shows the following information:

[hostname][user] => cpu %, mem %, net [ip0, ip1[ssid]], bat [bat0, bat1], pwr 0.0W [AC], 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

Dependencies

~3–24MB
~410K SLoC