File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ LeftMouseDownAction=[!SetOption MediaHoverCircle Stroke "Stroke Color #FontColor
43
43
OnUpdateAction= [! SetOption VolumeString Text " " " [&Func:volumeLevel()]" " " ][! SetOption VolumeString FontFace " #FontFace#" ]
44
44
45
45
[mBrightness]
46
- IfCondition= (mBrightness = 0 )
46
+ IfCondition= (mBrightness = 0 ) && (#ShowBrightnessVal# = 0 )
47
47
IfTrueAction= [! SetOption VolumeString Text " [\xEC 8A]" ][! SetOption VolumeString FontFace " Segoe MDL2 Assets" ]
48
- IfCondition2= (mBrightness > 0 )
48
+ IfCondition2= (mBrightness > 0 ) && (#ShowBrightnessVal# = 0 )
49
49
IfTrueAction2= [! SetOption VolumeString Text " [\xE7 06]" ][! SetOption VolumeString FontFace " Segoe MDL2 Assets" ]
50
+ IfCondition3= (#ShowBrightnessVal# = 1 )
51
+ IfTrueAction3= [! SetOption VolumeString Text " [mBrightness:]% " ][! SetOption VolumeString FontFace " #fontFace#" ]
50
52
IfConditionMode= 1
51
53
52
54
[FrostedGlass]
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ FontFace=Segoe UI
5
5
Border = 1
6
6
Cap = Round
7
7
8
+ ShowBrightnessVal = 0
9
+
8
10
PrimaryColor = 12 , 12 , 12
9
11
PrimaryOpacity = 185
10
12
FontColor = 255 , 255 , 255
You can’t perform that action at this time.
0 commit comments