From fa34e081ccdf4b425b533dc0431f5d5a13cf6ecf Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 10 Oct 2025 01:06:17 +0200 Subject: [PATCH] Update hardware.tsx --- AppImage/components/hardware.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AppImage/components/hardware.tsx b/AppImage/components/hardware.tsx index 83ac048..d71dc4f 100644 --- a/AppImage/components/hardware.tsx +++ b/AppImage/components/hardware.tsx @@ -634,6 +634,7 @@ export default function Hardware() { )} + {/* CHANGE: Changed process name to Badge with blue color */} {realtimeGPUData.processes && realtimeGPUData.processes.length > 0 && (

@@ -644,7 +645,9 @@ export default function Hardware() {
-

{proc.name}

+ + {proc.name} +

PID: {proc.pid}

{proc.memory && (