Is there a way to do an in-line color change based on status? I want to change the status of the “Smart Status” based on the status.
WMI=active:1,interval:10,text:Physical Drives,color:ffbb77,namespace:root\cimv2,query:Win32_DiskDrive,display:%Caption% [Status: %Status%]| Serial: %SerialNumber% Firmware: %FirmwareRevision%| DeviceID: %DeviceID% Partitions: %Partitions%
I’d like to set “%Status%” to Green if the status is OK, and otherwise set the color of the status to Red, but JUST the variable.
-
This topic was modified 2 years ago by
Nathan_K.