aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/templates/etc/lightdm
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-12 08:46:43 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-12 08:46:43 -0400
commit01516b1b99694124173300b6e74b46fb5b121998 (patch)
treefc25efdfac7e6a8e36fa1e934dbfddee9059ed44 /roles/linux_desktop/templates/etc/lightdm
parent3f41f3f08ab3558eecaaaf97694f5b7268440809 (diff)
downloadselfhosted-01516b1b99694124173300b6e74b46fb5b121998.tar.gz
selfhosted-01516b1b99694124173300b6e74b46fb5b121998.zip
set font for lightdm greeter
Diffstat (limited to 'roles/linux_desktop/templates/etc/lightdm')
-rw-r--r--roles/linux_desktop/templates/etc/lightdm/lightdm-gtk-greeter.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/linux_desktop/templates/etc/lightdm/lightdm-gtk-greeter.conf.j2 b/roles/linux_desktop/templates/etc/lightdm/lightdm-gtk-greeter.conf.j2
index f0b5c99..63c08ab 100644
--- a/roles/linux_desktop/templates/etc/lightdm/lightdm-gtk-greeter.conf.j2
+++ b/roles/linux_desktop/templates/etc/lightdm/lightdm-gtk-greeter.conf.j2
@@ -4,7 +4,7 @@ theme-name = {{ linux_desktop_lightdm_gtk_theme }}
icon-theme-name = {{ linux_desktop_lightdm_icon_theme }}
cursor-theme-name = {{ linux_desktop_lightdm_cursor_theme }}
cursor-theme-size = 16
-font-name = Sans 9
+font-name = {{ linux_desktop_lightdm_font_name }}
xft-rgba = rgb
xft-hintstyle = hintfull
hide-user-image = true