Unified font size
This commit is contained in:
parent
e17323dde8
commit
75d48026fe
5 changed files with 16 additions and 14 deletions
|
|
@ -61,9 +61,9 @@ let
|
|||
bottom.size = 0;
|
||||
};
|
||||
font = [
|
||||
"${pkgs.rice.font.monospace.name}:size=9;2"
|
||||
"Material Design Icons:size=9;2"
|
||||
"NotoEmoji Nerd Font Mono:size=9;0"
|
||||
"${pkgs.rice.font.monospace.name}:size=${toString pkgs.rice.font.monospace.size};2"
|
||||
"Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
|
||||
"NotoEmoji Nerd Font Mono:size=${toString pkgs.rice.font.monospace.size};0"
|
||||
];
|
||||
wm-restack = "bspwm";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue