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

Feature request in Windows11_Metro10 #112

Open
RobertHaerle opened this issue Nov 20, 2024 · 5 comments
Open

Feature request in Windows11_Metro10 #112

RobertHaerle opened this issue Nov 20, 2024 · 5 comments

Comments

@RobertHaerle
Copy link

As I user with many pinned apps I'd like to have small icons. The name below each pic is not required as I know my most common apps. If there is no way to customize them one by one I'd be happy with a inherited style. Thanks in advance!

@bbmaster123
Copy link
Collaborator

bbmaster123 commented Nov 20, 2024

good morning,
just to clarify, you'd like some of your pinned apps to not have text? Or all pinned apps with no text, but the apps list with text?
and you want to shrink the icons too?
let me know!

@RobertHaerle
Copy link
Author

RobertHaerle commented Nov 20, 2024 via email

@bbmaster123
Copy link
Collaborator

ah I understand! no problem I'll try to make that for you :)
also happy to teach how to do it yourself if you'd like!

@bbmaster123
Copy link
Collaborator

@RobertHaerle
sorry for the delay

Paste this into the mod's advanced tab in the mod settings box

{
  "theme": "Windows11_Metro10",
  "controlStyles[0].target": "TextBlock#DisplayName",
  "controlStyles[0].styles[0]": "Visibility=Collapsed",
  "controlStyles[1].target": "Windows.UI.Xaml.Controls.Image#Logo",
  "controlStyles[1].styles[0]": "Height=24",
  "controlStyles[1].styles[1]": "Width=24",
  "controlStyles[1].styles[2]": "Margin=0,14,0,-14",
  "controlStyles[2].target": "Grid#LogosContainer",
  "controlStyles[2].styles[0]": "Margin=0,20,0,-20",
  "controlStyles[2].styles[1]": "Height=24",
  "controlStyles[2].styles[2]": "Width=24",
  "controlStyles[3].target": "Microsoft.UI.Xaml.Controls.ItemsRepeater#LogosRepeater > Grid",
  "controlStyles[3].styles[0]": "Height=8",
  "controlStyles[3].styles[1]": "Width=8",
  "controlStyles[4].target": "Grid#LogoContainer",
  "controlStyles[4].styles[0]": "MinHeight=24",
  "controlStyles[4].styles[1]": "MinWidth=24"
}

Let me know if it needs any further adjustments, it looks like this right now:

image

cheers!

@RobertHaerle
Copy link
Author

RobertHaerle commented Nov 28, 2024 via email

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