mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
improved fonts with standardized names
This commit is contained in:
parent
99663c79ba
commit
c8f4db5e0e
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
normal = {
|
normal = {
|
||||||
family = "NotoSansM Nerd Font";
|
family = "NotoSansMNerdFont";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
};
|
};
|
||||||
size = 11;
|
size = 11;
|
||||||
|
|
|
@ -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;};
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue