Fix polybar Japanese fonts
This commit is contained in:
parent
0b1f079d33
commit
75d6672165
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
||||||
"bar/top" = {
|
"bar/top" = {
|
||||||
tray-position = "right";
|
tray-position = "right";
|
||||||
font-0 = "Noto Sans Mono;2";
|
font-0 = "Noto Sans Mono;2";
|
||||||
font-1 = "Noto Sans CJK JP;2";
|
font-1 = "M+ 2p;2";
|
||||||
background = "${colors.bg0}";
|
background = "${colors.bg0}";
|
||||||
foreground = "${colors.fg0}";
|
foreground = "${colors.fg0}";
|
||||||
width = "100%";
|
width = "100%";
|
||||||
|
|
Loading…
Add table
Reference in a new issue