caoyue / WindowResizer

Save and restore your windows size and position with hotkeys
MIT License
189 stars 11 forks source link

Unreadable icon on dark taskbar #47

Closed apawelec closed 1 year ago

apawelec commented 1 year ago

When displaying on dark taskbar (default win10 settings), default icon is quite unreadable - is there any way to change it? If not, I'll appreciate if you consider add option to change it.

obraz

apawelec commented 1 year ago

Hey @caoyue I've just check yours commit - thanks for quick action, I appreciate it :). If I understand it correctly, it will use icon based on system theme, not application one:

obraz

which is really nice. I've got similar problem with KDE Connect (first icon on second row), that seems to check application theme, and to fix it I had to create batch script that first changes application theme to dark (by set registry key), then launch KDE Connect and then switch back to light theme 🙈

Cheers.