@@ -24,24 +24,26 @@ Please make sure you don't have an ancient version of these.
24
24
25
25
1 . Install it. You can get the theme by cloning this repo or by installing it from ` AUR ` using ` makepkg ` or an AUR helper like ` yay ` .
26
26
27
- + AUR route.
27
+ + AUR route.
28
28
29
- ```
30
- # AUR Helper
31
- $ yay -Syu lightdm-webkit2-theme-glorious
29
+ ```
30
+ # AUR Helper
31
+ $ yay -Syu lightdm-webkit2-theme-glorious
32
32
33
- # Makepkg route
34
- $ git clone https://aur.archlinux.org/lightdm-webkit2-theme-glorious.git
35
- $ cd lightdm-webkit2-theme-glorious
36
- $ makepkg -sri
37
- ```
33
+ # Makepkg route
34
+ $ git clone https://aur.archlinux.org/lightdm-webkit2-theme-glorious.git
35
+ $ cd lightdm-webkit2-theme-glorious
36
+ $ makepkg -sri
37
+ ```
38
38
39
- + Clone the repo route.
39
+ + Clone the repo route.
40
40
41
- ```
42
- $ git clone --depth 1 https://github.com/manilarome/lightdm-webkit2-theme-glorious
43
- # cp lightdm-webkit2-theme-glorious /usr/share/lightdm-webkit/themes/glorious -r
44
- ```
41
+ 1. Download and extract the latest stable release from [here](https://github.com/manilarome/lightdm-webkit2-theme-glorious/releases).
42
+ 2. Copy it to the lightdm-webkit theme folder:
43
+
44
+ ```
45
+ # cp -r lightdm-webkit2-theme-glorious /usr/share/lightdm-webkit/themes/glorious
46
+ ```
45
47
46
48
3 . Set lightdm greeter session to webkit2.
47
49
@@ -89,10 +91,10 @@ The default modifier is <kbd>Alt</kbd>. You can change it in the settings.
89
91
90
92
### Customization and Settings
91
93
92
- + Color settings supports ` #RGB ` , ` #RRGGBB ` , and ` #RRGGBBAA ` .
93
- + Blur strength settings only allows integer with ` px ` suffix.
94
+ + Color customization supports ` #RGB ` , ` #RRGGBB ` , and ` #RRGGBBAA ` .
95
+ + Blur strength settings only allows an integer with ` px ` suffix.
94
96
+ Animation speed supports ` s ` and ` ms ` .
95
- + Background image selection. Selection supports randomness.
97
+ + Background image selection. Supports randomness.
96
98
97
99
### Changing clock mode
98
100
0 commit comments