Add lightdm slick greeter

This commit is contained in:
Jake Howard 2019-05-13 20:52:51 +01:00
parent d8e587acf1
commit 16ce468f57
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -8,6 +8,8 @@
with_items:
- 'grub-customizer'
- 'grub2-theme-archlinux'
- 'lightdm'
- 'lightdm-slick-greeter'
- service:
name: "lightdm"
@ -16,3 +18,11 @@
- modprobe:
name: pcspkr
state: absent
- name: Enable Slick greeter for lightdm
ini_file:
path: /etc/lightdm/lightdm.conf
section: "Seat:*"
option: greeter-session
value: lightdm-slick-greeter
mode: 0644