Skip to content

Commit

Permalink
feat(Silverblue): Add supergfxctl-gex GNOME Shell extension (#141)
Browse files Browse the repository at this point in the history
Adds the supergfxctl-gex extension to Silverblue images for managing multi-GPU Nvidia systems
  • Loading branch information
EyeCantCU committed Aug 10, 2023
1 parent 75627e1 commit 8f2bb09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ source /var/cache/akmods/nvidia-vars

if [[ "${IMAGE_NAME}" == "kinoite" ]]; then
VARIANT_PKGS="supergfxctl-plasmoid"
elif [[ "${IMAGE_NAME}" == "silverblue" ]]; then
VARIANT_PKGS="gnome-shell-extension-supergfxctl-gex"
else
VARIANT_PKGS=""
fi
Expand Down

0 comments on commit 8f2bb09

Please sign in to comment.