-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathat-rainmeter.ini
More file actions
59 lines (49 loc) · 2.8 KB
/
at-rainmeter.ini
File metadata and controls
59 lines (49 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1
[Variables]
FontColor=255,255,255,250
FontSize=20
FontFace=Garamond
EffectColor=0,0,0,160
[MeasureRegistry]
Measure=Registry
RegHKey=HKEY_CURRENT_USER
RegKey=Control Panel\Desktop
RegValue=WallpaperName
UpdateDivider=2
[MeterText]
Meter=String
MeasureName=MeasureRegistry
X=(#SCREENAREAWIDTH# / 2)
Y=0
StringAlign=Center
FontColor=#FontColor#
FontSize=#FontSize#
FontFace=#FontFace#
AntiAlias=1
; --- ELEGANT STYLING ---
; 1. Weight: 500 is "Medium" - keeps serifs elegant but visible
FontWeight=500
; 2. Readability: Soft halo instead of a hard shadow
InlineSetting=Shadow | 0 | 0 | 5 | 0,0,0,220
; 3. Distinction: Italics for the Title
; This looks for the text between the first and second comma
InlineSetting2=Italic
InlinePattern2=(?<=, )[^,]+
; 4. Spacing: Adds a tiny bit of air between characters
InlineSetting3=CharacterSpacing | 1.1
; 5. Optional: Automatic Quotes (Uncomment the line below if you prefer quotes)
; RegExpSubstitute=1
; Substitute="^([^,]+),\s*([^,]+)(.*)$":"\1, ""\2""\3"
; -----------------------
Text="%1"
DynamicVariables=1
ClipString=0
Padding=10,5,10,5
SolidColor=0,0,0,60
MouseOverAction=[!SetCursor Hand]
MouseLeaveAction=[!SetCursor Arrow]
ToolTipText="Search for "[MeasureRegistry]" on Google"
LeftMouseUpAction=["https://www.google.com/search?q=%22[MeasureRegistry]%22"]