mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: improvements
This commit is contained in:
@@ -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 13
|
font_size 12.5
|
||||||
'';
|
'';
|
||||||
settings = {
|
settings = {
|
||||||
window_padding_width = 10;
|
window_padding_width = 10;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
fork = true;
|
fork = true;
|
||||||
font = {
|
font = {
|
||||||
normal = [ "FiraCode Nerd Font" ];
|
normal = [ "FiraCode Nerd Font" ];
|
||||||
size = 13;
|
size = 12.5;
|
||||||
edging = "subpixelantialias";
|
edging = "subpixelantialias";
|
||||||
features."FiraCode Nerd Font" = [
|
features."FiraCode Nerd Font" = [
|
||||||
"+zero"
|
"+zero"
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
"+cv19"
|
"+cv19"
|
||||||
"+cv23"
|
"+cv23"
|
||||||
"+ss09"
|
"+ss09"
|
||||||
|
"+cv26"
|
||||||
"+ss06"
|
"+ss06"
|
||||||
"+ss07"
|
|
||||||
"+ss10"
|
"+ss10"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ in
|
|||||||
"cv19"
|
"cv19"
|
||||||
"cv23"
|
"cv23"
|
||||||
"ss09"
|
"ss09"
|
||||||
|
"cv26"
|
||||||
"ss06"
|
"ss06"
|
||||||
"ss07"
|
|
||||||
"ss10"
|
"ss10"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user