Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.16 KB

File metadata and controls

54 lines (44 loc) · 2.16 KB

Unified theme for Windows 11 Notification Center Styler

Author: SandTechStuff

Calendar
Quick actions

Theme selection

The theme is integrated into the mod, and can be simply selected from the mod's settings:

  • Open the Windows 11 Notification Center 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 Notification Center Styler mod in Windhawk.
  • Go to the "Advanced" tab.
  • Copy the content below to the text box under "Mod settings" and click "Save".
Content to import (click to expand)
{
"controlStyles[0].target":"ActionCenter.FocusSessionControl",
"controlStyles[0].styles[0]":"Height=0",
"controlStyles[1].target":"Windows.UI.Xaml.Controls.Grid#ControlCenterRegion",
"controlStyles[1].styles[0]":"CornerRadius=0",
"controlStyles[2].target":"Windows.UI.Xaml.Controls.Grid#CalendarCenterGrid",
"controlStyles[2].styles[0]":"CornerRadius=0",
"controlStyles[2].styles[1]":"Margin=0,0,0,12",
"controlStyles[2].styles[2]":"BorderThickness=1,0,1,1",
"controlStyles[3].target":"Windows.UI.Xaml.Controls.Grid#NotificationCenterGrid",
"controlStyles[3].styles[0]":"CornerRadius=0",
"controlStyles[3].styles[1]":"BorderThickness=1,1,1,0",
"controlStyles[4].target":"Windows.UI.Xaml.Controls.CalendarViewDayItem",
"controlStyles[4].styles[0]":"CornerRadius=0",
"controlStyles[4].styles[1]":"Margin=1,1,1,1",
"controlStyles[5].target":"Windows.UI.Xaml.Controls.CalendarViewDayItem > Windows.UI.Xaml.Controls.Border",
"controlStyles[5].styles[0]":"CornerRadius=3",
"controlStyles[6].target":"Windows.UI.Xaml.Controls.Grid#MediaTransportControlsRegion",
"controlStyles[6].styles[0]":"CornerRadius=0",
"controlStyles[6].styles[1]":"BorderThickness=1,1,1,0",
"controlStyles[6].styles[2]":"Margin=0,0,0,0",
"controlStyles[7].target":"QuickActions.ControlCenter.FrameWithContentChanged#L2Frame",
"controlStyles[7].styles[0]":"CornerRadius=0"
}