bash-color-grc/colourfiles/conf.df

45 lines
658 B
Plaintext
Raw Normal View History

2015-01-25 18:36:02 +01:00
# FS
2016-06-19 01:18:18 +02:00
#regexp=^.*?\s
regexp=^(?!Filesystem)(\/[-\w\d.]+)+\s
colours=blue,bold blue
2015-01-25 18:36:02 +01:00
======
# Size 'K'
regexp=\s\d*[.,]?\dKi?\s
2015-01-25 18:36:02 +01:00
colours=green
======
# Size 'M'
regexp=\s\d*[.,]?\dMi?\s
2015-01-25 18:36:02 +01:00
colours=yellow
======
# Size 'G'
regexp=\s\d*[.,]?\dGi?\s
2015-01-25 18:36:02 +01:00
colours=red
======
# Size 'T'
regexp=\s\d*[.,]?\dTi?\s
2015-01-25 18:36:02 +01:00
colours=bold red
======
# Mounted on
regexp=\/$|(\/[-\w\d. ]+)+$
colours=green,bold green
2015-01-25 18:36:02 +01:00
======
# Use 0-60%
2017-10-09 17:15:20 +02:00
regexp=[\b1-6][0-9]?%|0%
2015-01-25 18:36:02 +01:00
colours=green
======
# Use 70-90%
regexp=[7-9][0-9]%
colours=yellow
======
# Use 90-97
regexp=9[0-7]%
2015-01-25 18:36:02 +01:00
colours=red
======
# Use 98-100
regexp=9[8-9]%|100%
2015-01-25 18:36:02 +01:00
colours=bold red
======
2016-06-19 01:18:18 +02:00
# tmpfs lines
regexp=^tmpfs.*
colours=bright_black