about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-04-18 13:17:45 +0100
committerdevhell <devhell@mailfresser.de>2020-04-18 13:17:45 +0100
commit88add6bd1d8707c6fbf7c7d438f98d33bc92048d (patch)
tree4a7456599fb10c58ce9191a5bfe1f58c91eed0d0 /modules
parent4794a17af36d1da04edcc13e2366b7fe9b2bb192 (diff)
modules/services: Fix lightdm mini greeter border
Since the latest update to `0.4.0` `lightdm` has added some more
fine-grained options to how the greeter behaves. In this case it added a
border around the password input box which doesn't look nice, so I'm
making it vanish here.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/services.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 90a6d876..cf6e053e 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -56,11 +56,13 @@ in {
             password-label-text = ❯
             show-input-cursor = false
             [greeter-theme]
+            border-color = "#3B4252"
             text-color = "#4C566A"
             window-color = "#3B4252"
-            border-width = 0px
             layout-space = 5
             password-background-color = "#3B4252"
+            border-width = 0px
+            password-border-width = 0px
           '';
         };
       };