SUMMARY I personally think that the breeze theme for the sddm is really great, except one small thing. The white border around the avatar. To remove it I use sed but the gist is: `property var colorBorder: transparent` instead of the default. Here is the command. > sudo sed -i 's/property\ var\ colorBorder\:\ PlasmaCore.ColorScope.textColor/property\ var\ colorBorder\:\ transparent/g' /usr/share/sddm/themes/breeze/components/UserDelegate.qml /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml Operating System: KDE neon 5.14 KDE Plasma Version: 5.14.3 Qt Version: 5.11.2 KDE Frameworks Version: 5.51.0
I understand how it might looks better without it sometimes but we can't remove it because the login screen then becomes inconsistent with the lock and logout screens. The border also serves the purpose of contrasting the avatar against the background.