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
+70-17Lines changed: 70 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
</div>
21
21
22
22
#### List of all templates
23
+
23
24
-[Hyprland](#hyprland)
24
25
-[Hyprlock](#hyprlock)
25
26
-[Waybar](#waybar)
@@ -32,11 +33,13 @@
32
33
-[Qt (qt5, qt6)](#qt)
33
34
-[Alacritty](#alacritty)
34
35
-[Starship](#starship)
35
-
-[Midnight-Discord](#midnight-discord)
36
+
-[MidnightDiscord](#midnight-discord)
36
37
-[Pywalfox](#pywalfox)
37
38
38
39
### Hyprland
39
-
Copy the [hyprland-colors.conf]() template and add it to the matugen config.
40
+
41
+
Copy the [hyprland-colors.conf](https://github.com/InioX/matugen-themes/blob/main/templates/midnight-discord.css) template and add it to the matugen config.
42
+
40
43
```toml
41
44
[config]
42
45
# ...
@@ -48,7 +51,8 @@ post_hook = 'hyprctl reload'
48
51
```
49
52
50
53
Then, add this line to the top of your `~/.config/hypr/hyprland.conf` file
51
-
```
54
+
55
+
```conf
52
56
source = colors.conf
53
57
```
54
58
@@ -57,7 +61,9 @@ The theme will now be applied after you reload hyprland.
57
61
> To reload hyprland you can either quit the current session and enter it again, or you can run `hyprctl reload` which instantly reloads your config.
58
62
59
63
### Hyprlock
60
-
Hyprlock uses the same color format as Hyprland so we can use `hyprland-colors.css`, if you didn't make the template above, Copy the [hyprland-colors.conf]() template and add it to the matugen config.
64
+
65
+
Hyprlock uses the same color format as Hyprland so we can use `hyprland-colors.css`, if you didn't make the template above, Copy the [hyprland-colors.conf](https://github.com/InioX/matugen-themes/blob/main/templates/hyprland-colors.conf) template and add it to the matugen config.
0 commit comments