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

7 lines
187 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Detect whether Vulkan is available.
[[ -d /usr/share/vulkan/icd.d ]] &&
find /usr/share/vulkan/icd.d -maxdepth 1 -name "*.json" -print -quit | grep -q .