redblocks

Crates.ioredblocks
lib.rsredblocks
version0.2.4
sourcesrc
created_at2021-06-25 03:04:08.355397
updated_at2021-07-09 01:27:21.311737
descriptionmodular status bar for dwm and the like written in rust
homepage
repositoryhttps://github.com/delta1024/redblocks
max_upload_size
id414674
size21,142
Jacob Stannix (delta1024)

documentation

README

About

Redblocks is a library inspired by xmobar for creating your own status blocks that writes to XROOTNAME. Primaraly designed with dwm in mind.

Dependencies

  • xsetroot

Usage Requirments

Using redblock is intended to be simple, baring creating custom modules; if this is not the case I would consider that a bug and would engorage you to raise the issue as such.

The one caviate to the aformentioned principle is a basic understanding of rust is required to setup and configure your statusbar. You can paruse the reference for any concepts you don't understand (baring anyghing specific to redblocks). For a more compleate introduction to the language I would encorage you to check out The Book or get started with the learning guilde. a great place to start learing is here; if you need help installing Rust please see the installation guide.

Setup

To use redblocks add the following to your Cargo.toml.

[dependencies]
redblocks = 0.2.4

for configuratoin details please see the crate documentation.

Commit count: 27

cargo fmt