我目前正在使用 ubuntu budgie 20.10。我一直在尝试制作一个 conky 脚本来显示每小时数据使用情况统计数据和使用情况图表vnstat -i wlp5s0 -hg
。但图表和文本没有按应有的方式对齐。我以前做过这个,但我用笔记本电脑格式化了,没有备份 conky 脚本。有人能帮我吗?
当前视图(中心视图):
这是当前的代码。
background no
update_interval 1
update_run_times 0
total_run_times 0
cpu_avg_samples 2
net_avg_samples 2
double_buffer yes
no_buffers yes
tex_buffer_size 1024
imlib_cache_size 0
own_window yes
own_window_class Conky
own_window_type normal #visual #display ##-- other options are: conky/override/dock/desktop/panel --##
own_window_transparent no
own_window_argb_visual yes
own_window_argb_value 128
own_window_colour 000000
own_window_hints below,sticky,skip_taskbar,skip_pager,undecorated
border_inner_margin 0
border_outer_margin 0
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
show_graph_scale no
show_graph_range no
top_name_width 7
default_graph_size 26 80
minimum_size 680 610
maximum_width 610
alignment middle_left
gap_x 10
gap_y -20
use_xft yes
override_utf8_locale yes
xftfont Droid Sans:size=8
xftalpha 0.5
uppercase no
use_spacer none
default_outline_color AAAAAA
default_shade_color AAAAAA
default_color 44cccc
color1 242424
short_units yes
pad_percents 2
TEXT
${color orange}${voffset 2}${hr 1}
${color0}${goto 5}Today ${goto 100}Yesterday
${color2}${execi 300 vnstat -i wlp5s0 | grep "today" | awk '{print $8" "substr ($9, 1, 1)}'} ${goto 110}${execi 300 vnstat -i wlp5s0 | grep "yesterday" | awk '{print $8" "substr ($9, 1, 1)}'}
${color2}${alignr}${execi 300 vnstat -i wlp5s0 -hg}
${color orange}${voffset 2}${hr 1}
答案1
我找到了答案。问题出在使用的字体上。我将字体替换为等宽字体,一切又恢复正常。