All Projects → brunelli → Gnome Shell Extension Installer

brunelli / Gnome Shell Extension Installer

Licence: gpl-2.0
A bash script to search and install extensions from extensions.gnome.org

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Gnome Shell Extension Installer

Appfolders Manager Gnome Extension
A GNOME extension allowing easy management of "appfolders" directly from the applications grid.
Stars: ✭ 96 (-22.58%)
Mutual labels:  gnome-shell, gnome
Flat Remix
Flat Remix is an icon theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 1,518 (+1124.19%)
Mutual labels:  gnome-shell, gnome
Material Shell
A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone.
Stars: ✭ 6,189 (+4891.13%)
Mutual labels:  gnome-shell, gnome
Vimix Gtk Themes
Vimix is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 1,384 (+1016.13%)
Mutual labels:  gnome-shell, gnome
Dynamic Wallpaper Editor
A little utility for creation or edition of GNOME desktop's XML wallpapers
Stars: ✭ 116 (-6.45%)
Mutual labels:  gnome-shell, gnome
Matcha Gtk Theme
Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
Stars: ✭ 494 (+298.39%)
Mutual labels:  gnome-shell, gnome
Gnome Shell Volume Mixer
GNOME Shell Extension allowing separate configuration of PulseAudio devices
Stars: ✭ 95 (-23.39%)
Mutual labels:  gnome-shell, gnome
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-79.84%)
Mutual labels:  gnome, gnome-shell
Argos
Create GNOME Shell extensions in seconds
Stars: ✭ 1,251 (+908.87%)
Mutual labels:  gnome-shell, gnome
Acme Code
Gnome Shell Extensions etc...
Stars: ✭ 54 (-56.45%)
Mutual labels:  gnome-shell, gnome
Sierra Gtk Theme
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 490 (+295.16%)
Mutual labels:  gnome-shell, gnome
Gnome Dash Fix
Sort GNOME apps dashboard by category.
Stars: ✭ 92 (-25.81%)
Mutual labels:  gnome-shell, gnome
Persian Calendar For Gnome Shell
An extension for Gnome-Shell to show Persian date/calendar
Stars: ✭ 261 (+110.48%)
Mutual labels:  gnome-shell, gnome
Unite Shell
Unite is an extension that makes GNOME Shell look like Ubuntu Unity Shell.
Stars: ✭ 553 (+345.97%)
Mutual labels:  gnome-shell, gnome
gnome-email-notifications
Gnome Email Notifications
Stars: ✭ 65 (-47.58%)
Mutual labels:  gnome, gnome-shell
Gnome Shell Extension Ozshell
GNOME Shell extension for interfacing with the OZ application sandboxing framework
Stars: ✭ 6 (-95.16%)
Mutual labels:  gnome-shell, gnome
blur-my-shell
Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
Stars: ✭ 516 (+316.13%)
Mutual labels:  gnome, gnome-shell
notes-extension-gnome
A GNOME Shell extension providing customizable sticky notes
Stars: ✭ 64 (-48.39%)
Mutual labels:  gnome, gnome-shell
Compiz Alike Windows Effect
Simplified "Compiz alike" wobbly windows effect for GNOME Shell
Stars: ✭ 40 (-67.74%)
Mutual labels:  gnome-shell, gnome
Flat Remix Gnome
Flat Remix is a GNOME Shell theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 1,291 (+941.13%)
Mutual labels:  gnome-shell, gnome

GNOME Shell Extension Installer

A bash script to install and search extensions from extensions.gnome.org.

asciicast

Help

Usage: gnome-shell-extension-installer EXTENSION_ID [EXTENSION_ID...] [GNOME_VERSION] [OPTIONS]

Options:
  -s or --search [STRING] Interactive search.
  --yes                   Skip all prompts.
  --no-install            Saves the extension(s) in the current directory.
  --update                Check for new versions.
  --restart-shell         Restart GNOME Shell after the extensions are installed.
  -h or --help            Print this message.

Usage examples:
  gnome-shell-extension-installer 307               # Install "Dash to Dock"
  gnome-shell-extension-installer 307 3.8           # Install for Shell 3.8
  gnome-shell-extension-installer 53 --no-install   # Download "Pomodoro"
  gnome-shell-extension-installer -s "User Themes"  # Search "User Themes"

By default extensions are installed in $HOME/.local/share/gnome-shell/extensions/, except if the script is run with super user permission (then, it will be installed in /usr/share/gnome-shell/extensions/).

Installation

Manual installation

Dependencies:

  • bash
  • curl
  • dbus
  • perl
  • git (optional)
  • less (optional)
$ wget -O gnome-shell-extension-installer "https://github.com/brunelli/gnome-shell-extension-installer/raw/master/gnome-shell-extension-installer"
$ chmod +x gnome-shell-extension-installer
$ mv gnome-shell-extension-installer /usr/bin/

Arch Linux

Available in the AUR as gnome-shell-extension-installer.

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].