ExplorerBlurMica
2.0.1
win10 및 win11의 탐색기에 배경 흐림 효과 또는 아크릴 또는 운모 효과 추가
给文件资源管理器添加背景模糊效果或Acrylic、Mica效果 适用于win10和win11
| 중국어 | 영어 | Türkçe 이 프로젝트는 LGNU V3 라이센스를 사용합니다.
이 프로젝트는 Explorer 전용입니다. 효과를 전체적으로 적용하려면 다른 프로젝트 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 XamlIslands
[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"
참고: Explorer와 충돌하는 문제가 발생하면 ESC
키를 길게 눌러 Explorer를 열고 프로그램을 제거하세요.
[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의 코드를 기반으로 하는 독립적인 구성 요소입니다.