-
Sorry for the bad issue title, I couldn't come up with something better, but if you all could help me debug this, it would be great. I am running the current master and it seems like the music block d…
-
I have a block to turn on and off my compositor, using a couple of scripts I wrote:
```toml
[[block]]
block = "custom"
cycle = ["coff --icon", "con --icon"]
```
but i3status-rust likes to ru…
-
I'm not really sure what I did to cause this, but after restarting a few times I noticed the status was completely gone. When started on the CLI instead of from sway, this is what I see:
```
{"versi…
-
When compiling the project rustc emits a lot of warnings. Also the code format seems inconsistent with `cargo fmt`.
I would suggest running `cargo fmt`, `cargo clippy` and fixing the deprecated stuff…
-
when I set `signal_strength = true ` in the Net block and reload i3, just before signal strength loads I see black spots on the status line in the net area which disappears after signal strength is …
-
from https://github.com/greshake/i3status-rust/issues/4
I mentioned it would be great if the Custom block, ie. Scriptable Block to execute shell commands can do more than just set the text of the out…
-
I tried to set `bitrate = true` on an ethernet device and got the following error:
```Bitrate is only available for connected wireless devices.```
The code in question seems to be here:
https…
-
Hello,
The pacman block is always indicating "system is up to date" on my fresh Arch install.
After some investigation it appears that the pacman block relies on `fakeroot` (which wasn't install…
-
Hi,
sorry to bother.
I hope this is just a config issue but I can't seem to figure out what's wrong on my own so maybe you can help me.
My problem is that the battery block does not seem to obe…
-
When i turn of the wifi via software `wifi off`, then I get an error:
Error in block 'net': failed to read /sys/class/net/wlp0s20f3/carrier
I can't seem to read that pseudo-file manually, so its…