Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethanwharris/gnome-nvidia-extension
A Gnome extension to show NVIDIA GPU information
https://github.com/ethanwharris/gnome-nvidia-extension
gnome gnome-extension gnome-shell-extension linux nvidia
Last synced: 3 months ago
JSON representation
A Gnome extension to show NVIDIA GPU information
- Host: GitHub
- URL: https://github.com/ethanwharris/gnome-nvidia-extension
- Owner: ethanwharris
- Created: 2017-10-16T16:48:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T10:02:21.000Z (9 months ago)
- Last Synced: 2024-10-15T04:25:17.573Z (4 months ago)
- Topics: gnome, gnome-extension, gnome-shell-extension, linux, nvidia
- Language: JavaScript
- Homepage:
- Size: 798 KB
- Stars: 46
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC-BY-4.0.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# gnome-nvidia-extension
A Gnome extension to show Nvidia GPU information
(https://extensions.gnome.org/extension/1320/nvidia-gpu-stats-tool/)## Supported Gnome versions
The "master" branch supports only Gnome v45+.
For older shell versions, please check out the "legacy" branch.## Requirements
The extension requires `nvidia-smi`, which should be included with the drivers.
Additionally, `nvidia-settings` is supported as a data source.If you still use [Bumblebee](https://wiki.archlinux.org/title/Bumblebee), the data can also be sourced through `optirun` (this is untested and may be deprecated in future versions).
## Installation from git
git clone https://github.com/ethanwharris/gnome-nvidia-extension.git
cd gnome-nvidia-extension
make
make installRestart gnome shell to load the extension:
- On Wayland, log out and back in.
- On X11, you can also use `alt + f2`, `r`, `Enter` to reload more quickly.Afterwards, you can enable the extension in gnome-extensions.
## Selecting Properties
By default, no measurements are displayed in the menu bar.
You can open the dropdown menu and select the properties to be shown.## Icons
For icons we use font-awesome:
http://fontawesome.io/We obtain SVGs from:
https://github.com/encharm/Font-Awesome-SVG-PNG