diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-25 06:06:41 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-25 06:06:41 +0200 |
commit | 16e27beaa24c6c551eaa0d3e6d115017939593a1 (patch) | |
tree | 61aea994bfc76e9f0053b26a42406e456c2a962e /remote/lib/print.sh | |
parent | b2d1ca40d5bd1015a37cc243000b636eefc3d128 (diff) | |
download | conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.tar.gz conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.tar.bz2 conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.tar.xz conky-16e27beaa24c6c551eaa0d3e6d115017939593a1.zip |
Support multi-reports
Diffstat (limited to 'remote/lib/print.sh')
-rw-r--r-- | remote/lib/print.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remote/lib/print.sh b/remote/lib/print.sh index 465fce5..a0fdcbe 100644 --- a/remote/lib/print.sh +++ b/remote/lib/print.sh @@ -73,13 +73,14 @@ function configure_palete { foreground="white" ;; *) - # Yellow is invisible on white + # Lightgray and Yellow are almost invisible on white colors[yellow]=${colors[orange]} + colors[white]=${colors[black]} + colors[lightgray]=${colors[gray]} colors[cyan]=${colors[blue]} ;; esac - clear set_background reset_color } @@ -164,5 +165,4 @@ function print_status { echo -n " " } - -configure_palete "$palete" +clear |