Add lightdm slick greeter
This commit is contained in:
parent
d8e587acf1
commit
16ce468f57
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
with_items:
|
with_items:
|
||||||
- 'grub-customizer'
|
- 'grub-customizer'
|
||||||
- 'grub2-theme-archlinux'
|
- 'grub2-theme-archlinux'
|
||||||
|
- 'lightdm'
|
||||||
|
- 'lightdm-slick-greeter'
|
||||||
|
|
||||||
- service:
|
- service:
|
||||||
name: "lightdm"
|
name: "lightdm"
|
||||||
|
@ -16,3 +18,11 @@
|
||||||
- modprobe:
|
- modprobe:
|
||||||
name: pcspkr
|
name: pcspkr
|
||||||
state: absent
|
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
|
||||||
|
|
Loading…
Reference in a new issue