credit bottompanel author

This commit is contained in:
jderose9
2016-12-23 12:50:39 -05:00
parent 1b5f9b92cb
commit ce1394a55d
2 changed files with 6 additions and 1 deletions

View File

@@ -45,4 +45,5 @@ 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).
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.
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)

View File

@@ -19,6 +19,10 @@
* Credits:
* This file is based on code from the Taskbar extension by Zorin OS
* and code from the Dash to Dock extension by micheleg.
*
* Code to re-anchor the panel was taken from Thoma5 BottomPanel:
* https://github.com/Thoma5/gnome-shell-extension-bottompanel
*
* Some code was also adapted from the upstream Gnome Shell source code.
*/