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 = { font = {
normal = { normal = {
family = "NotoSansM Nerd Font"; family = "NotoSansMNerdFont";
style = "Regular"; style = "Regular";
}; };
size = 11; size = 11;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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