diff --git a/README.md b/README.md
index 73e1a5f..aeaa48d 100644
--- a/README.md
+++ b/README.md
@@ -2,19 +2,21 @@

## An icon taskbar for the GNOME Shell
-An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel (top bar) to behave as an icon-only task manager similar to that found in KDE Plasma and Windows 7+.
+An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.
## Features
-- Move the Application Dash from the Overview into the top bar. This allows a Win7/Plasma style de-duped favorites + launcher bar without a separate application dock.
-- Running indicator includes window count and can be positioned at top or bottom of panel.
-- Preview of open windows when hovering over their icons
-- Set Panel position (top/bottom) and height
+- Move the Application Dash from the Overview into the main panel (top bar)
+- Set main panel position (top or bottom) and height
+- Running indicator includes window count and can be positioned at top or bottom of panel
+- Preview of open windows when hovering over icons of running applications
- Configure clock location
- Remove "Show Apps" icon from dash
- Hide Activities button from panel
- Isolate running apps in workspaces
+- Assign click behaviors (launch new window, cycle open windows, minimize, etc)
- Assign font & icon sizes and margins for dash icons, status icons and panel elements
+
## Installation from source
The extension can be installed directly from source, either for the convenience of using git or to test the latest development version. Clone the desired branch with git
@@ -26,7 +28,7 @@ make install
to install the extension in your home directory. A Shell reload is required Alt+F2 r Enter and the extension has to be enabled with *gnome-tweak-tool* or with *dconf*.
-**I recommend setting Top Bar > Show Applications Menu off in Gnome Tweak Tool.** This will cause the applications menu for native gnome apps (which normally appears in the top bar) to be presented in the top left of the window.
+**I recommend setting Top Bar > Show Applications Menu off in Gnome Tweak Tool.** This will cause the applications menu for native gnome apps (which normally appears in the top bar) to be presented in the top left of the window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.
## Bug Reporting
diff --git a/media/screenshot.png b/media/screenshot.png
index 5789cd1..c930d6b 100644
Binary files a/media/screenshot.png and b/media/screenshot.png differ
diff --git a/metadata.json b/metadata.json
index 45b8611..8fefd24 100644
--- a/metadata.json
+++ b/metadata.json
@@ -2,7 +2,7 @@
"extension-id": "dash-to-panel",
"uuid": "dash-to-panel@jderose9.github.com",
"name": "Dash to Panel",
-"description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel (top or bottom bar) to behave as an icon-only task manager similar to that found in KDE Plasma and Windows 7+.\n\nIt is recommended to set Top Bar > Show Applications Menu off in Gnome Tweak Tool so that the application menu for native gnome apps will be presented within the application's window.",
+"description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nIt is recommended to set Top Bar > Show Applications Menu off in Gnome Tweak Tool so that the application menu for native gnome apps will be presented within the application's window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.",
"shell-version": [ "3.20", "3.22" ],
"url": "https://github.com/jderose9/dash-to-panel",
"gettext-domain": "dash-to-panel"
diff --git a/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml b/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml
index baeb9e7..46ae730 100644
--- a/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml
@@ -113,17 +113,17 @@
Set the margin for application icons in the embedded dash.
- 6
+ -1
Tray item padding
Set the size of the tray padding. (-1 for default)
- 6
+ -1
Leftbox item padding
Set the size of the leftBox padding. (-1 for default)
- 6
+ -1
Status icon padding
Set the size of the aggregate (status) menu icon padding. (-1 for default)