forked from nico/dots
matugen: add custom font variable
This commit is contained in:
parent
2b198297e3
commit
338adb8d25
3 changed files with 9 additions and 1 deletions
|
|
@ -3,6 +3,9 @@ command = "swww"
|
||||||
arguments = ["img", "--transition-type", "center"]
|
arguments = ["img", "--transition-type", "center"]
|
||||||
set = true
|
set = true
|
||||||
|
|
||||||
|
[config.custom_keywords]
|
||||||
|
font = "ComicShannsMono Nerd Font"
|
||||||
|
|
||||||
[templates.waybar]
|
[templates.waybar]
|
||||||
input_path = './templates/colors.css'
|
input_path = './templates/colors.css'
|
||||||
output_path = '~/.config/waybar/colors.css'
|
output_path = '~/.config/waybar/colors.css'
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,11 @@
|
||||||
* Css Colors
|
* Css Colors
|
||||||
* Generated with Matugen
|
* Generated with Matugen
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: {{ custom.font }};
|
||||||
|
}
|
||||||
|
|
||||||
<* for name, value in colors *>
|
<* for name, value in colors *>
|
||||||
@define-color {{name}} {{value.default.hex}};
|
@define-color {{name}} {{value.default.hex}};
|
||||||
<* endfor *>
|
<* endfor *>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: ComicShannsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
/* font-family: ComicShannsMono Nerd Font, FontAwesome, Roboto, Helvetica, Arial, sans-serif;*/
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue