You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
842 B
842 B
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 &