From eb473088cb3f8efb17f8e81e09816f3fdaf61d7b Mon Sep 17 00:00:00 2001 From: jderose9 Date: Wed, 4 Jan 2017 18:31:31 -0500 Subject: [PATCH] update metadata --- README.md | 13 ++++++++++++- metadata.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b60438..73e1a5f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ ## 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+. +## 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 +- Configure clock location +- Remove "Show Apps" icon from dash +- Hide Activities button from panel +- Isolate running apps in workspaces +- 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 @@ -15,7 +26,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 to set 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. ## Bug Reporting diff --git a/metadata.json b/metadata.json index 7060294..45b8611 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 bar) to behave as an icon-only task manager similar to that found in KDE Plasma and Windows 7+.", +"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.", "shell-version": [ "3.20", "3.22" ], "url": "https://github.com/jderose9/dash-to-panel", "gettext-domain": "dash-to-panel"