2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/conf.lsblk
2016-05-14 00:33:44 -05:00

48 lines
697 B
Plaintext

# Main HD
regexp=^[a-z]+\d?\s
colours=bold white
======
# Partition
regexp=([├└─│]+)(\S+)
colours=bright_green
======
# Partition - LVM
regexp=\s+([├└─│]+)(\S+)
colours=default,default,bright_cyan
======
# Type disk
regexp=\sdisk\s
colours=magenta
======
# Type lvm
regexp=\slvm\s
colours=bold cyan
======
# Type part
regexp=\spart\s
colours=cyan
======
# Type loop
regexp=\sloop\s
colours=bright_red
======
# Size 'K'
regexp=\s\d*[.,]?\dKi?\s
colours=green
======
# Size 'M'
regexp=\s\d*[.,]?\dMi?\s
colours=yellow
======
# Size 'G'
regexp=\s\d*[.,]?\dGi?\s
colours=red
======
# Size 'T'
regexp=\s\d*[.,]?\dTi?\s
colours=bold red
======
# Mount
regexp=\s\/.*$
colours=bold yellow