2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/colourfiles/conf.df
NoSuck d13808f5bd Missing Separator
Come on, wussies!  You don't know if a disk truly loves you, until you've pushed her past 95%!
2017-06-07 15:35:00 -04:00

45 lines
626 B
Plaintext

# FS
#regexp=^.*?\s
regexp=^(?!Filesystem).*?\s
colours=green
======
# 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
======
# Mounted on
regexp=/[-\w\d./]*$
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
======
# tmpfs lines
regexp=^tmpfs.*
colours=bright_black