Skip to content

Instantly share code, notes, and snippets.

@Jaid
Created April 16, 2026 19:06
Show Gist options
  • Select an option

  • Save Jaid/8a4947448c37e59cd42d944ebb6ac54f to your computer and use it in GitHub Desktop.

Select an option

Save Jaid/8a4947448c37e59cd42d944ebb6ac54f to your computer and use it in GitHub Desktop.
my Windhawk task bar
TaskbarHeight: 36
IconSize: 32
controlStyles:
- target: Taskbar.TaskbarFrame > Grid#RootGrid > Taskbar.TaskbarBackground > Grid > Rectangle#BackgroundFill
styles:
- Fill=#000000
- target: Taskbar.TaskbarFrame > Grid#RootGrid > Taskbar.TaskbarBackground > Grid > Rectangle#BackgroundStroke
styles:
- Fill=#000000
- target: Taskbar.ExperienceToggleButton#LaunchListButton[AutomationProperties.AutomationId=StartButton]
styles:
# - Visibility=Collapsed
- Padding=0,0,0,0
- Margin=0,0,8,0
- target: Taskbar.TaskListLabeledButtonPanel#IconPanel > Rectangle#RunningIndicator
styles:
- VerticalAlignment=Top
- Height=2
- RadiusX=0
- RadiusY=0
- target: Taskbar.TaskListLabeledButtonPanel#IconPanel > Microsoft.UI.Xaml.Controls.ProgressBar#ProgressIndicator
styles:
- VerticalAlignment=Top
# - Height=2
- target: Taskbar.TaskListButtonPanel#ExperienceToggleButtonRootPanel
styles:
- Padding=0,0,0,0
- target: SystemTray.Stack#ShowDesktopStack
styles:
- Visibility=Collapsed
- target: Taskbar.TaskListButton#TaskListButton
styles:
- Padding=6,0,6,0
- target: Taskbar.TaskListButton#TaskListButton > Taskbar.TaskListLabeledButtonPanel > Image#Icon
styles:
- VerticalAlignment=Bottom
- Margin=0,0,0,1
- Width=32
- Height=32
- target: Taskbar.TaskListLabeledButtonPanel#IconPanel
styles:
- Padding=0,0,0,0
- target: Taskbar.TaskbarFrame
styles:
- Height=36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment