All Projects → Edenhofer → Minimalism-Gnome-Shell

Edenhofer / Minimalism-Gnome-Shell

Licence: other
Minimalism Gnome Shell Extensions

Projects that are alternatives of or similar to Minimalism-Gnome-Shell

cpupower
Manage the frequency scaling driver of your CPU (Intel Core and AMD Ryzen processors supported)
Stars: ✭ 420 (+1254.84%)
Mutual labels:  gnome, gnome-extension
gnome-shell-TilixDropdown
A GNOME Shell extension to launch Tilix in Quake Mode .
Stars: ✭ 30 (-3.23%)
Mutual labels:  gnome, gnome-extension
forge
Forge - Tiling and Window Manager for Gnome-Shell
Stars: ✭ 144 (+364.52%)
Mutual labels:  gnome, gnome-extension
gnome-nvidia-extension
A Gnome extension to show NVIDIA GPU information
Stars: ✭ 29 (-6.45%)
Mutual labels:  gnome, gnome-extension
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 (+1564.52%)
Mutual labels:  gnome, gnome-extension
gnome-shell-extension-spotify-controller
A GNOME Shell extension to control Spotify in the top bar
Stars: ✭ 33 (+6.45%)
Mutual labels:  gnome, gnome-extension
media-controls
A media indicator for the Gnome shell.
Stars: ✭ 104 (+235.48%)
Mutual labels:  gnome, gnome-extension
alphabetical-grid-extension
Restore the alphabetical ordering of the app grid, removed in GNOME 3.38
Stars: ✭ 43 (+38.71%)
Mutual labels:  gnome, gnome-extension
Tray-Icons-Reloaded
GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
Stars: ✭ 279 (+800%)
Mutual labels:  gnome, gnome-extension
Resource Monitor
Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME Shell top bar.
Stars: ✭ 62 (+100%)
Mutual labels:  gnome, gnome-extension
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+5893.55%)
Mutual labels:  gnome, desktop-environment
notes-extension-gnome
A GNOME Shell extension providing customizable sticky notes
Stars: ✭ 64 (+106.45%)
Mutual labels:  gnome, gnome-extension
Systemtray
Cross-platform SystemTray support for Swing/AWT, GtkStatusIcon, and AppIndicator on Java 8+
Stars: ✭ 253 (+716.13%)
Mutual labels:  gnome, desktop-environment
Ocean-blue-GDM3
Ocean Blue GDM3 theme for ubuntu
Stars: ✭ 27 (-12.9%)
Mutual labels:  gnome
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-51.61%)
Mutual labels:  gnome
Gjs-Tutorial
A tutorial for Gjs/GTK+ 3 development, based on https://github.com/sebp/PyGObject-Tutorial
Stars: ✭ 15 (-51.61%)
Mutual labels:  gnome
pipeworld
Dataflow 'spreadsheet' desktop environment
Stars: ✭ 118 (+280.65%)
Mutual labels:  desktop-environment
ansible-dconf
Ansible module for setting DConf entries
Stars: ✭ 16 (-48.39%)
Mutual labels:  gnome
Slate-theme
GTK Mac-like theme for cleaner and flat-er look.
Stars: ✭ 14 (-54.84%)
Mutual labels:  gnome
improved-osk-gnome-ext
Improved On Screen Keyboard for Gnome Shell
Stars: ✭ 22 (-29.03%)
Mutual labels:  gnome

Minimalism Gnome Shell Project

Minimalism Gnome Shell Extensions


Installation

Gnome.org's Extensions

Launch And Expose Show all running windows in an overview when clicking in the upper right corner, show all apps in an overview when clicking in the upper left corner.

Hide Dash X Hide the dash from the activities overview.

Hide Workspace Thumbnails Hide workspace thumbnails from the overview. But don't worry they are still present and one can switch between them like usual with e.g. shortcuts.


Screenshots

Hide Dash X Enable

Hide WorkSpace Thumbnails And Dash Enable

Launch And Expose Enable


The idea behind the structure of this repo

Each extensions has its own subfolder under the project root directory. The according folder should contain all files and assets which are requiered for the extension to properly work.

Commands

  • Adding git-hooks (through bash)
for hook in $(git rev-parse --show-toplevel)/*.hook; do
	(cd "$(git rev-parse --show-toplevel)"
		&& ln -s "../../$(basename ${hook})" ".git/hooks/$(basename ${hook%.hook})");
done

Hooks

  • pre-commit

Reject whitespace errors, and auto-generate zip file ready to upload to the Developer Dashboard.

Author

Gordian Edenhofer

Nattapong Pullkhow (until April 2014)

License

Unless otherwise stated, the files in this project may be distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and [version 3] (https://www.gnu.org/copyleft/gpl-3.0.html) of the GNU General Public License for more 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].