From f4e84c8eaf0044fbd24de349b130074375cee81a Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Thu, 18 Jul 2019 02:08:57 +0530 Subject: [PATCH] Fix Travis CI issue --- user/advanced-configuration/config-files.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/user/advanced-configuration/config-files.md b/user/advanced-configuration/config-files.md index 7a54714e..3e10cc9b 100644 --- a/user/advanced-configuration/config-files.md +++ b/user/advanced-configuration/config-files.md @@ -127,15 +127,15 @@ Currently supported settings: - `trayicon_mode` - defines the trayicon coloring mode. Options are - - `bg` - color full icon background to the VM color - - `border1` - add 1px border at the icon edges - - `border2` - add 1px border 1px from the icon edges - - `tint` - tinttint icon to the VM color, can be used with additional - modifiers (you can enable multiple of them) - - `tint+border1,tint+border2` - same as tint, but also add a border - - `tint+saturation50` - same as tint, but reduce icon saturation by 50% - - `tint+whitehack` - same as tint, but change white pixels (0xffffff) to - almost-white (0xfefefe) + - `bg` - color full icon background to the VM color + - `border1` - add 1px border at the icon edges + - `border2` - add 1px border 1px from the icon edges + - `tint` - tinttint icon to the VM color, can be used with additional + modifiers (you can enable multiple of them) + - `tint+border1,tint+border2` - same as tint, but also add a border + - `tint+saturation50` - same as tint, but reduce icon saturation by 50% + - `tint+whitehack` - same as tint, but change white pixels (0xffffff) to + almost-white (0xfefefe) - `log level` - log level defines the log options log can take. log level can have a value of 0(only errors), 1(some basic messages), 2(debug).