add ntpdate config file

This commit is contained in:
Radovan Garabík 2017-10-09 17:04:22 +02:00
commit b281df72c4
5 changed files with 21 additions and 10 deletions

View File

@ -24,7 +24,7 @@ regexp=/[-\w\d./]*$
colours=bold green
======
# Use 0-60%
regexp=[1-6][0-9]?%|0%
regexp=[ 1-6][0-9]?%|0%
colours=green
======
# Use 70-90%
@ -38,7 +38,7 @@ colours=red
# Use 95-100
regexp=[9][5-9]%|100%
colours=bold red
======
# tmpfs lines
regexp=^tmpfs.*
colours=bright_black

12
colourfiles/conf.sensors Normal file
View File

@ -0,0 +1,12 @@
# Adapetr
regexp=Adapter:\s(.*)
colours=default, green
======
# High temperature
regexp=.+:\s+(\+[67][0-9][^0-9])
colours=default, red
======
# Very high temperature
regexp=.+:\s+(\+[89][0-9][0-9]?)
colours=default, blink red
======

View File

@ -1,6 +0,0 @@
grc
----------------------
packaged as native package
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk>

7
debian/changelog vendored
View File

@ -4,9 +4,14 @@ grc (1.11.2-1) unstable; urgency=low
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sat, 23 Sep 2017 20:35:33 +0200
grc (1.11.1-2) unstable; urgency=low
* fixed python2 compatibility errors (forgotten old changelog commit)
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Wed, 07 Jun 2017 15:01:11 +0200
grc (1.11.1-1) unstable; urgency=low
* better error handling if command is not found
* fixed python2 compatibility errors
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sun, 21 May 2017 16:01:51 +0200

View File

@ -36,7 +36,7 @@ if [ "$TERM" != dumb ] && [ -n "$GRC" ]; then
alias ps='colourify ps'
alias mtr='colourify mtr'
alias semanage='colourify semanage'
alias getsebool='colourify setsebool'
alias getsebool='colourify getsebool'
alias ifconfig='colourify ifconfig'
fi