TheAzack9 / FrostedGlass

FrostedGlass plugin for rainmeter
51 stars 8 forks source link

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

Open Cariboudjan opened 2 years ago

Cariboudjan commented 2 years ago

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]
Cariboudjan commented 2 years ago

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

hikariatama commented 1 year ago

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