ciao, io ho lo stesso problema, ho fatto esattamente come lui, tranne per il nome del font, pero non va...mi modifica solo lo stle (bold e grandezza) ma usa il font di default.
questo e il mio fiel di conf.:
Codice: Seleziona tutto
# Use Xft?
use_xft yes
font snap-7
xftfont sans:pixelsize=9
xtffont bnarnon:pixelsize=15
xftalpha 1
text_buffer_size 2048
# Update interval in seconds
update_interval 3
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type override
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 175
maximum_width 255
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 0
# border width
border_width 0
# Default colors and also border colors,
default_color black
# Text alignment, other possible values are commented
#alignment top_left
#alignment top_right
#alignment bottom_left
alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 2
gap_y 25
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer none
#${if_up eth0}
#ip: ${addr eth0}
#Up_WiFi: ${upspeedf eth0}kB/s Down_WiFi: ${downspeedf eth0}kB/s
#${upspeedgraph V0 20,124 7f8ed3} ${downspeedgraph eth0 20,124 7f8ed3}$else...Ethernet not present$endif
#${if_running rhythmbox}------------------------------------------
#Artist: ${exec rhythmbox-client --no-start --print-playing-format %ta}
#Title: ${exec rhythmbox-client --print-playing-format %tt}
#Album: ${exec rhythmbox-client --no-start --print-playing-format %at}
#Position: ${exec rhythmbox-client --no-start --print-playing-format %te}
#Length: ${exec rhythmbox-client --no-start --print-playing-format %td}$endif
#$color
TEXT
${color #FA0203}
${font bnarnon:size=30} Albion ${font}
${alignc 35}${font pixelsize=23:bold}Taliesin@albion${font}
$kernel ${alignr 27}Uptime: $uptime
BATT: ${battery BAT0}
${hr 2,243}
GPU:${execi 30 nvidia-settings -q GPUCoreTemp -t }C ${alignr 55}HD:${hddtemp /dev/sda} ${alignr 10}CPU:${acpitemp}C
${hr 2,243}
FREQ:${freq}MHz ${alignr 65}PROC:${running_processes}/${processes}
CPU0:${cpu cpu1}% ${alignr 75}CPU1:${cpu cpu2}%
${cpubar cpu1 5,120 000000 7f8ed3} ${alignr 1}${cpubar cpu2 5,120 000000 7f8ed3}
${cpugraph cpu 20}
${hr 2, 243}}
RAM: $memperc%${membar 5,75} ${alignr 1}SWAP: $swapperc%${swapbar 5,75}
${hr 2, 243}}
ROOT: ${fs_used_perc /}% ${fs_free /} ${alignr 25}DATA: ${fs_used_perc /media/Data}% ${fs_free /media/Data}
${fs_bar 5,120 /} ${alignr 1}${fs_bar 5,120 /media/Data}
${hr 2, 243}}
${if_up wlan0} ip: ${addr wlan0} ${alignr 60}essid: ${wireless_essid wlan0}
Up_WiFi: ${upspeedf wlan0}kB/s ${alignr 35}Down_WiFi: ${downspeedf wlan0}kB/s
${upspeedgraph wlan0 20,124 7f8ed3} ${alignr 1}${downspeedgraph wlan0 20,124 7f8ed3}$else...WiFi not present$endif
${if_up eth0}Ethernet up: ${addr eth0}
Up_Eth0: ${upspeedf eth0}kB/s ${alignr 35}Down_Eth0: ${downspeedf eth0}kB/s
${upspeedgraph eth0 20,124 7f8ed3} ${alignr 1}${downspeedgraph eth0 20,124 7f8ed3}$else...Ethernet not present $endif $color
grazie a tutti per l'aiuto!