From 8dbb1e9323ce3d85fc16cc17a5d171f1b6d9976a Mon Sep 17 00:00:00 2001 From: "manuel.maier" Date: Fri, 24 Jul 2026 15:44:38 +0200 Subject: [PATCH] =?UTF-8?q?Windhawk/windows-11-taskbar-styler=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windhawk/windows-11-taskbar-styler | 70 ++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Windhawk/windows-11-taskbar-styler diff --git a/Windhawk/windows-11-taskbar-styler b/Windhawk/windows-11-taskbar-styler new file mode 100644 index 0000000..f5ea986 --- /dev/null +++ b/Windhawk/windows-11-taskbar-styler @@ -0,0 +1,70 @@ +theme: Borderless +styleConstants: + - TaskbarFrameWidth=1200 +controlStyles: + - target: ScrollViewer > ScrollContentPresenter > Border > Grid + styles: + - ColumnDefinitions:= + - HorizontalAlignment=Stretch + - target: Taskbar.TaskbarFrame + styles: + - Grid.Column=1 + - Width=$TaskbarFrameWidth + - Margin=0 + - MaxWidth=$TaskbarFrameWidth + - target: SystemTray.SystemTrayFrame + styles: + - Grid.Column=1 + - Width=Auto + - HorizontalAlignment=Right + - Height=40 + - VerticalAlignment=Center + - target: Taskbar.TaskbarFrame > Windows.UI.Xaml.Controls.Grid#RootGrid > Taskbar.TaskbarBackground#BackgroundControl + styles: + - CornerRadius=8 + - Margin=0,2,0,2 + - target: Windows.UI.Xaml.Shapes.Rectangle#BackgroundStroke + styles: + - Visibility=Collapsed + - target: Microsoft.UI.Xaml.Controls.ItemsRepeater#TaskbarFrameRepeater + styles: + - Margin=0,4,0,4 + - target: Windows.UI.Xaml.Controls.Border#OverflowFlyoutBackgroundBorder + styles: + - Shadow:= + - BorderThickness:= + - target: Windows.UI.Xaml.Controls.Grid#ConfirmatorMainGrid + styles: + - Shadow:= + - BorderThickness:= + - target: Taskbar.OverflowToggleButton#OverflowButton > Taskbar.TaskListButtonPanel#OverflowToggleButtonRootPanel > Windows.UI.Xaml.Controls.FontIcon#FontIcon > Windows.UI.Xaml.Controls.Grid > Windows.UI.Xaml.Controls.TextBlock + styles: + - Text= + - target: Windows.UI.Xaml.Shapes.Rectangle#MostRecentlyUsedDivider + styles: + - Height=32 + - Width=2 + - target: Windows.UI.Xaml.Shapes.Rectangle#LeftOverflowButtonDivider + styles: + - Visibility=Collapsed + - target: Windows.UI.Xaml.Shapes.Rectangle#RightOverflowButtonDivider + styles: + - Visibility=Collapsed + - target: Microsoft.UI.Xaml.Controls.ItemsRepeater#OverflowFlyoutListRepeater + styles: + - Height=48 + - target: WindowsInternal.ComposableShell.Experiences.TextInput.Common.InputSwitcher > ContentControl > ContentPresenter > Grid > Grid + styles: + - Background:= + - target: WindowsInternal.ComposableShell.Experiences.TextInput.Common.InputSwitcher > ContentControl > ContentPresenter > Grid + styles: + - Margin=390,0,574,12 + - Shadow:= + - BorderThickness:= + - target: Windows.UI.Xaml.Controls.Border#HoverFlyoutBackground + styles: + - Shadow:= +themeResourceVariables: + - '' +clickThroughTaskbar: 0 +xamlDiagnosticsHandling: ''