1) Dropping a png image to the /usr/share/sddm/themes/breeze-slider/components/artwork/

2) and adding the url to the action button:
Code:
ActionButton {
iconSource: "/usr/share/sddm/themes/breeze-slider/components/artwork/search-red-icon.png"
text: i18nd("plasma_lookandfeel_org.kde.lookandfeel","Different User")
onClicked: mainStack.push(userPromptComponent)
enabled: true
visible: !userListComponent.showUsernamePrompt
}










Leave a comment: