From f23c8b15545f6f7a7b87708193dfd9b0be29c0f8 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 21 Feb 2016 00:56:56 +0100 Subject: [PATCH] Added extra properties --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0685ead..3c7715f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ Please be aware if you run into problems: Customization parameters: SystemTrayMenuPopup.POPUP_HIDE_DELAY (type long, default value '1000L') - - Allows you to customize the delay (for hiding the popup) when the cursor is "moused out" of the popup menu + - Customize the delay (for hiding the popup) when the cursor is "moused out" of the popup menu + + +SystemTrayMenuPopup.MOVEMENT_DELTA (type int, default value '20') + - Customize the minimum amount of movement needed to cause the popup-delay to hide the popup GnomeShellExtension.ENABLE_SHELL_RESTART (type boolean, default value 'true') @@ -49,8 +53,8 @@ GnomeShellExtension.SHELL_RESTART_COMMAND (type String, default value 'gnome-s - Command to restart the gnome-shell. It is recommended to start it in the background (hence '&') -SystemTray.TRAY_SIZE (type int, default value '24') - - Size of the tray, so that the icon can properly scale based on OS. (if it's not exact). This only applies for Swing tray icons. +SystemTray.TRAY_SIZE (type int, default value '22') + - Size of the tray, so that the icon can properly scale based on OS. (if it's not exact) SystemTray.FORCE_GTK2 (type boolean, default value 'false')