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; draw_bold_text_with_bright_colors = true;
}; };
font = { font = {
normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; }; normal = { family = "NotoSansM Nerd Font"; style = "Regular"; };
size = 10; size = 10;
}; };
selection.save_to_clipboard = true; selection.save_to_clipboard = true;

View file

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

View file

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