From a4d138deefca86c6c344b567107e323a2bdb3fe1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 16:14:45 -0400 Subject: [PATCH] hyprland: changed all fonts to NotoSansM Nerd Fonts --- home/alacritty/default.nix | 4 ++-- home/fuzzel/default.nix | 2 +- home/mako/default.nix | 4 ++-- home/waybar/waybar.css | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/alacritty/default.nix b/home/alacritty/default.nix index 311f553f..5ca0eabd 100644 --- a/home/alacritty/default.nix +++ b/home/alacritty/default.nix @@ -12,8 +12,8 @@ draw_bold_text_with_bright_colors = true; }; font = { - normal = { family = "DroidSansM Nerd Font Mono"; style = "Regular"; }; - size = 11; + normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; }; + size = 10; }; selection.save_to_clipboard = true; window = { diff --git a/home/fuzzel/default.nix b/home/fuzzel/default.nix index 6ef8df28..5f762225 100644 --- a/home/fuzzel/default.nix +++ b/home/fuzzel/default.nix @@ -5,7 +5,7 @@ enable = true; settings = { main = { - font = "Noto Nerd Font Sans Mono"; + font = "NotoSansM Nerd Font"; icon-theme = "breeze"; layer = "overlay"; terminal = "${pkgs.alacritty}/bin/alacritty -e"; diff --git a/home/mako/default.nix b/home/mako/default.nix index 46d56622..fabd294e 100644 --- a/home/mako/default.nix +++ b/home/mako/default.nix @@ -3,8 +3,8 @@ { services.mako = { enable = true; - font = "DroidSansM Nerd Font Mono 11"; - backgroundColor = "#00000080"; + font = "NotoSansM Nerd Font 10"; + backgroundColor = "#00000099"; textColor = "#FFFFFF"; borderRadius = 10; defaultTimeout = 10000; diff --git a/home/waybar/waybar.css b/home/waybar/waybar.css index f418560e..d84c369c 100644 --- a/home/waybar/waybar.css +++ b/home/waybar/waybar.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: "Noto Nerd Font Sans Mono"; + font-family: "NotoSansM Nerd Font"; font-size: 14px; } window#waybar {