Hi, rather new Rainmeter user here, however
I was wondering how I would go about assigning the shortcut skins to the shortcuts themselves. Mine appears as maybe four pixels clustered together. If you could let me know that would be awesome. Thank you
As I mentioned this configuration is based on 1920x1080 resolution.
If you use a different resolution for your monitor you will have to edit the size and position of the icons to get smooth results.
All parameters for every icon or every other component of the layout can be changed within Rainmeter UI through the text editor.
There is plenty information of how rainmeter works and how it can be configured. I will point you some basic things to get you started based on what you asked if I understand well given the following code.
So to get the results you want you will have to tamper with the settings pointed out below
ImageName=#@#Images\02Thunderbird.png Change this parameter as desired to point to an image file location to use it as your icons image
H=80 Change this parameter as desired to set the size of the icon
LeftMouseUpAction=["C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe"] Change this parameter as desired to point out to the program's file location you want to open with the specific icon
As you undestand a layout is composed of many different components and customizations that you will have to configure at least to a degree to fully meet your needs and preferences.