Replace Dell logo with Material Design monitor icon

- Add white monitor icon from Google Material Icons (desktop_windows)
- Works with Windows light/dark mode (white icon auto-inverts)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
David H. Friedel Jr. 2026-01-04 00:50:09 -05:00
parent b4690dc937
commit ab1b4c7c0e
3 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Startup="Application_Startup">
<Application.Resources>
<tb:TaskbarIcon x:Key="TrayIcon"
IconSource="/DellLogo.ico"
IconSource="/MonitorIcon.ico"
ToolTipText="Monitor Control"/>
</Application.Resources>
</Application>

View File

@ -27,10 +27,12 @@
<ItemGroup>
<None Remove="DellLogo.ico" />
<None Remove="MonitorIcon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="DellLogo.ico" />
<Resource Include="MonitorIcon.ico" />
</ItemGroup>
<ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB