-
I just pulled and built and am seeing an issue with the icon configuration:
```
[
[{"full_text":" Configuration error: failed to parse TOML from file contents.
Cause: Icon set 'awesome5' not fou…
-
Hey!
Since #1112 was merged, the default config is broken.
Here is a full example:
```
ζ cat /etc/fedora-release
Fedora release 33 (Thirty Three)
ζ uname -a
Linux trebox 5.10.23-200.fc3…
ghost updated
3 years ago
-
This has come up time and time again:
https://github.com/greshake/i3status-rust/issues/183
https://github.com/greshake/i3status-rust/pull/452
https://github.com/greshake/i3status-rust/pull/573
h…
-
Example block
[[block]]
block = "custom"
command = "mpd-status-line.clj"
interval = "once"
signal = 4
json = true
on_click = "mpc toggle"
{"state":"Info","text":" Tom Petty & The Hear…
-
This causes every widget to the left of the CPU graph to move around distractingly as CPU usage changes.
I've screenshotted the cpu graph (on a 64 thread Threadripper), but the net ones behave simi…
-
Hi.
I've noticed an issue when using the networkmanager block while connected to a VPN.
It shows the ethernet interface that the VPN is running over twice with the same IP.
I have this in my co…
-
I build latest master and use this config
```
[[block]]
block = "disk_space"
alert = 10.0
alert_absolute = true
format = "{path^2}{available;G}"
info_type = "available"
interval = 300
path = …
-
Hello, that's how my config looks like
```toml
theme = "solarized-dark"
icons = "awesome"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{mem_used}"
```
And it does not wa…
-
Hi,
I might be misunderstanding the variable formatting syntax. My config is below. The issue I'm having is that when I have `"{ssid}"` I get the actual SSID, which is too long, but when I put `"{s…
-
Is there any way how to add padding (left, right and between icon and text) to blocks?
![i3status-rust-want-padding](https://user-images.githubusercontent.com/105303/57388715-0fd4bf00-71b9-11e9-8f3…