mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
improved fonts with standardized names
This commit is contained in:
parent
99663c79ba
commit
c8f4db5e0e
|
@ -22,7 +22,7 @@
|
|||
};
|
||||
font = {
|
||||
normal = {
|
||||
family = "NotoSansM Nerd Font";
|
||||
family = "NotoSansMNerdFont";
|
||||
style = "Regular";
|
||||
};
|
||||
size = 11;
|
||||
|
|
|
@ -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;};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "NotoSansM Nerd Font";
|
||||
font-family: "NotoSansMNerdFont";
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
# mouseWarping = "container";
|
||||
};
|
||||
fonts = {
|
||||
names = ["Noto SansM Nerd Font"];
|
||||
names = ["NotoSansNerdFont"];
|
||||
style = "Bold";
|
||||
size = 12.0;
|
||||
};
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
};
|
||||
|
||||
font = {
|
||||
name = "NotoSans Nerd Font Regular";
|
||||
name = "NotoSansNerdFont-Regular";
|
||||
package = pkgs.nerdfonts.override {fonts = ["Noto"];};
|
||||
size = 11;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue