diff --git a/quickshell/modules/lockscreen/LockscreenContent.qml b/quickshell/modules/lockscreen/LockscreenContent.qml index 4d74d16..792ef86 100644 --- a/quickshell/modules/lockscreen/LockscreenContent.qml +++ b/quickshell/modules/lockscreen/LockscreenContent.qml @@ -165,7 +165,7 @@ Item { // Avatar Icon / Initial Badge Text { anchors.centerIn: parent - text: LockscreenService.username ? LockscreenService.username.charAt(0).toUpperCase() : "🔒" + text: LockscreenService.username ? LockscreenService.username.charAt(0).toUpperCase() : "U" color: Theme.accent font.pixelSize: 42 font.weight: Font.Bold @@ -230,13 +230,6 @@ Item { Layout.fillWidth: true spacing: 12 - // Lock Icon - Text { - text: "🔒" - font.pixelSize: 18 - Layout.alignment: Qt.AlignVCenter - } - // Password Visual Placeholder / Input Area Rectangle { Layout.fillWidth: true