Just wondering if anyone could please assist if they know the answer. I've been researching it everywhere and cannot seem to find a resolution.
I have pasted the ini file.
I have a rainmeter that sits at the bottom corner of my screen and toggles different sound devices (its either my monitor audio or my speakers when clicked). It also turns them on and off on a click, changes the sleep settings and turns Bluetooth on and off. Feel free to customize it if its of use to you. It powers the speakers on and off by calling a curl command to my TPlink Power Swich.
I was looking at toggleing the meter either [1] or [2] from the command line and its not executing the execute command as part of the meter when its called...
C:\Program Files\Rainmeter>Rainmeter.exe !ToggleMeter 2 "SoundDevice"
Code: Select all
[2]
meter=image
imagename=speakers.png
x=20
y=8
leftmouseupaction=!execute [!CommandMeasure "MeasureWin7Audio" "SetOutPutIndex #speakers_Phillips#"][!hidemeter 2][!showmeter 1]

Thank you,
Mario