-
Seems to be related to this?:
https://github.com/greshake/i3status-rust/blob/325f6de4a20799625b7ae6c95a2c7e2241d06c3d/src/widget.rs#L94
![2023-04-06-133155_117x38_scrot](https://user-images.gith…
-
# Battery value
Between `neofetch` and `i3status`, I don't have the same value.
How `neofetch` get battery information: [Line](https://github.com/dylanaraps/neofetch/blob/ccd5d9f52609bbdcd5d8fa78c…
t-h2o updated
2 years ago
-
I also asked this on /r/i3wm ([Link](https://www.reddit.com/r/i3wm/comments/i5acba/i3bar_does_not_display_the_correct_network/?ref=share&ref_source=link)), but it might be more fitting here.
I'm su…
-
i3status shows a very low bitrate (on 5GHz it can range from 6.5 Mb to 19.5 Mb, on 2.4 it can get as low as 1 Mb) with wifi's %bitrate variable.
iwlist [interface] bitrate returns the correct connecti…
-
When starting i3 the wireless `%bitrate` and `%quality` are fetched once but will not be updated afterwards.
`iw` shows the constant changes in bitrate and signal quality that i3status is missing.
R…
-
Hello,
I'm not a rust programmer, but trying to compile
https://github.com/greshake/i3status-rust
and particularly this file :
https://github.com/greshake/i3status-rust/blob/master/src/blocks/d…
ixeft updated
3 years ago
-
Commit https://github.com/i3/i3status/commit/09358d26982431702c3652e8f07ebff7166a1181 introduced an odd behavior for the volume setting: Using the port name instead of the device name.
The rationale …
milaq updated
2 years ago
-
basiciw reports signal quality 0.
```
>>> basiciw.iwinfo("wlan0")
{'essid': 'barrera.g', 'freq': 2427000000.0, 'iface': 'wlan0', 'quality': {'quality_max': 0, 'quality_info': 0, 'quality': 0}}
```
H…
-
Following #80 and #99, could we consider adding an way to know the state of the --dnd flag?
I'm using i3 + [i3status-rust](https://github.com/greshake/i3status-rust), with a [toggle block](https:/…
-
At some point i3status on my computer stopped correctly displaying battery status while battery is idle. It is a really annoying bug.
I'm using gentoo linux.
I've looked into the code and discove…