-
Any way to get this to show again? I switch variants but not the layout. In my case br-qwerty and br-dvorak
_Originally posted by @Henriquelay in https://github.com/greshake/i3status-rust/issues/45…
-
When SSID name contains regular non-alphanumeric characters like `&`, widget output fails with following error being logged:
> (process:183221): Pango-WARNING **: 09:27:14.559: pango_layout_set_mar…
-
Seems like this issue hasn't been fully resolved. At least not for custom blocks.
```shell
#!/bin/sh
## Fails - Empty
echo "{\"text\":\"1 &\"}"
## Works
echo "{\"text\":\"2 &\"}"
##…
-
I can not build i3status-rust without pulse since commit: 4df33cc2483d63e62d2ac4bd790a26dfe128b781
```
$ cargo build --release --no-default-features
...
Compiling i3status-rs v0.14.1 (/usr/lo…
-
When I do a custom block it throws a parsing error.
[[block]]
block = "custom"
command = "uname -r"
Updated to the current version 0.20
-
```
i3status-rs i3status-rs.toml
```
```
{"version": 1, "click_events": true}
thread 'main' panicked at 'Could not find disk drive icon', src/blocks/disk_space.rs:215:14
note: run with `RUST_BAC…
SFort updated
4 years ago
-
I don't know how to trigger this, and its sort of a hard bug report to write, but at least once a week, `i3status-rs` just entirely stops updating. I'll usually go to adjust the volume, notice it's no…
-
It would be awesome to be able to put some blocks on the left.
Idea taken from Waybar:
![waybar screenshot](https://raw.githubusercontent.com/alexays/waybar/master/preview-2.png)
-
Because i3status-rust is already using an abstract representation for UI elements (widgets) it shouldn't be too much effore to abstract away from the i3bar protocol, to support other bars like dzen2.
-
There's a bandwidth monitor in i3blocks's contribs called `bandwidth3` that determines the default route and uses that to gather information. Before making any commits, I'd like to discuss this.
Th…