pop-launcher/scripts/system76-power/graphics-discrete.sh
2023-08-03 18:05:03 +02:00

16 lines
385 B
Bash

#!/bin/sh
#
# name: Switch to NVIDIA Graphics
# icon: preferences-system-symbolic
# description: Use NVIDIA GPU for display and applications
# keywords: nvidia graphics switch
gnome-terminal -- sh -c '
if system76-power graphics nvidia; then
echo "Successfully switched. You may now reboot"
else
echo "Failed to switch\nPress key to exit"
fi
read x
'