All Projects → micheleg → Dash To Dock

micheleg / Dash To Dock

Licence: gpl-2.0
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.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to Dash To Dock

Gnome Shell Extension Gsconnect
KDE Connect implementation for GNOME
Stars: ✭ 2,137 (-27.44%)
Mutual labels:  gnome
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (-94.19%)
Mutual labels:  gnome
Dynamic Panel Transparency
Adds Transparency To The Gnome Shell Panel
Stars: ✭ 189 (-93.58%)
Mutual labels:  gnome
Fractal
Matrix.org gtk+ client
Stars: ✭ 156 (-94.7%)
Mutual labels:  gnome
Gnome Shell Screenshot
Gnome Shell extension for making and uploading screenshots
Stars: ✭ 163 (-94.47%)
Mutual labels:  gnome
Awesome Gtk
List of awesome GTK+ (gtk3) applications
Stars: ✭ 174 (-94.09%)
Mutual labels:  gnome
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (-95.08%)
Mutual labels:  gnome
Plano Theme
A flat theme for GNOME & Xfce4
Stars: ✭ 202 (-93.14%)
Mutual labels:  gnome
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (-94.33%)
Mutual labels:  gnome
Swiftgtk
A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
Stars: ✭ 180 (-93.89%)
Mutual labels:  gnome
Loginized
Gnome GDM Login Theme Manager. Easy and Fast Login Theme Manipulation
Stars: ✭ 158 (-94.63%)
Mutual labels:  gnome
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (-1.73%)
Mutual labels:  gnome
Authenticator
2FA code generator for GNOME
Stars: ✭ 175 (-94.06%)
Mutual labels:  gnome
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (-94.87%)
Mutual labels:  gnome
Bing Desktop Wallpaper Changer
Automatically changes desktop wallpaper to Bing Photo of the Day for Linux with Gnome.
Stars: ✭ 196 (-93.34%)
Mutual labels:  gnome
Smuxi
Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
Stars: ✭ 145 (-95.08%)
Mutual labels:  gnome
Automathemely
Simple, set-and-forget python application for changing between desktop themes according to light and dark hours
Stars: ✭ 169 (-94.26%)
Mutual labels:  gnome
Otpclient
Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP
Stars: ✭ 206 (-93.01%)
Mutual labels:  gnome
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (-93.21%)
Mutual labels:  gnome
Firefox Gnome Theme
A theme for Firefox 57+ matching GNOME Adwaita.
Stars: ✭ 179 (-93.92%)
Mutual labels:  gnome

Dash to Dock

screenshot

A dock for the GNOME Shell

This extension enhances the dash moving it out of the overview and transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops without having to leave the desktop view.

For additional installation instructions and more information visit https://micheleg.github.io/dash-to-dock/.

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

Build Dependencies

To compile the stylesheet you'll need an implementation of SASS. Dash to Dock supports dart-sass (sass), sassc, and ruby-sass. Every distro should have at least one of these implementations, we recommend using dart-sass (sass) or sassc over ruby-sass as ruby-sass is deprecated.

By default, Dash to Dock will attempt to build with dart-sass. To change this behavior set the SASS environment variable to either sassc or ruby.

export SASS=sassc
# or...
export SASS=ruby

Building

Clone the repository or download the branch from github. A simple Makefile is included.

Next use make to install the extension into your home directory. A Shell reload is required Alt+F2 r Enter under Xorg or under Wayland you may have to logout and login. The extension has to be enabled with gnome-extensions-app (GNOME Extensions) or with dconf.

git clone https://github.com/micheleg/dash-to-dock.git
make
make install

Bug Reporting

Bugs should be reported to the Github bug tracker https://github.com/micheleg/dash-to-dock/issues.

License

Dash to Dock Gnome Shell extension is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].