Skip to content

Commit

Permalink
Add Rounded Corners
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasOe committed Sep 8, 2019
1 parent 296729e commit 320c7cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
1 change: 0 additions & 1 deletion @Resources/settings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fontcolor=255,255,255,200
hovercolor=255,255,255,255

backgroundcolor=10,10,10,120
backgroundcolorheader=30,30,30,120

desktoppath=E:\Desktop
rainmeterpath=D:\Program Files\Rainmeter\Rainmeter.exe
Expand Down
2 changes: 1 addition & 1 deletion Bar/bar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Format=%b %#d - %A
Measure=Plugin
Plugin=FrostedGlass
Type=Blur
Border=All
Border=None

[MeasureBinSize]
Measure=Plugin
Expand Down
31 changes: 12 additions & 19 deletions Launcher/launcher.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ antialias=1



[Header]
Meter=Image
SolidColor=#backgroundcolorheader#
W=257
H=20
[BackgroundHeader]
Meter=Shape
Shape=Rectangle 0,0,257,520,10 | Fill Color #backgroundcolor# | Stroke Color 0,0,0,5
Shape2=Rectangle 0,0,257,20,0 | Fill Color #backgroundcolor# | Stroke Color 0,0,0,5
Shape3=Combine Shape | Intersect Shape2
Shape4=Rectangle 0,0,257,520,10 | Fill Color #backgroundcolor# | Stroke Color 0,0,0,5
UpdateDivider=-1

[Headertext]
Meter=String
Expand Down Expand Up @@ -121,28 +123,19 @@ Mouseoveraction=[!setoption Refresh imagetint "#hovercolor#"] [!UpdateMeter *][!
Mouseleaveaction=[!setoption Refresh imagetint "#fontcolor#"] [!UpdateMeter *][!Redraw]
LeftMouseUpAction=["#rainmeterpath#" !RefreshApp]

[Background]
Meter=Image
SolidColor=#backgroundcolor#
W=257
H=500
Y=20
Group=minmax
X1MouseDownAction=[!CommandMeasure mPath "PreviousFolder"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]

[HSUp]
Meter=String
W=30
H=105
X=228
X=233
Y=20
LeftMouseupAction=[!CommandMeasure mPath "IndexUp"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]

[HSDown]
Meter=String
W=20
H=20
X=228
X=233
Y=500
LeftMouseupAction=[!CommandMeasure mPath "IndexDown"][!UpdateMeasure mPath][!UpdateMeasureGroup Children][!UpdateMeter *][!Redraw]

Expand All @@ -151,7 +144,7 @@ Meter=image
imagename=#@#images\button.png
W=20
H=20
X=228
X=233
Y=20
ImageRotate=90
imagetint=#fontcolor#
Expand All @@ -164,7 +157,7 @@ Meter=image
imagename=#@#images\button.png
W=20
H=20
X=228
X=233
Y=500
ImageRotate=270
imagetint=#fontcolor#
Expand All @@ -184,7 +177,7 @@ Mouseleaveaction=[!setoption Down imagetint "#fontcolor#"] [!UpdateMeter *][!Red
Measure=Plugin
Plugin=FrostedGlass
Type=Blur
Border=All
Border=None

[mPath]
Measure=Plugin
Expand Down

0 comments on commit 320c7cb

Please sign in to comment.