istat

I used to use i3blocks for i3's status_command, but I found that having all my configuration in separate scripts was getting a little cumbersome.

That, and also I could never find a good block for volume control that wasn't janky or slow.

So, I decided to write my own status_command generator, and what better language to write it in than Rust!

Features

Install

With Rust (via cargo):

```sh cargo install istat

Make sure to look at the sample_config.toml file for configuration options

```

Via the AUR (Arch Linux):

sh paru -S istat

Usage

Probably don't use this yet... I'm still hacking on it, but you can have a look around?

To Do