Skip to content

Commit c628cba

Browse files
authored
Fix broken liks and format markdown
1 parent 2fae45c commit c628cba

1 file changed

Lines changed: 70 additions & 17 deletions

File tree

README.md

Lines changed: 70 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</div>
2121

2222
#### List of all templates
23+
2324
- [Hyprland](#hyprland)
2425
- [Hyprlock](#hyprlock)
2526
- [Waybar](#waybar)
@@ -32,11 +33,13 @@
3233
- [Qt (qt5, qt6)](#qt)
3334
- [Alacritty](#alacritty)
3435
- [Starship](#starship)
35-
- [Midnight-Discord](#midnight-discord)
36+
- [Midnight Discord](#midnight-discord)
3637
- [Pywalfox](#pywalfox)
3738

3839
### 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+
4043
```toml
4144
[config]
4245
# ...
@@ -48,7 +51,8 @@ post_hook = 'hyprctl reload'
4851
```
4952

5053
Then, add this line to the top of your `~/.config/hypr/hyprland.conf` file
51-
```
54+
55+
```conf
5256
source = colors.conf
5357
```
5458

@@ -57,7 +61,9 @@ The theme will now be applied after you reload hyprland.
5761
> 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.
5862
5963
### 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.
66+
6167
```toml
6268
[config]
6369
# ...
@@ -68,12 +74,14 @@ output_path = '~/.config/hypr/colors.conf'
6874
```
6975

7076
Then, add this line to the top of your `~/.config/hypr/hyprlock.conf` file
71-
```
77+
78+
```conf
7279
source = colors.conf
7380
```
7481

7582
Configuration Example (`hyprlock.conf`):
76-
```
83+
84+
```conf
7785
source = colors.conf
7886
background {
7987
path = $image # This variable contains the image you selected with matugen
@@ -85,7 +93,9 @@ label {
8593
```
8694

8795
### Waybar
96+
8897
Copy the [colors.css](https://github.com/InioX/matugen-themes/blob/main/templates/colors.css) template and add it to the matugen config.
98+
8999
```toml
90100
[config]
91101
# ...
@@ -97,19 +107,23 @@ post_hook = 'pkill -SIGUSR2 waybar'
97107
```
98108

99109
Then, add this line to the top of your `~/.config/waybar/style.css` file
100-
```
110+
111+
```css
101112
@import "colors.css";
102113
```
103114

104115
You can now use all the color variables inside the file.
116+
105117
```css
106118
* {
107119
background-color: @primary_container;
108120
}
109121
```
110122

111123
### Kitty
124+
112125
Copy the [kitty-colors.conf](https://github.com/InioX/matugen-themes/blob/main/templates/kitty-colors.conf) template and add it to the matugen config.
126+
113127
```toml
114128
[config]
115129
# ...
@@ -121,13 +135,15 @@ post_hook = 'pkill -SIGUSR1 kitty'
121135
```
122136

123137
Then, add this line to the bottom of your `~/.config/kitty/kitty.conf`
124-
```
138+
139+
```conf
125140
include colors.conf
126141
```
127142

128143
The theme will now be applied after you reload kitty.
129144

130145
### GTK
146+
131147
```toml
132148
[config]
133149
# ...
@@ -142,11 +158,13 @@ output_path = '~/.config/gtk-4.0/colors.css'
142158
```
143159

144160
Then, add this line to the top of your `~/.config/gtk-3.0/gtk.css` and `~/.config/gtk-4.0/gtk.css`
161+
145162
```css
146163
@import 'colors.css';
147164
```
148165

149166
### Sway
167+
150168
```toml
151169
[config]
152170
# ...
@@ -158,11 +176,13 @@ post_hook = 'swaymsg reload'
158176
```
159177

160178
Then, add this line to your `~/.config/sway/config`
161-
```
179+
180+
```conf
162181
include colors.conf
163182
```
164183

165184
### wlogout
185+
166186
```toml
167187
[config]
168188
# ...
@@ -173,88 +193,120 @@ output_path = '~/.config/wlogout/colors.css'
173193
```
174194

175195
Then, add this line to the top of your `~/.config/wlogout/style.css`
176-
```
196+
197+
```css
177198
@import "colors.css";
178199
```
179200

180201
You can now use all the color variables inside the file.
202+
181203
```css
182204
* {
183205
background-color: @primary_container;
184206
}
185207
```
186208

187209
### Rofi
210+
188211
```toml
189212
[config]
213+
# ...
190214

191215
[templates.rofi]
192216
input_path = 'path/to/template'
193217
output_path = '~/.config/rofi/colors.rasi'
194218
```
195219

196220
Then, add this line to the top of your `~/.config/rofi/config.rasi`
197-
```
221+
222+
```rasi
198223
@import "colors.rasi";
199224
```
200225

201226
You can now use all the color variables inside of the `config.rasi`.
227+
202228
```css
203229
* {
204230
background-color: @primary-container;
205231
}
206232
```
207233

208234
### dunst
235+
209236
```toml
210237
[config]
238+
# ...
211239

212240
[templates.dunst]
213241
input_path = 'path/to/template'
214242
output_path = '~/.config/dunst/dunstrc'
215243
```
216244

217245
### qt
246+
218247
Change `5` to `6` for qt6ct
248+
219249
```toml
220250
[config]
251+
# ...
221252

222253
[templates.qt5ct]
223254
input_path = 'path/to/template'
224255
output_path = '~/.config/qt5ct/colors/matugen.conf'
225256
```
257+
226258
Then, add these two lines to the top of your `~/.config/qt5ct/qt5ct.conf`
227-
```
259+
260+
```conf
228261
[Appearance]
229262
color_scheme_path=yourusername/.config/qt5ct/colors/matugen.conf
230263
custom_palette=true
231264
```
232265

233266
### Alacritty
267+
234268
```toml
235269
[config]
270+
# ...
236271

237272
[templates.alacritty]
238273
input_path = 'path/to/template'
239274
output_path = '~/.config/alacritty/colors.toml'
240275
```
276+
241277
Then, add this line to your `~/.config/alacritty/alacritty.toml`
242-
```
278+
279+
```toml
243280
import = ["colors.toml"]
244281
```
245282

246283
### Starship
284+
247285
```toml
248286
[config]
287+
# ...
249288

250289
[templates.starship]
251290
input_path = 'path/to/template'
252291
output_path = '~/.config/starship.toml'
253292
```
254293

294+
### Midnight discord
295+
296+
```toml
297+
[config]
298+
# ...
299+
300+
[templates.discord]
301+
input_path = "./templates/discord.css"
302+
output_path = "~/.config/Vencord/themes/matugen.css"
303+
```
304+
255305
### Pywalfox
306+
256307
```toml
257308
[config]
309+
# ...
258310

259311
[templates.pywalfox]
260312
input_path = 'path/to/template'
@@ -263,16 +315,17 @@ post_hook = 'pywalfox update'
263315
```
264316

265317
> [!NOTE]
266-
> Add the [Pywalfox plugin](https://addons.mozilla.org/en-US/firefox/addon/pywalfox/) to firefox / thunderbird. <br>
267-
> Dependencies: [pywalfox](https://github.com/frewacom/pywalfox) <br>
318+
> Add the [Pywalfox plugin](https://addons.mozilla.org/en-US/firefox/addon/pywalfox/) to firefox / thunderbird.
319+
>
320+
> Dependencies: [pywalfox](https://github.com/frewacom/pywalfox)
321+
>
268322
> Install:
323+
>
269324
> - Arch (AUR): `yay -S python-pywalfox`
270325
> - GNU/Linux, MacOS, Windows: [Follow Instructions](https://github.com/frewacom/pywalfox?tab=readme-ov-file#-installation)
271326
272-
273327
That's it!
274328

275-
276329
<h2 class="acknowledgements">
277330
<sub>
278331
<img src="https://github.com/InioX/dotfiles/assets/81521595/353caef1-d2bd-4a10-a709-c64b35465e65"

0 commit comments

Comments
 (0)