Skip to content

Commit

Permalink
📝 post-install: add steps for lightdm greeter
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Aug 30, 2023
1 parent 03fc498 commit 6ff54cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Linux_Post_Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@ See more @ https://github.com/manilarome/lightdm-webkit2-theme-glorious

```bash
# Set default lightdm greeter to lightdm-webkit2-greeter
sudo sed -i 's/^\(#?greeter\)-session\s*=\s*\(.*\)/greeter-session = lightdm-webkit2-greeter #\1/ #\2g' /etc/lightdm/lightdm.conf
sudo vim /etc/lightdm/lightdm.conf
```
```conf
[Seat:*]
greeter-session=lightdm-webkit2-greeter
```
```bash
# Set default lightdm-webkit2-greeter theme to Glorious
sudo sed -i 's/^webkit_theme\s*=\s*\(.*\)/webkit_theme = glorious #\1/g' /etc/lightdm/lightdm-webkit2-greeter.conf
sudo sed -i 's/^debug_mode\s*=\s*\(.*\)/debug_mode = true #\1/g' /etc/lightdm/lightdm-webkit2-greeter.conf
Expand Down

0 comments on commit 6ff54cc

Please sign in to comment.