Thanks for this awesome plugin, the Acrylic features work far better than in the old Frosted Glass plugin for me! However I do struggle to use it for anything else than basic acrylic usage though my Rainmeter knowledge is very basic.
I made my own sidebar with blurred and not blurred elements, to achieve this I made the main sidebar skin mostly transparent and then just draw rectangles as additional skins and apply the Frosted Glass plugin or now the TranslucentRM plugin to these rectangles.
However if I don't specify a type but rather try to use "Mica=" no matter what value I use it just continues to use the "Type=" effect and if I don't have "Type=" specified the skin loses all blur related effects.
Also while borders (and dropshadows which is amazing!) do work, I can't seem to get rounded corners going nor define the color of the border. The skin always has sharp corners and gray/black borders. I'm using Windows 11 23H2 22631.3447 and Rainmeter 4.5.18. Can someone tell me what I'm doing wrong?
Code: Select all
[Variables]
@Include=#@#FontBGStuff.inc
[System Background]
Meter=Shape
Shape=Rectangle 0,0,180,240,#Radius# | Fill Color #BackgroundColor# | StrokeWidth #BorderSize# | Stroke Color #BorderColor#
MouseOverAction=!ZPos "-2"
;[BlurBehind]
;Measure=Plugin
;Plugin=FrostedGlass
;UpdateDivider=-1
;;Default=1 Determines if the blur is enabled or not
;BlurEnabled=#BlurEnabled#
;Type=#BlurType#
;Border=#FrostedBorder#
[BlurBehind]
Measure=Plugin
Plugin=TranslucentRM
Taskbar=0
Type=3
Corner=2
Color=88888811
Border=1
BorderColor=FFFFFF
Mica=2
This is just a basic test piece I added to my sidebar.