Files
omarchycn/bin/omarchy-hw-intel-ptl
T
2026-03-24 20:31:58 +01:00

6 lines
135 B
Bash
Executable File

#!/bin/bash
# Detect whether the computer has an Intel Panther Lake GPU.
lspci | grep -iE 'vga|3d|display' | grep -qi 'panther lake'