diff --git a/stow/.config/matugen/config.toml b/stow/.config/matugen/config.toml index 49f806c..5d28341 100644 --- a/stow/.config/matugen/config.toml +++ b/stow/.config/matugen/config.toml @@ -3,6 +3,9 @@ command = "swww" arguments = ["img", "--transition-type", "center"] set = true +[config.custom_keywords] +font = "ComicShannsMono Nerd Font" + [templates.waybar] input_path = './templates/colors.css' output_path = '~/.config/waybar/colors.css' diff --git a/stow/.config/matugen/templates/colors.css b/stow/.config/matugen/templates/colors.css index f246856..222a58c 100644 --- a/stow/.config/matugen/templates/colors.css +++ b/stow/.config/matugen/templates/colors.css @@ -2,6 +2,11 @@ * Css Colors * Generated with Matugen */ + +* { + font-family: {{ custom.font }}; +} + <* for name, value in colors *> @define-color {{name}} {{value.default.hex}}; <* endfor *> diff --git a/stow/.config/waybar/style.css b/stow/.config/waybar/style.css index 6af8a07..ee1892e 100644 --- a/stow/.config/waybar/style.css +++ b/stow/.config/waybar/style.css @@ -2,7 +2,7 @@ * { /* `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; border-radius: 10px; transition-duration: 0.5s;