Maplespe / ExplorerBlurMica

Add background Blur effect or Acrylic (Mica for win11) effect to explorer for win10 and win11
GNU Lesser General Public License v3.0
1.6k stars 72 forks source link

BUG With the "1=Acrylic" #50

Closed H5820121 closed 1 year ago

H5820121 commented 1 year ago

The effect of "1=Acrylic" does not work properly, it actually works the same as "2=Mica". WIN11 22H2 Latest version of ExplorerBlurMica. (I don't know if the previous version also had this bug).

Maplespe commented 1 year ago

The Acrylic effect is significantly different from the Mica. Please make sure that you have set the configuration item effect=1 correctly and that you are not using any other program that affects the file explorer, such as MFE. Sample configuration file:

[config]
effect=1
smallBorder=false
showLine=false
darkRibbon=true
clearAddress=true
clearBarBg=true
[light]
r=222
g=222
b=222
a=120
[dark]
r=0
g=0
b=0
a=120
H5820121 commented 1 year ago

Sorry, I'm ashamed to have bothered you for nothing, you're right, it's my mistake!

By the way, it seems to me that changing the value of

image

Nothing matters.

Maplespe commented 1 year ago

For pure black or white, it doesn't work as well, but for brighter colors, it works better, and if you want to be completely transparent, you can use Blur(Clear) effect=3.

H5820121 commented 1 year ago

Thanks!