i3status-rust: Add speed test block & update
This commit is contained in:
parent
81bf6122dc
commit
a54cc1d3b7
1 changed files with 6 additions and 2 deletions
|
@ -24,7 +24,7 @@ show_volume_when_muted = true
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "cpu"
|
block = "cpu"
|
||||||
interval = 5
|
interval = 5
|
||||||
format = "{barchart} {utilization} {frequency}"
|
format = "{barchart} {utilization} {frequency} {boost}"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "memory"
|
block = "memory"
|
||||||
|
@ -50,9 +50,13 @@ block = "battery"
|
||||||
interval = 10
|
interval = 10
|
||||||
format = "{percentage}% {time}"
|
format = "{percentage}% {time}"
|
||||||
|
|
||||||
|
[[block]]
|
||||||
|
block = "speedtest"
|
||||||
|
interval = 600
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "networkmanager"
|
block = "networkmanager"
|
||||||
on_click = "kitty -e nmtui"
|
on_click = "foot -e nmtui"
|
||||||
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
|
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
|
||||||
interface_name_include = []
|
interface_name_include = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue