Skip to content

Commit

Permalink
update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ALTaleX531 committed Jul 11, 2024
1 parent 687324f commit 6e0fc37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![header](https://www.glass8.eu/files/images/header.jpg)
![header](https://private-user-images.githubusercontent.com/44238627/346738551-f507e3e8-a4bd-4edd-8386-e221650c6ca9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjA2NzUyMjQsIm5iZiI6MTcyMDY3NDkyNCwicGF0aCI6Ii80NDIzODYyNy8zNDY3Mzg1NTEtZjUwN2UzZTgtYTRiZC00ZWRkLTgzODYtZTIyMTY1MGM2Y2E5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNzExVDA1MTUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNjM2RlYTM4NmFjZmU3ZjYzNGYwN2RlYmEzMmIxMmU2MDAyZGVlMTNiZDczYTNmZmU1MmNjODM2MDZmN2RiZGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.tp-HZisbys41FBErjnLndfemjmxGWzmBL0XcFvJzNXY)
# OpenGlass
A replica of the dead software glass8, also known as the upstream project of [DWMBlurGlass](https://github.com/Maplespe/DWMBlurGlass).

Expand Down Expand Up @@ -53,7 +53,7 @@ The following table demonstrates the similarities and differences between these
| CustomThemeReflection | String | path to PNG file which will be used as overlay image to simulate reflection (Aero stripes) effect | | If the value does not exist, it will use the resource's bitmap. | **OK** |
| CustomThemeMaterial | String | **Undocumented** | | | **Only works for GlassType=Acrylic** |
| MaterialOpacity | DWORD | **Undocumented** | | | **Only works for GlassType=Acrylic** |
| CustomThemeAtlas | String | path to PNG file with theme resource (bitmap must have exactly the same layout as msstyle theme you are using!) | CustomThemeMsstyle | path to msstyle file | **CustomThemeAtlas is not supported, use CustomThemeMsstyle instead** |
| CustomThemeAtlas | String | path to PNG file with theme resource (bitmap must have exactly the same layout as msstyle theme you are using!) | CustomThemeMsstyle | path to msstyle file. It may cause crashes and lag in rare cases. | **CustomThemeAtlas is not supported, use CustomThemeMsstyle instead** |
| | DWORD | **Not supported** | CustomThemeMsstyleUseDefaults | Color scheme uses the result from GetThemeDefaults | |
| TextGlowMode | DWORD | Specifies how window caption glow effect will be rendered. 0x0=No glow effect. 0x1=Glow effect loaded from atlas (default). 0x2=Glow effect loaded from atlas and theme opacity is respected. 0x3=Composited glow effect using your theme settings. HIWORD of the value specifies glow size (0 = theme default). | TextGlowSize | The value specifies glow size. The default value is 15. | **TextGlowMode is deprecated, use TextGlowSize instead** |
| EnableBlurBlend | DWORD | Controls how the blurred background and frame colour are composited together (0x0 = default). | | | **Not supported** |
Expand Down Expand Up @@ -108,6 +108,9 @@ PostMessage(FindWindow(TEXT("Dwm"), nullptr), WM_DWMCOLORIZATIONCHANGED, 0, 0);
- It is not necessary to use the DComp Unlocker mod with OpenGlass, as OpenGlass already has this feature built-in.
## Dependencies and References
### [Banner for OpenGlass](https://github.com/ALTaleX531/OpenGlass/discussions/11)
Provided by [@aubymori](https://github.com/aubymori)
Wallpaper: [metalheart jawn](https://www.deviantart.com/kfh83/art/metalheart-jawn-2-1068250045) #2 by [@kfh83](https://github.com/kfh83)
### [Microsoft Research Detours Package](https://github.com/microsoft/Detours)
Detours is a software package for monitoring and instrumenting API calls on Windows.
### [VC-LTL - An elegant way to compile lighter binaries.](https://github.com/Chuyu-Team/VC-LTL5)
Expand Down

0 comments on commit 6e0fc37

Please sign in to comment.