TrayLight is a simple, lightweight, portable utility for Windows that gives you the ability to toggle the system theme in one click using a tray icon. You can make a simple configuration in the menu right in the tray.
- Run
TrayLight.exe(the icon in the tray will appear). - Left-click on the icon to toggle the theme.
- Right-click to change settings.
- Toggle light and dark mode in one click.
- Easily add the program to startup.
- Choose between toggling the theme for apps only or for apps and the system.
windres resources.rc -o resources.o && clang main.c resources.o -o TrayLight.exe "-Wl,--gc-sections" -lole32 -luuid -mwindows -s -Os && del resources.o