diff --git a/images/launcher.svg b/images/launchpad.svg similarity index 78% rename from images/launcher.svg rename to images/launchpad.svg index 00625b7..b01ba4c 100755 --- a/images/launcher.svg +++ b/images/launchpad.svg @@ -12,7 +12,7 @@ height="64" version="1.1" id="svg16" - sodipodi:docname="launcher.svg" + sodipodi:docname="qq.svg" inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> @@ -39,7 +39,7 @@ id="namedview18" showgrid="false" inkscape:zoom="11.484375" - inkscape:cx="32" + inkscape:cx="-2.1768707" inkscape:cy="32" inkscape:window-x="0" inkscape:window-y="35" @@ -99,89 +99,97 @@ id="rect13" /> - - - - - - - - - - - - - - - + id="g854" + transform="matrix(0.88888889,0,0,0.88888898,3.5555547,3.5555535)"> + + + + + + + + + diff --git a/images/rocket.svg b/images/rocket.svg new file mode 100644 index 0000000..5d35bb7 --- /dev/null +++ b/images/rocket.svg @@ -0,0 +1,107 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/resources.qrc b/resources.qrc index aedec86..be6a01b 100644 --- a/resources.qrc +++ b/resources.qrc @@ -3,6 +3,7 @@ qml/main.qml qml/DockItem.qml qml/AppItem.qml - images/launcher.svg + images/launchpad.svg + images/rocket.svg diff --git a/src/applicationmodel.cpp b/src/applicationmodel.cpp index e839152..fe37777 100644 --- a/src/applicationmodel.cpp +++ b/src/applicationmodel.cpp @@ -281,7 +281,7 @@ void ApplicationModel::initPinnedApplications() ApplicationItem *item = new ApplicationItem; item->id = "cutefish-launcher"; item->exec = "cutefish-launcher"; - item->iconName = "qrc:/images/launcher.svg"; + item->iconName = "qrc:/images/rocket.svg"; item->visibleName = tr("Launcher"); item->fixed = true; m_appItems.append(item);