You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
355 B
28 lines
355 B
4 years ago
|
# Size 'K'
|
||
|
regexp=\s\d*[.,]?\dKi?
|
||
|
colours=green
|
||
|
======
|
||
|
# Size 'M'
|
||
|
regexp=\s\d*[.,]?\dMi?
|
||
|
colours=yellow
|
||
|
======
|
||
|
# Size 'G'
|
||
|
regexp=\s\d*[.,]?\dGi?
|
||
|
colours=red
|
||
|
======
|
||
|
# Size 'T'
|
||
|
regexp=\s\d*[.,]?\dTi?
|
||
|
colours=bold red
|
||
|
======
|
||
|
# Mem
|
||
|
regexp=^Mem
|
||
|
colours=bold cyan
|
||
|
======
|
||
|
# Swap
|
||
|
regexp=^Swap
|
||
|
colours=bold magenta
|
||
|
======
|
||
|
# Zero
|
||
|
regexp=\s+0\w?(\s|$)
|
||
|
colours=green
|