Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

ALTaleX531/ClippedTB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClippedTB

ClippedTB

Add margins, rounded corners as clip region to your taskbars!

Most importantly, it is anti-aliased!

  • Compatible with RoundedTB!
  • Compatible with TranslucentTB!
  • Compatible with TranslucentFlyouts!
  • Compatible with StartAllBack!
  • Compatible with ExplorerPatcher!

image

To use

The simplest way to use ClippedTB is by simply entering margins and corner radius.

  • Margins - controls how many pixels to remove from each side of the taskbar, creating a margin around it that you can see but cannot click through.
  • Corner Radius - adjusts how round the corners of the taskbar should be.

Known issues

  • The auto-hide taskbar cannot be perfectly clipped when a UWP goes into its full-screen mode.
  • Restart dwm will possibly crash ClippedTB when you recently have added/removed monitors

Limitations

  • Cannot split taskbars
  • Cannot adjust hittest retangles
  • Only accept one clip region

Dependencies and References

Detours is a software package for monitoring and instrumenting API calls on Windows.

VC-LTL is an open source CRT library based on the MS VCRT that reduce program binary size and say goodbye to Microsoft runtime DLLs, such as msvcr120.dll, api-ms-win-crt-time-l1-1-0.dll and other dependencies.

The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.