Skip to content

ohidurbappy/windows-theme-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows theme switcher

This program will appear on the system tray and help switch the taskbar theme on windows.

Preview

Preview

How to use:

Option 1: Use the binary

Download the 'Windows.Theme.Switcher.exe' from the release section. Put it in "c:" or any other drive. Now run it. That's it. It will automatically start with windows.

OS: Windows 10, 11

Download

Option 2: Build it yourself

Install the necessary dependencies

go install github.com/tc-hib/go-winres@latest

To build run:

./build.sh

That's it.