You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,25 +44,19 @@ Please make sure you don't have an ancient version of these.
44
44
45
45
### Installation
46
46
47
-
#### AUR
48
-
49
-
```
50
-
$ yay -S lightdm-webkit2-theme-glorious
51
-
```
52
-
53
-
#### Manual
54
-
55
47
0. If you're using `systemd`, make sure that `lightdm.service` or `lightdm-plymouth.service` is enabled and running. There's a bunch of guides on the internet. [Archwiki](https://wiki.archlinux.org/index.php/LightDM) is recommended.
56
48
57
-
1. Clone it.
49
+
1. Get the theme by cloning it or by installing it from `AUR`.
50
+
51
+
+**If you're using Archlinux**, you can install it using `makepkg` or by using an `AUR helper` like `yay`.
@@ -73,11 +67,13 @@ $ yay -S lightdm-webkit2-theme-glorious
73
67
# Find `greeter-session` under the `[Seat:*]` section, uncomment it, then set its value to `lightdm-webkit2-greeter`.
74
68
```
75
69
76
-
4. Set as lightdm webkit2 theme.
70
+
4. Set it as the lightdm webkit2 theme then enable `debug_mode` by setting it to `true`. Why do we need to enable it, you say? Sometimes you will be greeted by an error. And this error is due to a race condition. Where the theme is trying to access the `lightdm` object even though it doesn't exist *yet*. Debug mode will allow you to `right-click` and `reload` the greeter just like a webpage allowing you to log-in. I don't know how to fix this yet, so yeah, PRs welcome.
0 commit comments