diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-11-16 02:03:22 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-11-16 02:03:22 +0300 |
commit | 09133f24797fcf2bee98194b2e5a18e8c3d308e4 (patch) | |
tree | fabefd4bffc3296a2379be3921e651a325d29e0f /system/lightdm | |
parent | 6a12499bb120789bd0576b79833383fc9b4f493e (diff) | |
download | swayrice-09133f24797fcf2bee98194b2e5a18e8c3d308e4.tar.gz swayrice-09133f24797fcf2bee98194b2e5a18e8c3d308e4.zip |
moved most fonts from user to system, changed greeter appearance
Diffstat (limited to 'system/lightdm')
-rw-r--r-- | system/lightdm/lightdm-mini-greeter.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/lightdm/lightdm-mini-greeter.conf b/system/lightdm/lightdm-mini-greeter.conf index c99d2b7..c7da6d6 100644 --- a/system/lightdm/lightdm-mini-greeter.conf +++ b/system/lightdm/lightdm-mini-greeter.conf @@ -30,22 +30,22 @@ suspend-key = u # RGB color(`rgb(r,g,b)`) are all acceptable formats. # The font to use for all text -font = "monospace" +font = "BlexMono Nerd Font Mono" # The font size to use for all text font-size = 1em # The default text color -text-color = "#080800" +text-color = "#e5e9f0" # The color of the error text -error-color = "#F8F8F0" +error-color = "#b73030" # An absolute path to an optional background image. # The image will be displayed centered & unscaled. background-image = "" # The screen's background color. -background-color = "#111111" +background-color = "#1b1e25" # The password window's background color -window-color = "#cc241d" +window-color = "#2d333f" # The color of the password window's border -border-color = "#080800" +border-color = "#3b4252" # The width of the password window's border. # A trailing `px` is required. border-width = 2px @@ -53,6 +53,6 @@ border-width = 2px # Do not include a trailing `px`. layout-space = 15 # The color of the text in the password input. -password-color = "#F8F8F0" +password-color = "#e5e9f0" # The background color of the password input. -password-background-color = "#1B1D1E" +password-background-color = "#1b1e25" |