All Projects → mrEDitor → gnome-shell-extension-scroll-panel

mrEDitor / gnome-shell-extension-scroll-panel

Licence: MIT license
Gnome Shell extension that allows to switch between workspaces and applications by scrolling mouse wheel above the top panel.

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to gnome-shell-extension-scroll-panel

jetbrains-search-provider
Gnome Shell search provider for Jetbrains IDEs
Stars: ✭ 12 (-47.83%)
Mutual labels:  gnome-shell, gnome-shell-extension
gnome-shell-extension-syncthing-indicator
Put an indicator on the panel signalling the Syncthing daemon status using SystemD
Stars: ✭ 40 (+73.91%)
Mutual labels:  gnome-shell, gnome-shell-extension
hotel-manager
GNOME Shell extension to manage Hotel development servers.
Stars: ✭ 39 (+69.57%)
Mutual labels:  gnome-shell, gnome-shell-extension
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (+769.57%)
Mutual labels:  gnome-shell, gnome-shell-extension
gnome-runcat
😼 The cat tells you the CPU usage by running speed
Stars: ✭ 194 (+743.48%)
Mutual labels:  gnome-shell, gnome-shell-extension
Cpupower
Gnome-Shell Extension for intel-pstate driver
Stars: ✭ 252 (+995.65%)
Mutual labels:  gnome-shell, gnome-shell-extension
gnome-shell-panel-date-format
Allows to customize the date format on the panel.
Stars: ✭ 30 (+30.43%)
Mutual labels:  gnome-shell, gnome-shell-extension
Fly Pie
:pie: Fly-Pie is an innovative marking menu written as a GNOME Shell extension.
Stars: ✭ 106 (+360.87%)
Mutual labels:  gnome-shell, gnome-shell-extension
cpupower
Manage the frequency scaling driver of your CPU (Intel Core and AMD Ryzen processors supported)
Stars: ✭ 420 (+1726.09%)
Mutual labels:  gnome-shell, gnome-shell-extension
you2ber
Gnome youtube-dl frontend
Stars: ✭ 24 (+4.35%)
Mutual labels:  gnome-shell, gnome-shell-extension
Dynamic Panel Transparency
Adds Transparency To The Gnome Shell Panel
Stars: ✭ 189 (+721.74%)
Mutual labels:  gnome-shell, gnome-shell-extension
sysinfo
System monitor extension for Argos
Stars: ✭ 19 (-17.39%)
Mutual labels:  gnome-shell, gnome-shell-extension
Gnome Shell Extension Gsconnect
KDE Connect implementation for GNOME
Stars: ✭ 2,137 (+9191.3%)
Mutual labels:  gnome-shell, gnome-shell-extension
gnome-shell-extension-transparent-top-bar
GNOME Shell extension that brings back the transparent top bar when free-floating in GNOME Shell 3.32
Stars: ✭ 57 (+147.83%)
Mutual labels:  gnome-shell, gnome-shell-extension
Bing Wallpaper Gnome Extension
GNOME shell extension that sets your desktop wallpaper & lock screen image to Microsoft Bing's Image of the Day.
Stars: ✭ 125 (+443.48%)
Mutual labels:  gnome-shell, gnome-shell-extension
gnome-shell-extension-sermon
A GNOME Shell extension for monitoring and managing systemd services, cron jobs, docker and poman containers
Stars: ✭ 27 (+17.39%)
Mutual labels:  gnome-shell, gnome-shell-extension
Argos
Create GNOME Shell extensions in seconds
Stars: ✭ 1,251 (+5339.13%)
Mutual labels:  gnome-shell, gnome-shell-extension
Gnome Shell Volume Mixer
GNOME Shell Extension allowing separate configuration of PulseAudio devices
Stars: ✭ 95 (+313.04%)
Mutual labels:  gnome-shell, gnome-shell-extension
soft-brightness
Gnome-shell extension to manage your display brightness via an alpha overlay (instead of the backlight).
Stars: ✭ 99 (+330.43%)
Mutual labels:  gnome-shell, gnome-shell-extension
forge
Forge - Tiling and Window Manager for Gnome-Shell
Stars: ✭ 144 (+526.09%)
Mutual labels:  gnome-shell, gnome-shell-extension

Scroll Panel extension for Gnome Shell

Extension allows switching between windows or workspaces by scrolling Gnome Shell topbar with mouse or extra buttons (both in overview and workspace mode).

Demo

Extension is highly configurable; defaults are:

  • scroll the topbar over the clock or empty space to switch workspaces;
  • scroll the overview button or application name in topbar to switch windows.

Preferences

You can install the extension from extensions.gnome.org.

Target Gnome versions are Gnome Shell 40+.

Installation from scratch

  1. Clone source code from GitHub:

     git clone https://github.com/mrEDitor/gnome-shell-extension-scroll-panel
     cd gnome-shell-extension-scroll-panel
    
  2. Checkout the latest available tag (not tagged commits may be broken):

     git checkout $(git rev-list --tags --max-count=1)
    
  3. Install extension into your Gnome Shell:

     make install
    
  4. Re-login to Gnome Shell.

  5. Enable (and configure, if needed) extension with:

     gnome-extensions-app
    

License, feedback and contributions

This software is distributing under MIT (X11) license, provided "as is" and without a warranty of any kind. You can take a look at LICENSE file.

Feel free to contribute (especially localizations) or send feedback at https://github.com/mrEDitor/gnome-shell-extension-scroll-panel/

Localization

  1. Open locales/messages.pot file with text editor or favorite .po-editor (e.g. GTranslator or POEdit).

  2. Translate the text, name resulting .po-file after the target locale (e.g. en.po or en_US.po), and save it back to locales directory.

  3. Go back to project root and build whole project with make.

Previous versions

Previous versions are available as:

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