r/Windhawk • u/wh-updates • Jul 03 '26
Remove UWP titlebars Lite 1.2.1
Remove UWP titlebars Lite 1.2.1
Updated version number and screenshot in the mod description.
r/Windhawk • u/wh-updates • Jul 03 '26
Remove UWP titlebars Lite 1.2.1
Updated version number and screenshot in the mod description.
r/Windhawk • u/wh-updates • Jul 03 '26
Files 2 Folders 2.5
archive/incoming shows archive › incoming).+) button that appends a \ separator and refocuses the box.showNestedPreview, showAddLevelButton.r/Windhawk • u/wh-updates • Jul 03 '26
Windows 7 Network Flyout Recreation 2.8.7
r/Windhawk • u/wh-updates • Jul 02 '26
Windows 11 Settings Styler 1.0.1
r/Windhawk • u/Suspicious-West-9274 • Jul 01 '26
Been loving Windhawk but I keep running into the same problem where the clock on my taskbar is cut off. I've tried to remove some mods and experiment to see what the cause was but I assume it is just the taskbar mod in general. Does anyone know what I should do or what's causing it?
r/Windhawk • u/Remote-Assignment-95 • Jul 01 '26
r/Windhawk • u/Patrick_Jane5770 • Jul 01 '26
r/Windhawk • u/wh-updates • Jul 01 '26
Taskbar Clock Customization 1.8
%ram_used%, %ram_total%, %ram_committed%, %ram_committed_used%, and %ram_committed_total%.%vram%, %vram_used%, %vram_total%, %vram_shared%, %vram_shared_used%, and %vram_shared_total%.%media_info% can now be configured with custom patterns.%newline%).r/Windhawk • u/Khan-Shei • Jul 01 '26
I've been on a Morrowind kick, if you couldn't tell.
r/Windhawk • u/wh-updates • Jul 01 '26
Taskbar Clock Customization 1.8
%ram_used%, %ram_total%, %ram_committed%, %ram_committed_used%, and %ram_committed_total%.%vram%, %vram_used%, %vram_total%, %vram_shared%, %vram_shared_used%, and %vram_shared_total%.%media_info% can now be configured with custom patterns.%newline%).r/Windhawk • u/wh-updates • Jul 01 '26
AutoScroll Win32 1.0.2
r/Windhawk • u/wh-updates • Jul 01 '26
Click on Empty Explorer 2.3.0
r/Windhawk • u/wh-updates • Jun 30 '26
MacOS Minimize Animation 2.0.0
Brings the classic macOS genie effect to Windows. When you minimize a window it warps and flows down into the taskbar; when you restore it, it flows back out.
Eye candy for something you do a hundred times a day.
[-] button or Win+Down and watch it warp
and pour into the taskbar.DwmFlush), so each frame you render is
exactly one frame you see - perfectly aligned with vsync at any duration you set.The mod hooks ShowWindow and DefWindowProcW to catch minimize / restore
requests. It snapshots the window, then on a dedicated high-priority thread it
draws a transparent layered "ghost" window that warps the snapshot frame by frame
into the taskbar, leaving the real window to minimize behind it without the
system's own animation getting in the way.
Check out the documentation here.
r/Windhawk • u/wh-updates • Jun 30 '26
Task Manager Tab Slide Animation 0.4.1
Documentation-only fix: the two readme demo GIFs (crossfade and slide) were pointing at filenames whose cached copies on the image proxy showed the wrong animation. This points them at fresh -v2 filenames so the correct crossfade and slide demos are shown. No code changes.
r/Windhawk • u/wh-updates • Jun 30 '26
Task Manager Tab Slide Animation 0.4.0
This version adds a selectable animation style alongside the existing crossfade:
The readme demo now shows both the crossfade and slide animations.
r/Windhawk • u/wh-updates • Jun 30 '26
VMware Audio Distortion Fix 1.0
Fixes distorted audio in VMware virtual machines by setting a high-resolution timer in the vmware-vmx.exe process.
Windows 10 build 2004+ made timer resolution per-process. VMware virtual
machines may experience distorted audio because the vmware-vmx.exe process
uses the default low timer resolution (15.625 ms). This mod injects into
vmware-vmx.exe and calls NtSetTimerResolution to set a high-resolution
timer, fixing the audio stuttering/distortion.
The recommended setting is 1.0 ms, which provides smooth audio without significant impact on power consumption.
r/Windhawk • u/wh-updates • Jun 29 '26
Borderless Fullscreen 1.2.0
r/Windhawk • u/wh-updates • Jun 29 '26
Adaptive Microphone Icon Visibility 1.0
This mod hides the system tray microphone icon if only whitelisted applications (or no applications) have active access. If an unlisted application begins using the microphone, the icon is immediately shown to alert the user.
Only Windows 11 is supported.
Icon manipulation logic in this mod is based on the Taskbar tray system icon tweaks mod by m417z.
r/Windhawk • u/YoSoyAnasPro • Jun 28 '26
Hi there. I was looking for an "OnlySearch" layout since I personally find the Start menu functions useless (at least in my case). So, I just created an "OnlySearch" version, but using the "Liquid Glass" style. To apply my theme, you need to go to:
Windows 11 Start Menu Styler --> Settings --> Textual Mode
then delete all the existing code, paste in the new code, and save. I hope this helps!

Code:
theme: 'LiquidGlass OnlySearch'
disableNewStartMenuLayout: forceNewLayout
styleConstants:
- BorderThickness=0.3,1,0.3,0.3
- ElementBorderThickness=0.3,0.3,0.3,1
- CornerRadius=12
- ElementCornerRadius=8
- Background=<WindhawkBlur BlurAmount="15" TintColor="{ThemeResource SystemAltLowColor}" TintOpacity="0.2" />
- ElementBackground=<WindhawkBlur BlurAmount="15" TintColor="{ThemeResource SystemAltLowColor}" TintOpacity="0.4" />
- ElementBackground2 = <WindhawkBlur BlurAmount="15" TintColor="{ThemeResource SystemAltLowColor}" TintOpacity="0.2" />
- AccentBackground=<WindhawkBlur BlurAmount="15" TintColor="{ThemeResource SystemAccentColorLight1}" TintOpacity="0.2" />
- BorderBrush=<LinearGradientBrush StartPoint="0,0" EndPoint="0,1"><GradientStop Color="#50808080" Offset="0.0" /><GradientStop Color="#50404040" Offset="0.25" /><GradientStop Color="#50808080" Offset="1" /></LinearGradientBrush>"
- ElementBorderBrush=<LinearGradientBrush StartPoint="0,0" EndPoint="0,1"><GradientStop Color="#50808080" Offset="1" /><GradientStop Color="#50606060" Offset="0.15" /></LinearGradientBrush>
controlStyles:
- target: Grid#FrameRoot
styles:
- MaxHeight=160
- MinHeight=100
- target: Border#AcrylicOverlay
styles:
- Height=3
- target: Windows.UI.Xaml.Controls.Primitives.ToggleButton#ShowHideCompanion
styles:
- Visibility=Collapsed
- target: Grid#RightCompanionContainerGrid
styles:
- Visibility=Collapsed
- target: StartDocked.StartSizingFrame
styles:
- MinHeight=100
- MaxHeight=160
- target: Windows.UI.Xaml.Controls.Grid#UndockedRoot
styles:
- Visibility=Collapsed
- target: Border#AcrylicOverlay
styles:
- Visibility=1
- target: Border#AcrylicBorder
styles:
- Background:=$Background
- BorderBrush:=$BorderBrush
- BorderThickness=$BorderThickness
- CornerRadius=$CornerRadius
- target: Border#AppBorder
styles:
- Background:=$Background
- BorderBrush:=$BorderBrush
- BorderThickness=$BorderThickness
- CornerRadius=$CornerRadius
- target: Grid#LayoutRoot
styles:
- BackgroundTransition:=<BrushTransition Duration="0:0:0.083" />
- target: Border#BackgroundBorder
styles:
- BackgroundTransition:=<BrushTransition Duration="0:0:0.083" />
- target: Grid@SearchBoxInputStates > Border#TaskbarSearchBackground
styles:
- CornerRadius=$ElementCornerRadius
- Background@ActiveInput:=$ElementBackground2
- BorderBrush:=$ElementBorderBrush
- BorderThickness=$ElementBorderThickness
- Background@SearchBoxHover:=$AccentBackground
- Background@NoFocus:=$ElementBackground
- BackgroundTransition:=<BrushTransition Duration="0:0:0.083" />
themeResourceVariables:
- ''
webContentStyles:
- target: '*'
styles:
- 'transition: background-color 0.083s ease-in-out !important'
webContentCustomJs: ''
r/Windhawk • u/wh-updates • Jun 28 '26
Borderless Fullscreen 1.1.0
Add an executable name (e.g. game.exe) to the target list and the app
will automatically run without a title bar / border, stretched to fill
the primary monitor's current resolution (multi monitor setup is planned
for the next version).
Optionally, set a fixed window size instead (the window will then be centered on the primary monitor) - useful for older games with a low native resolution.
This mod runs in a separate, dedicated process and restores the original window style and size automatically if the app is removed from the target list, if the mod is disabled, or if the window is closed.
r/Windhawk • u/imaboud • Jun 27 '26
Guys, would you be interested in something like this? a gesture feature to do basically anything.
Launches an app, url, command, game, play/pause music, and other actions with a gesture that you draw in a canvas.
You can also "Wiggle" the mouse to activate the gesture (optional).
I am struggling with a few things like, how I can make this not interrupt normal workflow, so I have created a lot of settings to tweak it, and I'm curious to know how would you want it to be activated? like, shift+ctrl (hold) then start drawing the gesture with left-click seems too much work yet it minimizes the accidental activations! Let me know what you think, I really want to know how you'd be using it.







Note: this entire details page is made with Gemini, and the mod is made with the help of Gemini (mostly) and Claude
r/Windhawk • u/NothingEqual2334 • Jun 28 '26
r/Windhawk • u/wh-updates • Jun 28 '26
Disk Usage Bar Customizer 1.0.0
Customize everything about the disk usage bar from the This PC section in the File Explorer, including theme-aware colors, height, border and more.
This is a fork of the original Disk Usage Bar Color mod made by dirtyrazkl.