It is currently April 27th, 2024, 11:18 am

Windows 10 default Brightness Slider OSD

Get help with creating, editing & fixing problems with skins
armaninyow
Posts: 8
Joined: April 15th, 2022, 3:26 pm

Windows 10 default Brightness Slider OSD

Post by armaninyow »

I was able to change the volume and to make the Volume Slider default OSD to show at the same time. I don't want a skin and replace the default slider, i just needed a skin that can change the volume. Here's the code:

Code: Select all

[Rainmeter]

[MeasureMediaKey]
Measure=MediaKey

[MeterMute]
Meter=Image
W=2
H=2
SolidColor=0,0,0,0
MiddleMouseDownAction=!CommandMeasure "MeasureMediaKey" "VolumeMute"
MouseScrollDownAction=!CommandMeasure "MeasureMediaKey" "VolumeDown"
MouseScrollUpAction=!CommandMeasure "MeasureMediaKey" "VolumeUp"
I got it from the manual https://docs.rainmeter.net/manual/measures/mediakey/ but i change the mouse action.

Now my concern is i want the same thing for the Brightness slider. I don't want to replace the default slider. But i couldn't find one.

What i found are skins and plugins but i can't get the default slider to appear.

Hoping somebody will notice. Thank you!