From 2d40e63840f0018197faa93963a43df4e0e9fa10 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 3 Nov 2018 14:42:56 +0100 Subject: [PATCH] Removed extension properties --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 519e174..92b1d1f 100644 --- a/README.md +++ b/README.md @@ -220,24 +220,6 @@ SystemTray.SWING_UI (type SwingUIFactory, default value 'null') SystemTray.DEBUG (type boolean, default value 'false') - This property is provided for debugging any errors in the logic used to determine the system-tray type and initialization feedback. - - -Extension.ENABLE_EXTENSION_INSTALL (type boolean, default value 'true') - - Permit the StatusTray icon to be displayed next to the clock by installing an extension. By default, gnome - places the icon in the "notification drawer", which is a collapsible menu (usually) at the bottom left corner - of the screen. This should be set to false if you want to preserve the default Desktop Environment UI preferences. - Additionally, Arch Linux is the only exception to this rule where it does not install the extension, so TopIcons is - necessary for placing the icon near the clock. - - -Extension.ENABLE_SHELL_RESTART (type boolean, default value 'true') - - Permit the gnome-shell to be restarted when the extension is installed. - - -Extension.SHELL_RESTART_COMMAND (type String, default value 'gnome-shell --replace &') - - Command to restart the gnome-shell. It is recommended to start it in the background (hence '&') - - ```