improved fonts with standardized names

This commit is contained in:
Aly Raffauf 2024-04-28 09:46:06 -04:00
parent 99663c79ba
commit c8f4db5e0e
7 changed files with 8 additions and 7 deletions

View file

@ -22,7 +22,7 @@
};
font = {
normal = {
family = "NotoSansM Nerd Font";
family = "NotoSansMNerdFont";
style = "Regular";
};
size = 11;

View file

@ -19,9 +19,10 @@
enable = true;
settings = {
main = {
font = "NotoSansM Nerd Font Regular";
font = "NotoSansMNerdFont-Regular";
icon-theme = "Papirus-Dark";
layer = "overlay";
width = 50;
terminal = "${pkgs.alacritty}/bin/alacritty -e";
};
border = {width = 2;};

View file

@ -11,7 +11,7 @@
xdg.configFile."swaylock/config".text = ''
ignore-empty-password
font="Noto SansM Nerd Font Regular"
font="NotoSansMNerdFont-Regular"
color=303446
image=${config.xdg.dataHome}/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg

View file

@ -1,7 +1,7 @@
* {
border: none;
border-radius: 0;
font-family: "NotoSansM Nerd Font";
font-family: "NotoSansMNerdFont";
font-size: 14px;
font-weight: 600;
}

View file

@ -175,7 +175,7 @@
# mouseWarping = "container";
};
fonts = {
names = ["Noto SansM Nerd Font"];
names = ["NotoSansNerdFont"];
style = "Bold";
size = 12.0;
};

View file

@ -46,7 +46,7 @@
};
font = {
name = "NotoSans Nerd Font Regular";
name = "NotoSansNerdFont-Regular";
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
size = 11;
};

View file

@ -32,7 +32,7 @@
accent = "mauve";
};
font.name = "NotoSans Nerd Font Regular";
font.name = "NotoSansNerdFont-Regular";
font.package = pkgs.nerdfonts.override {fonts = ["Noto"];};
cursorTheme.package = pkgs.catppuccin-cursors.frappeDark;