File tree 1 file changed +15
-11
lines changed
RMSKIN/Skins/uhe/Time/Digital
1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ Information=Checks time using digital.
12
12
13
13
[Variables]
14
14
DropdownHeight =[meterDropdownContent:W]
15
- InitialTimestampOpened =0
16
15
17
16
[measureTime]
18
17
Measure =Time
@@ -71,17 +70,22 @@ FontFace=#DisplayFont#
71
70
FontSize =50
72
71
Padding =# PaddingSize#
73
72
Group =TextGroup
74
- MouseOverAction =# HorizontalExpandCommand#
75
- MouseLeaveAction =# HorizontalCollapseCommand#
76
- LeftMouseUpAction =# PlayButtonClick#[!ToggleMeterGroup TimestampGroup][!UpdateMeterGroup TimestampGroup][!WriteKeyValue Variables InitialTimestampOpened 1][!SetVariable InitialTimestampOpened 1][!Redraw]
73
+ MouseOverAction =# HorizontalExpandCommand#[!ShowMeter meterDiscordIcon]
74
+ MouseLeaveAction =# HorizontalCollapseCommand#[!HideMeter meterDiscordIcon]
77
75
78
- [measureInitialTimestampOpen]
79
- Measure =Calc
80
- Formula =# InitialTimestampOpened#
81
- IfCondition =measureInitialTimestampOpen = 0
82
- IfTrueAction =[!SetOption meterEdge ToolTipText " click to toggle discord timestamp generator" ]
83
- IfFalseAction =[!SetOption meterEdge ToolTipText " " ]
76
+ [meterDiscordIcon]
77
+ Meter =String
78
+ FontFace =# BrandFace#
79
+ Text =[\xf392]
80
+ FontSize =12
81
+ Group =TextGroup
82
+ AntiAlias =1
83
+ Hidden =1
84
+ X =10
85
+ Y =-22R
84
86
DynamicVariables =1
87
+ LeftMouseUpAction =# PlayButtonClick#[!ToggleMeterGroup TimestampGroup][!UpdateMeterGroup TimestampGroup][!Redraw]
88
+ ToolTipText =click to toggle discord timestamp generator
85
89
86
90
[meterDropdownBackground]
87
91
Meter =Shape
@@ -93,7 +97,7 @@ Shape4=Combine Shape | Union Shape2 | Exclude Shape3
93
97
Gradient =0 | 0,0,0,0 ; 0.0
94
98
DynamicVariables =1
95
99
Group =OpaqueBackgroundGroup
96
- X =R
100
+ X =[meterEdge:W]
97
101
98
102
[meterDropdown]
99
103
Meter =Image
You can’t perform that action at this time.
0 commit comments