diff --git a/colourfiles/conf.df b/colourfiles/conf.df index 065e335..8de0e20 100644 --- a/colourfiles/conf.df +++ b/colourfiles/conf.df @@ -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 diff --git a/colourfiles/conf.sensors b/colourfiles/conf.sensors new file mode 100644 index 0000000..ea10163 --- /dev/null +++ b/colourfiles/conf.sensors @@ -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 +====== diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index a8d2e27..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -grc ----------------------- - -packaged as native package - - -- Radovan Garabík diff --git a/debian/changelog b/debian/changelog index 9dc89c8..3ded4fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,14 @@ grc (1.11.2-1) unstable; urgency=low -- Radovan Garabík 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 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 Sun, 21 May 2017 16:01:51 +0200 diff --git a/grc.bashrc b/grc.bashrc index bf81012..7ec67b7 100644 --- a/grc.bashrc +++ b/grc.bashrc @@ -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