--- a/lookandfeel/sddm-theme/theme.conf.cmake +++ b/lookandfeel/sddm-theme/theme.conf.cmake @@ -1,8 +1,8 @@ [General] -showlogo=hidden -logo=${KDE_INSTALL_FULL_DATADIR}/sddm/themes/breeze/default-logo.svg +showlogo=shown +logo=/usr/share/design/current/icons/system-logo.png type=image -color=#1d99f3 +color=#0070aa fontSize=10 -background=${KDE_INSTALL_FULL_WALLPAPERDIR}/Next/contents/images/5120x2880.png +background=/usr/share/design/current/backgrounds/xdm.png needsFullUserModel=false --- a/lookandfeel/org.kde.breeze/contents/splash/Splash.qml +++ b/lookandfeel/org.kde.breeze/contents/splash/Splash.qml @@ -25,6 +25,13 @@ Rectangle { property int stage + Image { + height: parent.height + width: parent.width + source: "/usr/share/design/current/backgrounds/default.png" + fillMode: Image.PreserveAspectCrop + } + onStageChanged: { if (stage == 2) { introAnimation.running = true; --- a/lookandfeel/org.kde.breeze/contents/logout/Logout.qml +++ b/lookandfeel/org.kde.breeze/contents/logout/Logout.qml @@ -92,7 +92,13 @@ PlasmaCore.ColorScope { anchors.fill: parent //use "black" because this is intended to look like a general darkening of the scene. a dark gray as normal background would just look too "washed out" color: root.isLightColor(PlasmaCore.ColorScope.backgroundColor) ? PlasmaCore.ColorScope.backgroundColor : "black" - opacity: 0.5 + opacity: 0.3 + Image { + height: parent.height + width: parent.width + source: "/usr/share/design/current/backgrounds/default.png" + fillMode: Image.PreserveAspectCrop + } } MouseArea { anchors.fill: parent #--- a/lookandfeel/contents/userswitcher/UserSwitcher.qml #+++ b/lookandfeel/contents/userswitcher/UserSwitcher.qml #@@ -41,6 +41,12 @@ PlasmaCore.ColorScope { # anchors.fill: parent # color: PlasmaCore.ColorScope.backgroundColor # opacity: 0.5 #+ Image { #+ height: parent.height #+ width: parent.width #+ source: "/usr/share/design/current/backgrounds/default.png" #+ fillMode: Image.PreserveAspectCrop #+ } # } # # SessionsModel { #