mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
28 lines
355 B
Plaintext
28 lines
355 B
Plaintext
# 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
|