Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 973 Bytes

readme.md

File metadata and controls

48 lines (27 loc) · 973 Bytes

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.