summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/display-managers
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-14 08:38:23 -0400
committerGitHub <noreply@github.com>2020-04-14 08:38:23 -0400
commite4c5e68fca3bd06b854536ef580dc05945b27a42 (patch)
treec496909c359f19fb65d05aeb9bc3d8288771a5a6 /nixos/modules/services/x11/display-managers
parenta6e85bd6c2a2657b21e9382710386c2e0ed78984 (diff)
parentf0619d27a31bb0a944860e8d31d5501b234c539b (diff)
Merge pull request #84255 from prikhi/lightdm-mini-greeter-040
lightdm-mini-greeter: 0.3.4 -> 0.4.0
Diffstat (limited to 'nixos/modules/services/x11/display-managers')
-rw-r--r--nixos/modules/services/x11/display-managers/lightdm-greeters/mini.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/display-managers/lightdm-greeters/mini.nix b/nixos/modules/services/x11/display-managers/lightdm-greeters/mini.nix
index 0025f9b36037..16d7fdf15cf6 100644
--- a/nixos/modules/services/x11/display-managers/lightdm-greeters/mini.nix
+++ b/nixos/modules/services/x11/display-managers/lightdm-greeters/mini.nix
@@ -14,7 +14,9 @@ let
user = ${cfg.user}
show-password-label = true
password-label-text = Password:
+ invalid-password-text = Invalid Password
show-input-cursor = true
+ password-alignment = right
[greeter-hotkeys]
mod-key = meta
@@ -26,6 +28,8 @@ let
[greeter-theme]
font = Sans
font-size = 1em
+ font-weight = bold
+ font-style = normal
text-color = "#080800"
error-color = "#F8F8F0"
background-image = "${ldmcfg.background}"
@@ -36,6 +40,8 @@ let
layout-space = 15
password-color = "#F8F8F0"
password-background-color = "#1B1D1E"
+ password-border-color = "#080800"
+ password-border-width = 2px
${cfg.extraConfig}
'';