Skip to content
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

can the theme like sidebyside without recommended or sidebysidemini with searchbar? #108

Open
NailaoFF opened this issue Nov 7, 2024 · 1 comment

Comments

@NailaoFF
Copy link

NailaoFF commented Nov 7, 2024

No description provided.

@SandTechStuff
Copy link
Contributor

For SideBySide without Recommended, you can use this:

{
	"theme":"SideBySide",
	"controlStyles[0].target":"Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsListHeader",
	"controlStyles[0].styles[0]":"Visibility=Collapsed",
	"controlStyles[1].target":"Windows.UI.Xaml.Controls.Grid#NoTopLevelSuggestionsText",
	"controlStyles[1].styles[0]":"Visibility=Collapsed",
	"controlStyles[2].target":"Windows.UI.Xaml.Controls.Grid#TopLevelSuggestionsContainer",
	"controlStyles[2].styles[0]":"Visibility=Collapsed",
	"controlStyles[3].target":"Windows.UI.Xaml.Controls.Grid#ShowMoreSuggestions",
	"controlStyles[3].styles[0]":"Visibility=Collapsed",
	"controlStyles[4].target":"StartMenu.PinnedList",
	"controlStyles[4].styles[0]":"Height=504"
}

For SideBySideMinimal with Searchbar you can use this:

{
	"theme":"SideBySideMinimal",
	"controlStyles[0].target":"StartDocked.SearchBoxToggleButton",
	"controlStyles[0].styles[0]":"Margin=32,1,32,31",
	"controlStyles[0].styles[1]":"Height=32",
	"controlStyles[0].styles[2]":"Width=Auto"
}

To import, copy and paste the configuration you want into the "Mod Settings" box in the advanced tab on the mod page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants