ExplorerBlurMica
2.0.1
为 win10 和 win11 的资源管理器添加背景模糊效果或亚克力或云母效果
给文件资源管理器添加背景模糊效果或亚克力、云母效果适用于win10和win11
| 中文 |英语 | Türkçe 该项目使用 LGNU V3 许可证。
该项目仅适用于资源管理器,如果您想在全局应用该效果,请查看我们的另一个项目 DWMBlurGlass。
兼容StartAllBack、OldNewExplorer等修改窗口样式的软件。
它还与第三方主题兼容。
23H2 WinUI3
[config]
effect =1
clearBarBg =true
clearAddress =true
clearWinUIBg =true
[light]
r =255
g =255
b =255
a =200
....
深色模式
[config]
effect =2
clearBarBg =true
clearAddress =true
clearWinUIBg =true
22H2 沙姆尔群岛
[config]
effect =1
clearBarBg =true
clearAddress =true
clearWinUIBg =true
[light]
r =255
g =255
b =255
a =200
....
[config]
effect =1
clearBarBg =true
clearAddress =true
clearWinUIBg =false
[light]
r =255
g =255
b =255
a =200
....
[config]
effect =1
clearBarBg =true
clearAddress =true
clearWinUIBg =false
[light]
r =222
g =222
b =222
a =200
C:Program Files
”之类的位置。register.cmd
”。 cmd: regsvr32 "you path/ExplorerBlurMica.dll"
uninstall.cmd
”。 cmd: regsvr32 /u "you path/ExplorerBlurMica.dll"
注意:如果发生导致资源管理器崩溃的情况,请按住ESC
键打开资源管理器并卸载程序。
[config]
# Effect type 0=Blur 1=Acrylic 2=Mica 3=Blur(Clear) 4=MicaAlt
# Blur is only available until win11 22h2, Blur (Clear) is available in both win10 and win11, Mica is win11 only.
effect =1
# Clear the background of the address bar.
clearAddress =true
# Clear the background color of the scrollbar.
# (Note: Since the system scrollbar itself has a background color that cannot be removed,
# when this option is turned on, the scrollbar is drawn by the program and the style may be different from the system).
clearBarBg =true
# Remove the toolbar background color from the WinUI or XamlIslands section of Windows 11.
clearWinUIBg =true
# Show split line between TreeView and DUIView.
showLine =true
[light]
# The system color scheme is the color in Light mode.
# RGBA component of background blend color
r =220
g =220
b =220
a =160
[dark]
# The system color scheme is the color in Dark mode.
r =0
g =0
b =0
a =120
修改后保存配置并重新打开文件资源管理器窗口即可生效。
在 Python 上运行的 GUI。依赖于 minhook 和 customtkinter。
该项目是一个基于MToolBox中代码的独立组件。