CJK characters in polybar
This commit is contained in:
parent
fbae043376
commit
d9723bac55
1 changed files with 5 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ let
|
||||||
"Noto Sans Symbols2:size=${toString pkgs.rice.font.monospace.size};2"
|
"Noto Sans Symbols2:size=${toString pkgs.rice.font.monospace.size};2"
|
||||||
# "Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
|
# "Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
|
||||||
# "EmojiOne Color:size=${toString pkgs.rice.font.monospace.size};0"
|
# "EmojiOne Color:size=${toString pkgs.rice.font.monospace.size};0"
|
||||||
|
"Noto Sans CJK JP:size=${toString pkgs.rice.font.monospace.size};0"
|
||||||
|
"Noto Sans CJK KR:size=${toString pkgs.rice.font.monospace.size};0"
|
||||||
|
"Noto Sans CJK CN:size=${toString pkgs.rice.font.monospace.size};0"
|
||||||
|
"Noto Sans CJK HK:size=${toString pkgs.rice.font.monospace.size};0"
|
||||||
];
|
];
|
||||||
wm-restack = "bspwm";
|
wm-restack = "bspwm";
|
||||||
};
|
};
|
||||||
|
|
@ -101,6 +105,7 @@ in
|
||||||
noto-fonts
|
noto-fonts
|
||||||
# material-design-icons
|
# material-design-icons
|
||||||
# font-awesome
|
# font-awesome
|
||||||
|
noto-fonts-cjk-sans
|
||||||
];
|
];
|
||||||
services.polybar = {
|
services.polybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue