update the todo list

This commit is contained in:
jderose9
2016-12-23 17:15:28 -05:00
parent f1a4bac10d
commit 4a2d743cc0

View File

@@ -19,20 +19,18 @@ to install the extension in your home directory. A Shell reload is required <cod
- Embed dash-to-dock in gnome top bar
- Move main panel (top bar) to bottom of screen
- Resize main panel
- Resize right tray content and left-side content buttons (activities button, applications menu, gno-menu, etc)
## TODO
- disable built-in dash
- allow tray items to be reordered
- reorder "activities" and open apps view" buttons when both visible
- resize of tray icons and font
- resize of extension icons added to left box (gno-menu for instance) to match dash icon size
- replace activities (overview) button text with an icon
- assign middle click behavior
- assign left click behavior when multiple windows of same app is open
- allow disabling "open apps view" animation
- hide "open apps view" button
- allow moving running apps indicator to above icons
- configure icon spacing
- allow moving overview hotspot to bottom left
## Bug Reporting
@@ -44,6 +42,6 @@ Dash to Panel Gnome Shell extension is distributed under the terms of the GNU Ge
version 2 or later. See the COPYING file for details.
## Credits
The bulk of the code in this extension comes from [Dash-to-Dock](https://micheleg.github.io/dash-to-dock/index.html).
Much of the code in this extension comes from [Dash-to-Dock](https://micheleg.github.io/dash-to-dock/index.html).
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)