It is currently September 29th, 2024, 1:32 pm

Device Driver status

General topics related to Rainmeter.
merlotd
Posts: 1
Joined: August 7th, 2014, 4:20 am

Device Driver status

Post by merlotd »

Is there a skin (or could there be) that monitors the status of a chosen device driver - as in "Enabled" or "Disabled"? Just like the speaker symbol in the tray turns to a slash symbol when I hit MUTE, I'd like a visual reminder that I deactivated one of my devices. Thanks.
User avatar
Grim
Posts: 60
Joined: February 5th, 2014, 3:44 pm
Location: Canada

Re: Device Driver status

Post by Grim »

First thing that comes to mind is to see if this "device" modifies the registry when toggled. Then use a registry measure to keep an eye on it.
http://docs.rainmeter.net/manual/measures/registry
User avatar
killall-q
Posts: 307
Joined: August 14th, 2009, 8:04 am

Re: Device Driver status

Post by killall-q »

Win7Audio plugin's numeric value is your current percentage volume level. So:

Code: Select all

[measureVolume]
Measure=Plugin
Plugin=Win7AudioPlugin
IfEqualValue=0
IfEqualAction=!DoStuff
IfAboveValue=0
IfAboveAction=!DoOtherStuff