mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
update metadata
This commit is contained in:
13
README.md
13
README.md
@@ -4,6 +4,17 @@
|
|||||||
## 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 (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
|
## 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
|
||||||
@@ -15,7 +26,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 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
|
## Bug Reporting
|
||||||
|
|
||||||
|
|||||||
@@ -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 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" ],
|
"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"
|
||||||
|
|||||||
Reference in New Issue
Block a user