vnstat 小時圖在 conky 中未正確對齊

vnstat 小時圖在 conky 中未正確對齊

我目前使用的是 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

我找到了答案。問題在於所使用的字體。我用等寬字體替換了字體,一切又恢復正常了。

相關內容