It is currently April 19th, 2024, 9:51 am

Show Desktop Button in Skin

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16144
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Show Desktop Button in Skin

Post by balala »

Sorry, but a meter name is missing again. The following options don't have a section name:
CJDayaratna wrote: June 1st, 2020, 8:36 am

Code: Select all

Meter=Image
 SolidColor=255,240,0
 W=100
 H=50
LeftMouseUpAction=[shell:::{3080F90D-D7AD-11D9-BD98-0000947B0257}]
So the code should be for instance:

Code: Select all

[MeterButton]
Meter=Image
SolidColor=255,240,0
W=100
H=50
LeftMouseUpAction=[shell:::{3080F90D-D7AD-11D9-BD98-0000947B0257}]

[Rainmeter]
Update=1000

[Metadata]
Name=Desktop
Author=CharithaJD
Information=
License=
Version=
(added the [MeterButton] meter name).