Rebranding logo

add temporary Ouroboros logo, thanks Lenny for vectorizing

change logo file names

Desktop file now includes proper exec using the app binary name

fix genicons for use with libicns
This commit is contained in:
swirl
2021-12-31 16:36:59 -05:00
parent 541e2f0d8d
commit 3f3c5ea247
16 changed files with 47 additions and 298 deletions

View File

@ -1148,7 +1148,7 @@ void Application::setIconTheme(const QString& name)
QIcon Application::getThemedIcon(const QString& name)
{
if(name == "logo") {
return QIcon(":/logo.svg");
return QIcon(":/polymc.svg");
}
return XdgIcon::fromTheme(name);
}