diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-01-05 12:08:05 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-01-05 12:08:05 +0100 |
commit | 46daf1f264f9165cfc09d5134c87314ded970500 (patch) | |
tree | 29a5b7001d5d9d98fdfa8f7d6cf18ad4da8d63c1 /.config/polybar/config | |
parent | 249ba7892da2cafbcc6ede1b41eb187c590bac00 (diff) |
korean/japanese/chinese fonts for polybar
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 5d52381..5a04b16 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -40,7 +40,8 @@ module-margin-right = 1 font-0 = "JetBrains Mono Nerd Font:pixelsize=9:weight=regular:size=0;2" font-1 = "JetBrains Mono Nerd Font:pixelsize=9:weight=bold:size=0;2" font-2 = "Material Design Icons:size=12;2" -font-3 = "mplus Nerd Font:pixelsize=9:weight=bold:size=0;2" +font-3 = "Noto Sans JP:pixelsize=9:weight=bold:size=0;2" +font-4 = "Noto Sans KR:pixelsize=9:weight=bold:size=0;2" modules-left = time date modules-center = weather mpd |