update configuration defaults and screenshot

This commit is contained in:
jderose9
2017-01-04 21:37:50 -05:00
parent eb473088cb
commit 1c7c0d7da2
4 changed files with 12 additions and 10 deletions

View File

@@ -2,19 +2,21 @@
![screenshot](https://github.com/jderose9/dash-to-panel/raw/master/media/screenshot.png) ![screenshot](https://github.com/jderose9/dash-to-panel/raw/master/media/screenshot.png)
## An icon taskbar for the GNOME Shell ## 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 ## 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. - Move the Application Dash from the Overview into the main panel (top bar)
- Running indicator includes window count and can be positioned at top or bottom of panel. - Set main panel position (top or bottom) and height
- Preview of open windows when hovering over their icons - Running indicator includes window count and can be positioned at top or bottom of panel
- Set Panel position (top/bottom) and height - Preview of open windows when hovering over icons of running applications
- Configure clock location - Configure clock location
- Remove "Show Apps" icon from dash - Remove "Show Apps" icon from dash
- Hide Activities button from panel - Hide Activities button from panel
- Isolate running apps in workspaces - 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 - Assign font & icon sizes and margins for dash icons, status icons and panel elements
## Installation from source ## 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 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
</pre> </pre>
to install the extension in your home directory. A Shell reload is required <code>Alt+F2 r Enter</code> and the extension has to be enabled with *gnome-tweak-tool* or with *dconf*. to install the extension in your home directory. A Shell reload is required <code>Alt+F2 r Enter</code> 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 ## Bug Reporting

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -2,7 +2,7 @@
"extension-id": "dash-to-panel", "extension-id": "dash-to-panel",
"uuid": "dash-to-panel@jderose9.github.com", "uuid": "dash-to-panel@jderose9.github.com",
"name": "Dash to Panel", "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" ], "shell-version": [ "3.20", "3.22" ],
"url": "https://github.com/jderose9/dash-to-panel", "url": "https://github.com/jderose9/dash-to-panel",
"gettext-domain": "dash-to-panel" "gettext-domain": "dash-to-panel"

View File

@@ -113,17 +113,17 @@
<description>Set the margin for application icons in the embedded dash.</description> <description>Set the margin for application icons in the embedded dash.</description>
</key> </key>
<key type="i" name="tray-padding"> <key type="i" name="tray-padding">
<default>6</default> <default>-1</default>
<summary>Tray item padding</summary> <summary>Tray item padding</summary>
<description>Set the size of the tray padding. (-1 for default)</description> <description>Set the size of the tray padding. (-1 for default)</description>
</key> </key>
<key type="i" name="leftbox-padding"> <key type="i" name="leftbox-padding">
<default>6</default> <default>-1</default>
<summary>Leftbox item padding</summary> <summary>Leftbox item padding</summary>
<description>Set the size of the leftBox padding. (-1 for default)</description> <description>Set the size of the leftBox padding. (-1 for default)</description>
</key> </key>
<key type="i" name="status-icon-padding"> <key type="i" name="status-icon-padding">
<default>6</default> <default>-1</default>
<summary>Status icon padding</summary> <summary>Status icon padding</summary>
<description>Set the size of the aggregate (status) menu icon padding. (-1 for default)</description> <description>Set the size of the aggregate (status) menu icon padding. (-1 for default)</description>
</key> </key>