TheAzack9/FrostedGlass

Khanhas fork issue - Windows 11 blur border persists after blur is disabled

Opened this issue · 2 comments

Below is an example skin

Disabling blur and refreshing the skin will disable the blur but the borders persist unless Rainmeter is restarted. Windows 11 only, Khanhas fork.

[Variables]
BlurON=0

[BlurBehind]
Measure=Plugin
Plugin=FrostedGlass
BlurEnabled=#BlurON#
Type=Acrylic
Corner=Round

[Meter]
Meter=String
W=100
H=100
SolidColor=255,55,55,55
LeftMouseUpAction=[!WriteKeyValue Variables BlurON (#BlurON#=1?0:1)][!Refresh]

Also to add to this, can we have "Border=None" affect the borders in Windows 11?

Also to add to this, can we have "Border=None" affect the borders in Windows 11?

No, we can't. It uses internal blur which already comes with borders - check Explorer for example. Its window also has borders:

image