Skip to content

zeloras/gpu-indicator

 
 

Repository files navigation

GPU Indicator

GNOME shell extension that adds Intel/NVIDIA GPU switch to Quick Settings menu.

Supported GNOME Versions

  • GNOME 45, 46, 47

For GNOME versions 46, please use version 14 or earlier.

Installation

  • install using GNOME Shell extension website
  • build and install from source
    • download source from GitHub (clone repository or download zip)
    • from gpu-indicator directory execute make install
  • bash one-liner
    • wget https://raw.githubusercontent.com/zeloras/gpu-indicator/master/install.sh -O - | sh

Requirements

Important: To have a working indicator, nvidia-prime must be installed on your system.

The extension requires the following commands to be available:

  • prime-select - for switching between GPUs
  • pkexec or gksudo - for privilege escalation
  • nvidia-smi (optional) - for GPU status detection

Changes in Version 14

  • Updated for GNOME 45+ compatibility
  • Migrated from Aggregate Menu to Quick Settings
  • Converted to ES6 modules
  • Uses new Extension class API

Screenshot

Screenshot

License

GNU General Public License v3.0

About

Intel/NVIDIA GPU Switch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.6%
  • Makefile 7.1%
  • Shell 5.6%
  • CSS 0.7%