Skip to content

A lightweight utility that makes the Windows taskbar translucent/transparent

Notifications You must be signed in to change notification settings

LabOfUni/TranslucentTB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TranslucentTB

A lightweight utility that makes the Windows taskbar translucent/transparent.

#Download You can download the program via the releases tab.

#Compile Want to compile yourself? My releases were compiled using the Microsoft Visual Studio build tools. You'll need Visual Studio first.

Open "Visual C++ 2015 x86 Native Build Tools Command Prompt" from the Start menu. Once you've cd'd into the code's directory, cd into the TranslucentTB folder and run cl main.cpp /Fe"TranslucentTb" /link /subsystem:windows user32.lib to create TranslucentTb.exe.

About

A lightweight utility that makes the Windows taskbar translucent/transparent

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.3%
  • C 21.7%