diff --git a/resources.qrc b/resources.qrc
index ad8118fc5..d9085f22b 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -137,5 +137,6 @@
data/images/lastfm-icon.png
data/sql/dbmigrate-27_to_28.sql
data/images/process-stop.png
+ data/icons/tomahawk-icon-128x128-grayscale.png
diff --git a/src/tomahawktrayicon.cpp b/src/tomahawktrayicon.cpp
index b8d927ec2..2ef75067c 100644
--- a/src/tomahawktrayicon.cpp
+++ b/src/tomahawktrayicon.cpp
@@ -35,7 +35,7 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
, m_currentAnimationFrame( 0 )
, m_showWindowAction( 0 )
{
- QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
+ QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
setIcon( icon );
refreshToolTip();