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!
dunst
has been paused or not, like a "do not disturb" indicatorWith Rust (via cargo):
```sh cargo install istat
sample_config.toml
file for configuration options```
Via the AUR (Arch Linux):
sh
paru -S istat
Probably don't use this yet... I'm still hacking on it, but you can have a look around?