Skip to content

Commit 8f2bb09

Browse files
authored
feat(Silverblue): Add supergfxctl-gex GNOME Shell extension (#141)
Adds the supergfxctl-gex extension to Silverblue images for managing multi-GPU Nvidia systems
1 parent 75627e1 commit 8f2bb09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ source /var/cache/akmods/nvidia-vars
1313

1414
if [[ "${IMAGE_NAME}" == "kinoite" ]]; then
1515
VARIANT_PKGS="supergfxctl-plasmoid"
16+
elif [[ "${IMAGE_NAME}" == "silverblue" ]]; then
17+
VARIANT_PKGS="gnome-shell-extension-supergfxctl-gex"
1618
else
1719
VARIANT_PKGS=""
1820
fi

0 commit comments

Comments
 (0)