feat: font stuff

This commit is contained in:
2024-06-11 00:27:08 +02:00
parent 44ed425adb
commit 1cb7b57306
3 changed files with 16 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
extraConfig = '' extraConfig = ''
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono
font_size 12.5 font_size 12.75
''; '';
settings = { settings = {
window_padding_width = 10; window_padding_width = 10;

View File

@@ -14,10 +14,14 @@
maximized = false; maximized = false;
fork = true; fork = true;
font = { font = {
normal = [ "FiraCode Nerd Font" ]; normal = [
size = 12.5; "Fira Code"
"Symbols Nerd Font Mono"
];
size = 12.75;
edging = "subpixelantialias"; edging = "subpixelantialias";
features."FiraCode Nerd Font" = [ hinting = "full";
features."Fira Code" = [
"+zero" "+zero"
"+onum" "+onum"
"+ss04" "+ss04"
@@ -31,8 +35,8 @@
}; };
}; };
programs.nixvim = { programs.nixvim = {
extraConfigLua = # lua #extraConfigLua = # lua
"if vim.g.neovide then vim.opt.linespace = -1 end"; # "if vim.g.neovide then vim.opt.linespace = -1 end";
globals = { globals = {
neovide_text_gamma = 0.0; neovide_text_gamma = 0.0;
neovide_text_contrast = 0.0; neovide_text_contrast = 0.0;

View File

@@ -24,8 +24,8 @@ in
enable = true; enable = true;
globalstatus = true; globalstatus = true;
sectionSeparators = { sectionSeparators = {
left = ""; left = ""; # "";
right = ""; right = ""; # "";
}; };
componentSeparators = { componentSeparators = {
left = ""; left = "";
@@ -36,8 +36,8 @@ in
{ {
name = "mode"; name = "mode";
separator = { separator = {
right = ""; right = ""; # "";
left = ""; left = ""; # "";
}; };
icon = ""; icon = "";
} }
@@ -47,8 +47,8 @@ in
{ {
name = "location"; name = "location";
separator = { separator = {
right = ""; right = ""; # "";
left = ""; left = ""; # "";
}; };
} }
]; ];