diff --git a/README.md b/README.md index 5e82beae..37e0e48a 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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) \ No newline at end of file diff --git a/extension.js b/extension.js index c8f70d5e..9b0bd387 100644 --- a/extension.js +++ b/extension.js @@ -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. */