hyprland: changed all fonts to NotoSansM Nerd Fonts

This commit is contained in:
Aly Raffauf 2024-03-24 16:14:45 -04:00
parent f4ccd95637
commit a4d138deef
4 changed files with 6 additions and 6 deletions

View file

@ -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 = {

View file

@ -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";

View file

@ -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;

View file

@ -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 {