A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops. Side and bottom placement options are available.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
For 45, we don't want Gtk imports in the shell process. Please use `St.IconTheme` instead of line 501 (utils.js): https://gjs-docs.gnome.org/st12~12-icontheme/ Also, you are importing Gtk and Gdk to the shell process indirectly by using `dependencies/gi.js`. That should be fixed too.