hyprland: fixed fonts across mako and fuzzel

This commit is contained in:
Aly Raffauf 2024-03-25 17:30:27 -04:00
parent c27c0905e7
commit fbe3edb309
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
draw_bold_text_with_bright_colors = true;
};
font = {
normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; };
normal = { family = "NotoSansM Nerd Font"; style = "Regular"; };
size = 10;
};
selection.save_to_clipboard = true;

View file

@ -5,7 +5,7 @@
enable = true;
settings = {
main = {
font = "NotoSansM Nerd Font";
font = "NotoSansM Nerd Font Regular";
icon-theme = "Papirus-Dark";
layer = "overlay";
terminal = "${pkgs.alacritty}/bin/alacritty -e";

View file

@ -3,7 +3,7 @@
{
services.mako = {
enable = true;
font = "NotoSansM Nerd Font 10";
font = "NotoSans Nerd Font Regular 10";
backgroundColor = "#00000099";
textColor = "#FFFFFF";
borderRadius = 10;