i3status-rs: Improve status of wifi
Shorten the length of the frequency.
This commit is contained in:
parent
bbb97eabe3
commit
4d96179420
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ format = "$icon $ip $graph_down $speed_down $graph_up $speed_up via $device "
|
||||||
block = "net"
|
block = "net"
|
||||||
device = "wlp3s0"
|
device = "wlp3s0"
|
||||||
inactive_format = "$icon x "
|
inactive_format = "$icon x "
|
||||||
format = "$icon $ip $speed_down $speed_up $signal_strength $ssid $frequency "
|
format = "$icon $ip $speed_down $speed_up $signal_strength $ssid $frequency.eng(w:3) "
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "disk_space"
|
block = "disk_space"
|
||||||
|
|
Loading…
Reference in a new issue