A status bar for dwm written in rust
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.
Emiel Kollof 12dc8a4084 Add keyboard layout display 4 years ago
aur Update aur submodule (fixed pkg) 6 years ago
screenshots Update readme, including picture 6 years ago
src Add keyboard layout display 4 years ago
.gitignore Add .swp and .bk files to gitignore 7 years ago
.gitmodules Add aur repo as a submodule 6 years ago
Cargo.lock Add keyboard layout display 4 years ago
Cargo.toml Add keyboard layout display 4 years ago
README.md Update readme 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.

alt tag

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 &