Add custom effects to the global system title bar, supports Windows 10 and Windows 11.
给全局系统标题栏添加自定义效果,支持win10和win11
| 中文 | English | Italian | French This project uses LGNU V3 license.
Other languages:
The following documentation may be out of date, please refer to the current documentation.
- Adds a custom effect to the global system title bar.
- Customizable global blur radius or title bar blur radius only.
- Customizable title bar blend colors.
- Customizable title bar text color.
- Aero reflections and parallax effects are available.
- Restore Windows 7 style title bar button height.
- Support to enable blur effect for programs using old Windows 7 API DwmEnableBlurBehindWindow.
- Supports
Blur
,Aero
,Acrylic
, andMica (Win11 only)
effects. - Individually customizable Light/Dark color mode automatic switching.
CustomBlur
,AccentBlur
andSystemBackdrop
blurring methods are available.- Third-party theme support.
Supported as low as Windows 10 2004 and as high as the latest version of Windows 11 (Some blurring methods are not supported in Windows Insider versions).
Can be used with third party themes to further customize DWM.
We do not modify the rendering logic of the application itself, which is completely different from the logic of MicaForEveryone and therefore maximizes compatibility with third-party programs.
We reverse-analyzed DWM and created a custom blur method to bring stunning visual effects, but if you choose the "SystemBackdrop
" blur method, it uses the system's publicly available interfaces and has the same effect as MicaForEveryone.
Not recommended for use with MicaForEveryone, we do not guarantee compatibility with it.
Compatible with ExplorerBlurMica, works better together.
Compatible with TranslucentFlyouts. (It should be noted that even though this project is compatible with TF, EBMv2 is not fully compatible with TFv2)
Windows 10
Using third-party themes
Enable "Extend effects to borders (win10)"
Enable "Aero reflection effect (win10)"
Enable "Reduce title bar button height (win7 style)"
Basic pure blur. Nothing special.
Windows 7's glass effect, with saturation and exposure effects on the background when a window is inactive.
The acrylic recipe: background, blur, exclusion blend, saturation, color/tint overlay and noise.
The Mica recipe: blurred wallpaper, saturation and color/tint overlay.
All of the above effects can be customized to blend colors.
MicaAlt is Mica with a grayish tone, you can modify the blend color by yourself to get the MicaAlt effect.
- Download the compiled program archive from the Release page.
- Unzip it to a location such as "
C:\Program Files
".
3. Run the DWMBlurGlass.exe GUI program and click Install.
If nothing happens when you click Install, then you need to click on the Symbols page and click Download.
You may receive a notification about missing symbols in the future, especially after system updates.
- Run the DWMBlurGlass.exe GUI program and click Uninstall.
- Delete relevant files
We offer several languages, such as English, Simplified Chinese, Spanish, Portuguese and more. If you would like to help us translate into other languages, please see below for language file formats.
- First, you need to fork this repository and clone it locally.
- Open the "
Languagefiles
" folder and select an existing language such as "en-US.xml
" and make a copy. - Rename the code to the name of the target language and open the xml file in your favorite text editor.
- In the second line, in the "
local
" field, change it to your target language code, which should be the same as the filename (without the .xml extension). - You can put your name in the "
author
" field. - Next, please translate the field values in the xml format (be careful not to translate the field names) The correct format is:
<config>Config</config>
to<config>xxxx</config>
. - Save your file when finished and copy it to the "data\lang" directory in the folder where the DWMBlurGlass.exe program is located.
- Next, open DWMBlurGlass.exe and test the language file to see if it works correctly. If it doesn't, check the language code settings and check that the file conforms to the xml format specification.
- Finally, commit the file to your own forked repository and send a pull request to the main branch of the project.
- After the request is approved, your file will be released with a future software update.
- MiaoUI interface library v2 (Private)
- AcrylicEverywhere - Separate upstream implementation of the CustomBlur method, thanks to ALTaleX for research and support.
- minhook
- pugixml
- VC_LTL
- Windows Implementation Libraries
Since the GUI program uses private libraries, only insiders can compile the GUI, which does not affect the compilation of the libraries.