Small change in LockScreen
This commit is contained in:
parent
89d0551f3e
commit
4d8cf2207d
3 changed files with 7 additions and 5 deletions
|
|
@ -48,6 +48,8 @@ Loader {
|
||||||
property string password: ""
|
property string password: ""
|
||||||
property bool pamAvailable: typeof PamContext !== "undefined"
|
property bool pamAvailable: typeof PamContext !== "undefined"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function unlockAttempt() {
|
function unlockAttempt() {
|
||||||
Logger.log("LockScreen", "Unlock attempt started")
|
Logger.log("LockScreen", "Unlock attempt started")
|
||||||
|
|
||||||
|
|
@ -626,7 +628,7 @@ Loader {
|
||||||
spacing: Style.marginM * scaling
|
spacing: Style.marginM * scaling
|
||||||
|
|
||||||
NText {
|
NText {
|
||||||
text: "root@noctalia:~$"
|
text: Quickshell.env("USER") + "@noctalia:~$"
|
||||||
color: Color.mPrimary
|
color: Color.mPrimary
|
||||||
font.family: Settings.data.ui.fontFixed
|
font.family: Settings.data.ui.fontFixed
|
||||||
font.pointSize: Style.fontSizeL * scaling
|
font.pointSize: Style.fontSizeL * scaling
|
||||||
|
|
@ -664,7 +666,7 @@ Loader {
|
||||||
spacing: Style.marginM * scaling
|
spacing: Style.marginM * scaling
|
||||||
|
|
||||||
NText {
|
NText {
|
||||||
text: "root@noctalia:~$"
|
text: Quickshell.env("USER") + "@noctalia:~$"
|
||||||
color: Color.mPrimary
|
color: Color.mPrimary
|
||||||
font.family: Settings.data.ui.fontFixed
|
font.family: Settings.data.ui.fontFixed
|
||||||
font.pointSize: Style.fontSizeL * scaling
|
font.pointSize: Style.fontSizeL * scaling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue