https://github.com/kamiyaa/dwmstatus-rs
https://github.com/kamiyaa/dwmstatus-rs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamiyaa/dwmstatus-rs
- Owner: kamiyaa
- Created: 2021-03-06T15:22:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:58:45.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:44:19.070Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dwmstatus-rs
A simple status bar
Output:
```
<---> │ 2.2 GB │ 33°C │ [95%] │ 00:06 │ Sat 03/06 10:23
```
## Building
```
cargo build --release
```
## Installing
```
cargo install -f --path=.
```
## Running
```
dwmstatus
```