mirror of
https://github.com/ClementTsang/bottom
synced 2024-12-03 01:19:10 +00:00
23 lines
283 B
TOML
23 lines
283 B
TOML
|
[[row]]
|
||
|
ratio = 30
|
||
|
[[row.child]]
|
||
|
type = "cpu"
|
||
|
[[row]]
|
||
|
ratio = 40
|
||
|
[[row.child]]
|
||
|
ratio = 4
|
||
|
type = "mem"
|
||
|
[[row.child]]
|
||
|
ratio = 3
|
||
|
[[row.child.child]]
|
||
|
type = "proc"
|
||
|
[[row.child.child]]
|
||
|
type = "proc"
|
||
|
[[row]]
|
||
|
ratio = 30
|
||
|
[[row.child]]
|
||
|
type = "net"
|
||
|
[[row.child]]
|
||
|
type = "proc"
|
||
|
default = true
|