You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
aur | 6 years ago | |
screenshots | 6 years ago | |
src | 4 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 6 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
README.md | 6 years ago |
README.md
rust-dwm-status
A status bar for dwm. Displays system information such as battery status (on laptops), ram usage, cpu load, date and time. Handles system notifications.
- Freely inspired from gods.
- We use systemstat for obtaining necessary info from linux system files.
- We use notify-rust for handling notifications.
Dependencies
- xsetroot
- rust
- A font that supports unicode characters
Installation
-
On Arch Linux:
yaourt -S rust-dwm-status
-
With cargo
cargo install rust-dwm-status
Usage
Either run directly or add to your .xinitrc:
rust-dwm-status &