Skip to content

Commit 0ea6692

Browse files
committed
v0.30.4
1 parent 8b707cf commit 0ea6692

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A feature-rich and resource-friendly replacement for i3status, wr
44
repository = "https://github.com/greshake/i3status-rust/"
55
readme = "README.md"
66
license = "GPL-3.0-only"
7-
version = "0.30.3"
7+
version = "0.30.4"
88
authors = [
99
"Kai Greshake <[email protected]>",
1010
"Contributors on GitHub (https://github.com/greshake/i3status-rust/graphs/contributors)",

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# i3status-rust 0.30.4 [unreleased]
1+
# i3status-rust 0.30.4
22

33
### New Blocks and Features
44

@@ -14,6 +14,8 @@
1414
* Nvidia GPU: display unavailable stats as zeros instead of failing.
1515
* Bluetooth: correctly display battery level even if it is not available instantly.
1616
* Net: get SSID from `NL80211_BSS_INFORMATION_ELEMENTS` (makes SSID available on Linux kernel 5.19 and newer).
17+
* Backlight: fallback to sysfs on systems which don't use `systemd-logind`.
18+
* Do not require config file to have a `.toml` extension.
1719

1820
# i3status-rust 0.30.3
1921

man/i3status-rs.1

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ T}
742742
.PP
743743
.TS
744744
tab(@);
745-
lw(11.4n) lw(43.1n) lw(5.4n) lw(10.1n).
745+
lw(10.8n) lw(44.5n) lw(5.1n) lw(9.5n).
746746
T{
747747
Placeholder
748748
T}@T{
@@ -792,7 +792,7 @@ T}
792792
T{
793793
\f[V]frequency\f[R]
794794
T}@T{
795-
Average CPU frequency
795+
Average CPU frequency (may be absent if CPU is not supported)
796796
T}@T{
797797
Number
798798
T}@T{
@@ -801,7 +801,7 @@ T}
801801
T{
802802
\f[V]frequency<N>\f[R]
803803
T}@T{
804-
Frequency of Nth logical CPU
804+
Frequency of Nth logical CPU (may be absent if CPU is not supported)
805805
T}@T{
806806
Number
807807
T}@T{
@@ -5772,6 +5772,22 @@ T}@T{
57725772
-
57735773
T}
57745774
.TE
5775+
.PP
5776+
.TS
5777+
tab(@);
5778+
l l.
5779+
T{
5780+
Action
5781+
T}@T{
5782+
Default button
5783+
T}
5784+
_
5785+
T{
5786+
\f[V]next_timezone\f[R]
5787+
T}@T{
5788+
Left
5789+
T}
5790+
.TE
57755791
.SS Example
57765792
.IP
57775793
.nf
@@ -6653,7 +6669,7 @@ format = \[dq] $icon $brightness $resolution \[dq]
66536669
.IP \[bu] 2
66546670
\f[V]xrandr\f[R]
66556671
.IP \[bu] 2
6656-
\f[V]backlight_full\f[R]
6672+
\f[V]backlight\f[R]
66576673
.IP \[bu] 2
66586674
\f[V]resolution\f[R]
66596675
.SH NOTES

0 commit comments

Comments
 (0)