Files
arthur-os/bin/omarchy-hw-intel-ptl
2026-04-28 12:03:46 -04:00

6 lines
151 B
Bash
Executable File

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