Files
dash-to-panel/README.md

46 lines
3.1 KiB
Markdown
Raw Normal View History

2016-12-23 11:32:23 -05:00
# Dash to Panel
2016-12-23 12:06:27 -05:00
![screenshot](https://github.com/jderose9/dash-to-panel/raw/master/media/screenshot.png)
2016-12-23 11:32:23 -05:00
## An icon taskbar for the GNOME Shell
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.
2016-12-23 11:32:23 -05:00
2017-01-04 18:31:31 -05:00
## Features
- 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
2017-01-04 18:31:31 -05:00
- 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)
2017-01-04 18:31:31 -05:00
- Assign font & icon sizes and margins for dash icons, status icons and panel elements
2016-12-23 11:32:23 -05:00
## 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
<pre>git clone https://github.com/jderose9/dash-to-panel.git</pre>
or download the branch from github. A simple Makefile is included. Then run
<pre>make
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. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.
2016-12-23 12:24:03 -05:00
2016-12-23 11:32:23 -05:00
## Bug Reporting
Bugs should be reported to the Github bug tracker [https://github.com/jderose9/dash-to-panel/issues](https://github.com/jderose9/dash-to-panel/issues).
## License
Dash to Panel Gnome Shell extension is distributed under the terms of the GNU General Public License,
version 2 or later. See the COPYING file for details.
## Credits
2016-12-23 17:15:28 -05:00
Much of the code in this extension comes from [Dash-to-Dock](https://micheleg.github.io/dash-to-dock/index.html).
2016-12-23 12:50:39 -05:00
This extension leverages the work for [ZorinOS Taskbar](https://github.com/ZorinOS/zorin-taskbar) used in [ZorinOS](https://zorinos.com/) to allow the dash from [Dash-to-Dock](https://micheleg.github.io/dash-to-dock/index.html) to be embedded in the Gnome main panel.
Code to set anchor position taken from [Thoma5/gnome-shell-extension-bottompanel](https://github.com/Thoma5/gnome-shell-extension-bottompanel).
Pattern for moving panel contents based on [Frippery Move Clock](http://frippery.org/extensions/) by R M Yorston.
2017-01-03 23:42:16 -05:00
Ideas for recursing child actors and assigning inline styles are based on code from the extension [StatusAreaHorizontalSpacing](https://bitbucket.org/mathematicalcoffee/status-area-horizontal-spacing-gnome-shell-extension).