Change fonts to support CJK characters in conky

This commit is contained in:
trémeur 2020-04-21 18:08:25 +01:00
parent a472fdbe88
commit 1e2442eb6e
7 changed files with 22 additions and 21 deletions

View file

@ -37,7 +37,7 @@ conky.config = {
draw_shades = false,
double_buffer = true,
use_xft = true,
font = 'VictorMono Nerd Font:size=9',
font = 'Noto Sans:size=9:style=Regular',
gap_x = 30,
gap_y = 25,
minimum_width = 5,
@ -62,13 +62,13 @@ conky.config = {
}
conky.text = [[
# ${font VictorMono Nerd Font:size=9:bold}Sync
# ${font VictorMono Nerd Font:size=9:regular}${exec command insync get_sync_progress}
# ${font Noto Sans:size=9:bold}Sync
# ${font Noto Sans:size=9:regular}${exec command insync get_sync_progress}
# $hr insync very stupidly got rid of this feature in version 3
${font VictorMono Nerd Font:size=9:bold}Agenda
${font VictorMono Nerd Font:size=9:regular}${exec command ~/.linux/scripts/today.sh}
${font Noto Sans:size=9:style=Bold}Agenda
${font Noto Sans:size=9:style=Regular}${exec command ~/.linux/scripts/today.sh}
$hr
${font VictorMono Nerd Font:size=9:bold}Music
${font VictorMono Nerd Font:size=9:regular}${exec command ~/.linux/scripts/nowplaying.sh}
${font Noto Sans:size=9:style=Bold}Music
${font Noto Sans CJK JP:size=9:style=Regular}${exec command ~/.linux/scripts/nowplaying.sh}
${execbar command ~/.linux/scripts/cmus-conky-timebar.sh}
]]