You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inituifail1>Failed to create window context!</inituifail1>
5
5
<inituifail2>Failed to initialize window!</inituifail2>
6
-
<initfail0>Note that due to DWM is running in a sandbox, this application must be placed in a non-user directory, and the path cannot be in "{path}" or its sub directories! Please place it in another directory.</initfail0>
7
-
<symloadfail>Loading symbol files failed! The program could not load the dll, please download the symbols again! (Symbols may also need to be re-downloaded after a system update)</symloadfail>
6
+
<initfail0>Note that because DWM is running in a sandbox, this application must be placed in a non-user directory, and the path cannot be in "{path}" or its sub directories! Please place it in another directory.</initfail0>
7
+
<symloadfail>Loading symbol files failed! The program could not load the DLL, please download the symbols again. (Symbols may also need to be re-downloaded after a system update)</symloadfail>
<installsucs1>Install successfully! But you haven't downloaded a valid symbol file yet, download it from the "Symbols" page to make DWMBlurGlass work!</installsucs1>
<installsucs1>Installed successfully! But you haven't downloaded valid symbol files yet, download it from the "Symbols" page to make DWMBlurGlass work.</installsucs1>
<reflectiontip>(Legacy blur method for Windows 10 only)</reflectiontip>
36
+
<oldBtnHeight>Enable Windows 7 style caption buttons</oldBtnHeight>
37
37
<cmodelight>Light Mode colors</cmodelight>
38
-
<cmodedark>Dark Mode Colors</cmodedark>
38
+
<cmodedark>Dark Mode colors</cmodedark>
39
39
<blendcolor>Titlebar blend color (active):</blendcolor>
40
40
<inactiveblendcolor>Titlebar blend color (inactive):</inactiveblendcolor>
41
41
<activecolor>Active text color:</activecolor>
42
42
<inactivecolor>Inactive text color:</inactivecolor>
43
43
<preview>Preview</preview>
44
44
<sampletitle>Example window title (active)</sampletitle>
45
45
<blurmethod>Blur Method:</blurmethod>
46
-
<methodcustom>[Recommended] Custom blur implementation written by CVisual (DWM)\nand Windows.UI.Composition (dcomp) to achieve custom backdrop effects, \nyou can customize most of the parameters, not only you can get the highest \nefficiency, but also the best appearance and better stability. However, the \ncompatibility is not that good. \n(it may be broken after a major Windows update, then you have to wait for \nthe next release).</methodcustom>
47
-
<methodaccent>[Not Recommended] Use DWM internal blur implementation but not deleted \nAccentBlurBehind class to apply blur effect, you can customize some of the \nparameters, but it is inefficient and less stable. It can work normally on most \nof the systems. \n(generally, a system update will not break it).</methodaccent>
48
-
<methoddwmapi>Use documented DWMAPI to apply limited SystemBackdrop effect, such as \nAcrylic, Mica effect, you cannot customize these parameters at all, but it has \nhigh efficiency, better stability. However, it may break the appearance of \nsome programs, and it is only available above Windows 11 22H2(+).</methoddwmapi>
46
+
<methodcustom>[Recommended] Custom blur implementation written by CVisual (DWM)\nand Windows.UI.Composition (dcomp) to achieve custom backdrop effects, \nyou can customize most of the parameters. Not only you can get the highest \nefficiency, but also the best appearance and better stability. However, the \ncompatibility is not that good. \nIt may be broken after a major Windows update, then you have to wait for \nthe next release.</methodcustom>
47
+
<methodaccent>[Not Recommended] Use DWM internal \nAccentBlurBehind class to apply blur effect. You can customize some of the \nparameters, but it is inefficient and less stable. It can work normally on most \nsystems. \n(generally, a system update will not break it).</methodaccent>
48
+
<methoddwmapi>Use documented DWMAPI in Windows 11 to apply limited SystemBackdrop effect, such as \nAcrylic and Mica effect, you cannot customize these parameters at all, but it has \nhigh efficiency and better stability. However, it may break the appearance of \nsome programs, and it is only available on Windows 11 22H2 and newer.</methoddwmapi>
<symtip>Symbol files (pdb) are files that record debugging information about a\nprogram. Since systems vary from version to version, you need to\ndownload symbol files from the Microsoft server. If you update your\nsystem, you may need to download the symbol files again.</symtip>
54
+
<symtip>Symbol files (pdb) are files that record debugging information about a\nprogram. Since systems vary from version to version, you need to\ndownload symbol files from the Microsoft servers. If you update your\nsystem, you may need to download the symbol files again.</symtip>
55
55
<symstatus0>Invalid</symstatus0>
56
56
<symstatus1>Valid</symstatus1>
57
57
<symdowning>Downloading...</symdowning>
58
58
<symdownfail>Download failed! Unable to download symbol files from "msdl.microsoft.com".</symdownfail>
59
-
<syminvalid>Symbol files are invalid! Please go to the "Symbols" page of the DWMBlurGlass program to download new symbol files!</syminvalid>
59
+
<syminvalid>Symbol files are invalid, please go to the "Symbols" page of the DWMBlurGlass program to download new symbol files.</syminvalid>
60
60
<configfile>Configuration file</configfile>
61
61
<import>Import</import>
62
62
<export>Export</export>
63
63
<restore>Restore to default settings</restore>
64
64
<importwarn>Importing a configuration file will overwrite your existing configuration, continue anyway?</importwarn>
65
65
<restorecfg>Are you sure you want to restore the default configuration?</restorecfg>
66
-
<aboutinfo>This program is based on the LGPLv3 agreement free open source software:</aboutinfo>
66
+
<aboutinfo>This program is based on the LGPLv3 license:</aboutinfo>
* Individually customizable Light/Dark color mode automatic switching.
47
47
*`CustomBlur`, `AccentBlur` and `SystemBackdrop` blurring methods are available.
48
48
* Third-party theme support.
49
49
50
50

51
51

52
52
53
53
## Compatibility
54
-
Supported as low as **Windows 10 2004** and as high as the **latest version of Windows 11** (Some blurring methods are not supported in the preview version).
54
+
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).
55
55
56
56
Can be used with third party themes to further customize DWM.
57
57
58
58
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.
59
59
60
-
We reverse-analyze the dwm and code 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.
60
+
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.
61
61
62
62
Not recommended for use with MicaForEveryone, we do not guarantee compatibility with it.
63
63
@@ -102,26 +102,26 @@ Using third-party themes
102
102

103
103
104
104
### Aero
105
-
> Windows 7's glass effect, with saturation and exposure effects on the background when it loses focus.
105
+
> 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.
113
113
114
114

115
115
116
116
### Mica
117
-
> The mica recipe: blurred wallpaper, saturation, color/tint overlay
117
+
> The Mica recipe: blurred wallpaper, saturation and color/tint overlay.
118
118
119
119

120
120
121
121
### MicaAlt
122
122
All of the above effects can be customized to blend colors.
123
123
124
-
MicaAlt is Mica with grayish tone, you can modify the blend color by yourself to get the MicaAlt effect.
124
+
MicaAlt is Mica with a grayish tone, you can modify the blend color by yourself to get the MicaAlt effect.
125
125
126
126
## How to use
127
127
@@ -132,9 +132,9 @@ MicaAlt is Mica with grayish tone, you can modify the blend color by yourself to
132
132
133
133

134
134
135
-
>If the prompt "Installation was successful! But you have not yet downloaded a valid symbol file, please download it from the "Symbols" page before you can use it!" then you need to click on the Symbols page and click Download before you can use it.
135
+
>If nothing happens when you click Install, then you need to click on the Symbols page and click Download.
136
136
137
-
>**Note that you may receive similar notifications in the future, especially after system updates.**
137
+
>**You may receive a notification about missing symbols in the future, especially after system updates.**
138
138
139
139

140
140
@@ -145,7 +145,7 @@ MicaAlt is Mica with grayish tone, you can modify the blend color by yourself to
145
145
2. Delete relevant files
146
146
147
147
## Language files
148
-
We offer basic languages English and Simplified Chinese.
148
+
We offer several languages, such as English, Simplified Chinese, Spanish, Portuguese and more.
149
149
If you would like to help us translate into other languages, please see below for language file formats.
150
150
151
151
1. First, you need to fork this repository and clone it locally.
@@ -156,7 +156,7 @@ If you would like to help us translate into other languages, please see below fo
156
156
6. 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>`.
157
157
7. Save your file when finished and copy it to the "data\lang" directory in the folder where the DWMBlurGlass.exe program is located.
158
158
8. 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.
159
-
9. Finally, commit the file to your own forked repository and send pull requests to the main branch of the project.
159
+
9. Finally, commit the file to your own forked repository and send a pull request to the main branch of the project.
160
160
10. After the request is approved, your file will be released with a future software update.
0 commit comments