-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 21996 Start menu and Search Styles #148
Open
milesprower2293
wants to merge
11
commits into
ramensoftware:main
Choose a base branch
from
milesprower2293:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+101
−0
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3ddf109
Update README.md
milesprower2293 cf84b7f
Create README.md
milesprower2293 a2cfc9e
Update README.md
milesprower2293 7b38868
Update README.md
milesprower2293 61d0a2c
Add files via upload
milesprower2293 d7e00fd
Update README.md
milesprower2293 8b7356b
Add files via upload
milesprower2293 c311705
Update README.md
milesprower2293 38850a0
Update README.md
milesprower2293 1f710e7
Update README.md
milesprower2293 b466d82
Organized mod settings
milesprower2293 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
# 21996 Start & Search theme for Windows 11 Start Menu Styler | ||
|
||
This theme tries to recreate the design that the Windows 11 start menu and search menu had on early Windows 11 Builds | ||
which include: | ||
* Squared search box | ||
* no search box on the start menu | ||
* changed 'All' to 'All apps' like it was on older Windows 11 builds | ||
* Reverted the search icon back to the one from 22000 | ||
|
||
**Author**: [Tails](https://github.com/milesprower2293) | ||
|
||
![Screenshot](Start.png) | ||
![Screenshot](Search.png) | ||
|
||
## Theme selection | ||
|
||
The theme is integrated into the mod, and can be simply selected from the mod's | ||
settings: | ||
|
||
* Open the Windows 11 Start Menu Styler mod in Windhawk. | ||
* Go to the "Settings" tab. | ||
* Select the theme and save the settings. | ||
|
||
## Manual installation | ||
|
||
The theme styles can also be imported manually. To do that, follow these steps: | ||
|
||
* Open the Windows 11 Start Menu Styler mod in Windhawk. | ||
* Go to the "Advanced" tab. | ||
* Copy the content below to the text box under "Mod settings" and click "Save". | ||
|
||
<details> | ||
<summary>Content to import (click to expand)</summary> | ||
|
||
```json | ||
{ | ||
"controlStyles[0].target":"Border#TaskbarSearchBackground", | ||
"controlStyles[0].styles[0]":"CornerRadius=4", | ||
"controlStyles[0].styles[1]":"BorderThickness=0,0,0,0", | ||
"controlStyles[0].styles[2]":"Height=33", | ||
"controlStyles[0].styles[3]":"BorderBrush:=<SolidColorBrush Color=\"{ThemeResource ControlStrokeColorDefault}\"/>", | ||
"controlStyles[1].target":"StartDocked.SearchBoxToggleButton > Grid > ContentPresenter > TextBlock#PlaceholderText", | ||
"controlStyles[1].styles[0]":"Margin=0,0,0,2", | ||
"controlStyles[2].target":"StartDocked.SearchBoxToggleButton#StartMenuSearchBox > Grid > Border#BorderElement", | ||
"controlStyles[2].styles[0]":"BorderThickness=0,0,0,2", | ||
"controlStyles[2].styles[1]":"BorderBrush:=<SolidColorBrush Color=\"{ThemeResource SystemAccentColorLight1}\"/>", | ||
"controlStyles[3].target":"StartDocked.SearchBoxToggleButton > Grid > FontIcon > Grid > TextBlock", | ||
"controlStyles[3].styles[0]":"Foreground:=<SolidColorBrush Color=\"gray\" />", | ||
"controlStyles[3].styles[1]":"Margin=0,0,0,1", | ||
"controlStyles[3].styles[2]":"Transform3D:=<CompositeTransform3D RotationY=\"180\" TranslateX=\"16\" />", | ||
"controlStyles[4].target":"Microsoft.UI.Xaml.Controls.AnimatedIcon#SearchIconPlayer", | ||
"controlStyles[4].styles[0]":"Visibility=1", | ||
"controlStyles[4].styles[1]":"FlowDirection=1", | ||
"controlStyles[4].styles[2]":"Transform3D:=<CompositeTransform3D RotationY=\"180\" TranslateX=\"16\" />", | ||
"controlStyles[5].target":"FontIcon#SearchBoxOnTaskbarSearchGlyph", | ||
"controlStyles[5].styles[0]":"Visibility=0", | ||
"controlStyles[5].styles[1]":"Foreground:=<SolidColorBrush Color=\"gray\" />", | ||
"controlStyles[5].styles[2]":"FlowDirection=1", | ||
"controlStyles[5].styles[3]":"FontFamily=Segoe Fluent Icons", | ||
"controlStyles[5].styles[4]":"RequestedTheme=1", | ||
"controlStyles[5].styles[5]":"Transform3D:=<CompositeTransform3D RotationY=\"180\" TranslateX=\"23\" TranslateY=\"0.5\" />", | ||
"controlStyles[5].styles[6]":"FontSize=17", | ||
"controlStyles[6].target":"StartDocked.SearchBoxToggleButton#StartMenuSearchBox > Grid", | ||
"controlStyles[6].styles[0]":"BorderBrush:=<SolidColorBrush Color=\"{ThemeResource ControlStrokeColorDefault}\"/>", | ||
"controlStyles[6].styles[1]":"BorderThickness=1,1,1,0","controlStyles[6].styles[2]":"CornerRadius=4", | ||
"controlStyles[7].target":"Cortana.UI.Views.RichSearchBoxControl#SearchBoxControl > Grid#RootGrid", | ||
"controlStyles[7].styles[0]":"CornerRadius=4", | ||
"controlStyles[7].styles[1]":"BorderBrush:=<SolidColorBrush Color=\"{ThemeResource SystemAccentColorLight1}\" />", | ||
"controlStyles[7].styles[2]":"BorderThickness=2,2,2,2", | ||
"controlStyles[7].styles[3]":"Margin=-2,-0,0,-2", | ||
"controlStyles[8].target":"StartDocked.SearchBoxToggleButton", | ||
"controlStyles[8].styles[0]":"CornerRadius=4", | ||
"controlStyles[8].styles[1]":"Height=40", | ||
"controlStyles[9].target":"Windows.UI.Xaml.Controls.Grid#SearchBoxOnTaskbarGleamContainer", | ||
"controlStyles[9].styles[0]":"CornerRadius=4", | ||
"controlStyles[10].target":"Windows.UI.Xaml.Controls.Grid#SearchBoxOnTaskbarGleamImageContainer", | ||
"controlStyles[10].styles[0]":"CornerRadius=4", | ||
"controlStyles[10].styles[1]":"Transform3D:=<CompositeTransform3D TranslateX=\"1.8\" />", | ||
"controlStyles[11].target":"Windows.UI.Xaml.Controls.Image#SearchIconOff", | ||
"controlStyles[11].styles[0]":"Transform3D:=<CompositeTransform3D RotationY=\"180\" TranslateX=\"16\" TranslateY=\"-1\" />", | ||
"controlStyles[12].target":"Windows.UI.Xaml.Controls.Image#SearchIconOn", | ||
"controlStyles[12].styles[0]":"Transform3D:=<CompositeTransform3D RotationY=\"180\" TranslateX=\"16\" TranslateY=\"-1\" />", | ||
"controlStyles[13].target":"Windows.UI.Xaml.Controls.Button#ShowAllAppsButton > Windows.UI.Xaml.Controls.ContentPresenter#ContentPresenter > Windows.UI.Xaml.Controls.StackPanel > Windows.UI.Xaml.Controls.TextBlock#ShowAllAppsButtonText", | ||
"controlStyles[13].styles[0]":"Text=All apps", | ||
"controlStyles[14].target":"Windows.UI.Xaml.Controls.TextBlock#AllAppsHeading", | ||
"controlStyles[14].styles[0]":"Text=All apps", | ||
"controlStyles[15].target":"StartDocked.SearchBoxToggleButton", | ||
"controlStyles[15].styles[0]":"Height=0", | ||
"controlStyles[15].styles[1]":"Margin=0,0,0,24", | ||
"controlStyles[16].target":"StartDocked.LauncherFrame", | ||
"controlStyles[16].styles[0]":"Height=670", | ||
"controlStyles[17].target":"Windows.UI.Xaml.Controls.Grid#InnerContent", | ||
"controlStyles[17].styles[0]":"Margin=0,0,0,0", | ||
"controlStyles[18].target":"Cortana.UI.Views.HostedWebViewControl#QueryFormulationHostedWebView", | ||
"controlStyles[18].styles[0]":"Background:=<SolidColorBrush Color=\"{ThemeResource ControlStrokeColorDefault}\" Opacity=\"100\" />", | ||
"controlStyles[19].target":"Windows.UI.Xaml.Controls.Grid#QueryFormulationRoot", | ||
"controlStyles[19].styles[0]":"CornerRadius=10" | ||
} | ||
``` | ||
</details> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about adding some additional details about the changes in the theme, like you did for the taskbar theme?
Probably the most visible change is the hidden search bar in the start menu, what are the other main changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly the squared searchbox and the old 11 search icon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m417z did some small changes such as organizing the mod settings
b466d82