From 88add6bd1d8707c6fbf7c7d438f98d33bc92048d Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 18 Apr 2020 13:17:45 +0100 Subject: 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. --- modules/user/devhell/profiles/services.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') 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 ''; }; }; -- cgit 1.4.1