LockScreen: add ! after Welcome back user

This commit is contained in:
lysec
2025-10-09 15:44:37 +02:00
parent b713c1b812
commit 1386920a3f
+1 -1
View File
@@ -329,7 +329,7 @@ Loader {
// Welcome back + Username on one line
NText {
text: I18n.tr("lock-screen.welcome-back") + " " + Quickshell.env("USER")
text: I18n.tr("lock-screen.welcome-back") + " " + Quickshell.env("USER") + "!"
pointSize: Style.fontSizeXXXL * scaling
font.weight: Font.Medium
color: Color.mOnSurface