diff --git a/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-22.png b/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-22.png new file mode 100755 index 0000000..b4515d2 Binary files /dev/null and b/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-22.png differ diff --git a/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-32.png b/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-32.png new file mode 100755 index 0000000..0b20808 Binary files /dev/null and b/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning-32.png differ diff --git a/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning.png b/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning.png new file mode 100755 index 0000000..30ab791 Binary files /dev/null and b/Plasma/SDDM/sddm-theme-smod/Assets/dialog-warning.png differ diff --git a/Plasma/SDDM/sddm-theme-smod/Assets/warning.ico b/Plasma/SDDM/sddm-theme-smod/Assets/warning.ico new file mode 100644 index 0000000..e4b1c5e Binary files /dev/null and b/Plasma/SDDM/sddm-theme-smod/Assets/warning.ico differ diff --git a/Plasma/SDDM/sddm-theme-smod/Main.qml b/Plasma/SDDM/sddm-theme-smod/Main.qml index 084fcf6..fbdd5e2 100644 --- a/Plasma/SDDM/sddm-theme-smod/Main.qml +++ b/Plasma/SDDM/sddm-theme-smod/Main.qml @@ -592,10 +592,14 @@ Item anchors.horizontalCenter: parent.horizontalCenter anchors.topMargin: 2 visible: keystateSource.data["Caps Lock"]["Locked"] && password.visible - Kirigami.Icon { - source: "dialog-warning" - implicitHeight: 16 - implicitWidth: 16 + Image { + id: iconSmall + width: PlasmaCore.Units.iconSizes.small; + height: PlasmaCore.Units.iconSizes.small; + + source: "./Assets/dialog-warning.png" + sourceSize.width: iconSmall.width + sourceSize.height: iconSmall.height } QQC2.Label { id: notificationsLabel diff --git a/Plasma/SDDM/sddm-theme-smod/theme.conf b/Plasma/SDDM/sddm-theme-smod/theme.conf index 6c79f37..3b81f40 100644 --- a/Plasma/SDDM/sddm-theme-smod/theme.conf +++ b/Plasma/SDDM/sddm-theme-smod/theme.conf @@ -1,2 +1,3 @@ [General] background=Wallpaper1.jpg +icontheme=windowsicon