mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Replace KDE logo with Shift brand icon
Three white circles on dark background. Replaces start-here-kde in the dock home button and the phone navigation bar.
This commit is contained in:
parent
f07c56716a
commit
8a4087bf96
5 changed files with 23 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ plasma_install_package(lookandfeel org.kde.breeze.mobile look-and-feel lookandfe
|
||||||
plasma_install_package(shell org.kde.plasma.mobileshell shells)
|
plasma_install_package(shell org.kde.plasma.mobileshell shells)
|
||||||
|
|
||||||
add_subdirectory(bin)
|
add_subdirectory(bin)
|
||||||
|
add_subdirectory(icons)
|
||||||
add_subdirectory(components)
|
add_subdirectory(components)
|
||||||
add_subdirectory(containments)
|
add_subdirectory(containments)
|
||||||
add_subdirectory(devices)
|
add_subdirectory(devices)
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@ MouseArea {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: Math.min(parent.width, parent.height) * 0.75
|
width: Math.min(parent.width, parent.height) * 0.75
|
||||||
height: width
|
height: width
|
||||||
source: "start-here-kde"
|
source: "start-here-shift"
|
||||||
active: homeMouseArea.containsMouse
|
active: homeMouseArea.containsMouse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ MobileShell.NavigationPanel {
|
||||||
id: homeAction
|
id: homeAction
|
||||||
|
|
||||||
enabled: true
|
enabled: true
|
||||||
iconSource: "start-here-kde"
|
iconSource: "start-here-shift"
|
||||||
|
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
MobileShellState.ShellDBusClient.openHomeScreen();
|
MobileShellState.ShellDBusClient.openHomeScreen();
|
||||||
|
|
|
||||||
10
icons/CMakeLists.txt
Normal file
10
icons/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# SPDX-FileCopyrightText: 2026 Marco Allegretti
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
include(ECMInstallIcons)
|
||||||
|
|
||||||
|
ecm_install_icons(
|
||||||
|
ICONS sc-places-start-here-shift.svg
|
||||||
|
DESTINATION ${KDE_INSTALL_ICONDIR}
|
||||||
|
THEME hicolor
|
||||||
|
)
|
||||||
10
icons/sc-places-start-here-shift.svg
Normal file
10
icons/sc-places-start-here-shift.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<!-- top-left circle -->
|
||||||
|
<circle cx="16" cy="16" r="16" fill="#FBFBFB"/>
|
||||||
|
<circle cx="16" cy="16" r="5.4" fill="#31363B"/>
|
||||||
|
<!-- bottom-left circle -->
|
||||||
|
<circle cx="16" cy="80" r="16" fill="#FBFBFB"/>
|
||||||
|
<circle cx="16" cy="80" r="7.5" fill="#31363B"/>
|
||||||
|
<!-- right circle -->
|
||||||
|
<circle cx="80" cy="48" r="16" fill="#FBFBFB"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 401 B |
Loading…
Reference in a new issue