ALTaleX531 / OpenGlass

Aero Glass For Windows 10/11
GNU General Public License v3.0
218 stars 11 forks source link

legacy help #63

Open alexanderpowerplays opened 1 week ago

alexanderpowerplays commented 1 week ago

i was wondering how to set the legacy branch to the windows 7 style rather than the windows 10 style since i cant seem to figure out how to change it

DAPOPOBEFASTONYOAZZ commented 1 week ago

Need more information... Please provide more information about your desired goal so we can help you.

alexanderpowerplays commented 1 week ago

when I install it, it makes the windows 10 ui become see through

but I'm trying to figure out how to make it look like windows 7's frutiger aero like in this picture Aero_Example.png

DAPOPOBEFASTONYOAZZ commented 1 week ago

Installing OpenGlass does not automatically install any Windows Aero themes, all it does is re-implement functions in the code to draw blur in window borders again.

If you want to get a Windows Aero theme there are several steps you must take. You will first need to install a theme patcher. I use UltraUXThemePatcher.

Next, you'll need to download a Windows Aero theme. One of the best and most accurate to use is: https://www.deviantart.com/vaporvance/art/Aero10-for-Windows-10-1903-22H2-909711949.

You'll need to know how to install a theme into Windows from there.

If you want to change your colors or other settings, I recommend using WinPaletter to begin, but you also need to be familiar with editing the registry. I've attached my WinPaletter themes you need to first apply for the default color choices included in Windows Vista and Windows 7 - it uses Windows 8's default color as a fallback for any Windows 10 menus, but you can change this if you'd like. You can either choose from one of the standard color choices, or you can choose one of the "Transparency Disabled" choices. "Transparency Disabled" choices will adjust the colors to look exactly as if you turned off the transparency setting in the Windows Vista or Windows 7 control panel. This is not the same effect as Windows Vista when you maximize a window and the maximized window becomes opaque and darkens the color, it is only accurate to the Windows Vista colors when referring to any non-maximized windows.

After applying a theme, then you'll need to use the registry editor to further tweak settings to give it an accurate appearance. I also included my reference that shows each key's hex value that you'll need to adjust to get the accurate effect of each default color choice that you choose. A few notes:

You will also need StartIsBack to restore the classic taskbar with the Windows 7 taskbar, start menu and start button as well if you have not already. You need to make any color adjustments to the taskbar through StartIsBack after applying a WinPaletter theme. These settings are also included in my text reference file as the RGBA settings, A being the transparency value for your start menu and taskbar.

To tie it together, you will need to install AeroWindowManager, or AWM, to adjust the size of the window control buttons. You can download it from another Github repository. Installation instructions are included on the Github page. However, settings for Windows Vista or Windows 7 sized buttons are not included. I also included my reference file that gives an accurate representation of the button sizes from Windows Vista, which buttons are slightly smaller, to Windows 7, which buttons are slightly bigger than Windows Vista. It shows the values that you need to change to get the look you want.

Registry colors: registry colors.txt Registry colors (transparency disabled): registry colors - transparency disabled.txt WinPaletter themes (these files are compatible with version 1.0.9.3): WinPaletter Themes.zip AWM Reference File: AWM Settings.txt

alexanderpowerplays commented 6 days ago

ah, thank you for the detailed explanation

if I need help or have any questions, I'll go ahead and leave a comment with anything I need help with or any questions I have

DAPOPOBEFASTONYOAZZ commented 4 days ago

You're welcome and sounds good! If I resolved your question, please be sure to mark this case as closed since it is solved.