Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcampbell0x2a/statusbar
dwm statusbar, now in Rust!
https://github.com/wcampbell0x2a/statusbar
Last synced: about 1 month ago
JSON representation
dwm statusbar, now in Rust!
- Host: GitHub
- URL: https://github.com/wcampbell0x2a/statusbar
- Owner: wcampbell0x2a
- Created: 2022-08-20T16:07:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T14:51:09.000Z (6 months ago)
- Last Synced: 2024-09-29T15:41:44.524Z (about 2 months ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
statusbar
===========================[](https://github.com/wcampbell0x2a/statusbar)
[](https://crates.io/crates/statusbar)
[](https://docs.rs/statusbar)
[](https://github.com/wcampbell0x2a/statusbar/actions?query=branch%3Amaster)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](https://github.com/wcampbell0x2a/statusbar/releases).## usage
```
Usage: statusbar [OPTIONS]Options:
--interface network interface for display of ip addresses
--username override return from first user in sys.users()
-h, --help Print help
-V, --version Print version
```For example:
```
./statusbar --interface wlan0 --interface enp0s31f6
```