2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-14 17:21:29 +02:00
bash-color-grc/conf.df
Radovan Garabík 56be92284d initial commit
2015-01-25 18:36:02 +01:00

40 lines
523 B
Plaintext

# FS
regexp=^.*?\s
colours=green
======
# Size 'K'
regexp=\s\d*[.,]?\dK\s
colours=green
======
# Size 'M'
regexp=\s\d*[.,]?\dM\s
colours=yellow
======
# Size 'G'
regexp=\s\d*[.,]?\dG\s
colours=red
======
# Size 'T'
regexp=\s\d*[.,]?\dT\s
colours=bold red
======
# Mounted on
regexp=/\w*
colours=bold green
======
# Use 0-60%
regexp=[1-6][0-9]?%|0%
colours=green
======
# Use 70-90%
regexp=[7-9][0-9]%
colours=yellow
======
# Use 90-95
regexp=[9][0-5]%
colours=red
======
# Use 95-100
regexp=[9][5-9]%|100%
colours=bold red