-
-
Notifications
You must be signed in to change notification settings - Fork 8
LightDM
Mahdy Mirzade edited this page May 16, 2021
·
5 revisions
LightDM is a cross-desktop display manager.
I use lightdm-gtk-greeter as my greeter.
Using Pacman
$ pacman -S lightdm lightdm-gtk-greeter
Using dot.sh
$ ./dot.sh i lightdm
If you used pacman:
$ ./dot.sh c lightdm
If you used dot.sh:
No need for extra config, it will install config files within the last command.
Main configuration of lightdm. Changing a variable to activate greeter:
#greeter-session=example-gtk-gnome
=>
greeter-session=lightdm-gtk-greeter
Main configuration of lightdm greeter. Set greeter's configuration title:
[greeter]
Set greeter's background:
background = /usr/share/pixmaps/lightdm.background.png
Set greeter's theme, icons, font:
theme-name = Dracula
icon-theme-name = Dracula
font-name = Hack Reqular 9
Set greeter's login box position:
position = 2%,start -4%,end
Set greeter's login box profile:
default-user-image = /usr/share/pixmaps/archlinux-logo.png
This file is a part of github.com/mahdymirzade/dotfiles.
Made with <3 by Mahdy Mirzade