mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
update configuration defaults and screenshot
This commit is contained in:
14
README.md
14
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
|
||||
</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*.
|
||||
|
||||
**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
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
@@ -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"
|
||||
|
||||
@@ -113,17 +113,17 @@
|
||||
<description>Set the margin for application icons in the embedded dash.</description>
|
||||
</key>
|
||||
<key type="i" name="tray-padding">
|
||||
<default>6</default>
|
||||
<default>-1</default>
|
||||
<summary>Tray item padding</summary>
|
||||
<description>Set the size of the tray padding. (-1 for default)</description>
|
||||
</key>
|
||||
<key type="i" name="leftbox-padding">
|
||||
<default>6</default>
|
||||
<default>-1</default>
|
||||
<summary>Leftbox item padding</summary>
|
||||
<description>Set the size of the leftBox padding. (-1 for default)</description>
|
||||
</key>
|
||||
<key type="i" name="status-icon-padding">
|
||||
<default>6</default>
|
||||
<default>-1</default>
|
||||
<summary>Status icon padding</summary>
|
||||
<description>Set the size of the aggregate (status) menu icon padding. (-1 for default)</description>
|
||||
</key>
|
||||
|
||||
Reference in New Issue
Block a user