wmcpu ?

Isso pergunto eu. Como sou um pouquito ignorante nem sei muito bem o que faz o Xft. Pelo que li tem a ver com o anti-alising fontes ou qq coisa do género.

Mas como copiei o ficheiro que postaste aqui e tinha:
Código:
use_xft yes
Eu ainda fiz
Código:
use_xft no

Mas continuou a dar

Código:
Segmentation fault

Fiquei sem saber o que fazer. Já dei uma vista de olhos no FAQ mas sem sucesso.
 
Pois, eu bem disse que n tinha testado aquele.
Este é o meu ficheiro, está a funcionar.
Bomba-lhe este:
-----------------------------------------------------

# set to yes if you want tormo to be forked in the background
background yes

cpu_avg_samples 2

# X font used, you can pick one with program xfontsel
#font 5x7
font 6x10
#font 7x13
#font 8x13
#font snap
# font *mintsmild.se*
# font -*-*-*-*-*-*-34-*-*-*-*-*-*-*

# Update interval in seconds
update_interval 1.0

# Create own window instead of using desktop (required in nautilus)
own_window no

# Draw shades?
draw_shades no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders no

# Default colors and also border colors
default_color gray51
default_shadecolor gray41

# 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
gap_x 16
gap_y 60

# Substract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase yes

# Possible variables to be used:
#
# acpitemp ACPI temperature. I don't have ACPI
# thing so this is very much untested.
# battery Remaining capasity in ACPI (BAT1) or
# APM battery. I don't have ACPI nor APM
# things so this is very much untested.
# cpu CPU usage in percents
# cpubar (height) Bar that shows CPU usage, height is
# bar's height in pixels
# color (color) Change drawing color to color
# downspeed net Download speed in kilobytes
# downspeedf net Download speed in kilobytes with one
# decimal
# exec shell command Execute a shell command, warning: this
# takes a lot more resources than other
# variables. I'd recommend coding wanted
# behaviour in C and posting a patch :-).
# hr (height) Horizontal line, height is the height
# in pixels
# i2c (dev) type n I2C sensor from sysfs (Linux 2.6). dev
# may be omitted if you have only one I2C
# device. type is either in (or vol)
# meaning voltage, fan meaning fan or
# temp meaning temperature. n is number
# of the sensor. See
# /sys/bus/i2c/devices/ on your local
# computer.
# kernel Kernel version
# loadavg (1) (2) (3) System load average, 1 is for past 1
# minutes, 2 for past 5 minutes and 3 for
# past 15 minutes.
# machine Machine, i686 for example
# mails Mail count in mail spool. You can use
# program like fetchmail to get mails
# from some server using your favourite
# protocol. See also new_mails.
# mem Amount of memory in use
# membar (height) Bar that shows amount of memory in use
# memmax Total amount of memory
# memperc Percentage of memory in use
# new_mails Unread mail count in mail spool.
# nodename Hostname
# processes Processes (sleeping or running)
# running_processes Running processes (not sleeping),
# requires Linux 2.6
# shadecolor (color) Change shading color
# stippled_hr (space) (height) Stippled (dashed) horizontal line
# swapbar (height) Bar that shows amount of swap in use
# swapmax Total amount of swap
# swapperc Percentage of swap in use
# swap Amount of swap in use
# sysname System name, Linux for example
# temp1 Temperature #1 from i2c-sensors, same
# as ${i2c temp 1}
# temp2 Temperature #2 from i2c-sensors, same
# as ${i2c temp 2}
# time (format) Local time, see man strftime to get
# more information about format
# totaldown net Total download, overflows at 4 GB on
# Linux with 32-bit arch and there
# doesn't seem to be a way to know how
# many times it has already done that
# before torsmo has started.
# totalup net Total upload, this one too, may
# overflow
# updates Number of updates (for debugging)
# upspeed net Upload speed in kilobytes
# upspeedf net Upload speed in kilobytes with one
# decimal
# uptime Uptime

# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument

# stuff after 'TEXT' will be formatted on screen

#${color grey}Mails: ${color}$mails${color grey} New: ${color}$new_mails${color grey}


TEXT
$nodename - $sysname $kernel on $machine
$stippled_hr
${color grey}Time $color ${time %d/%m/%y - %H:%M} ${color grey}Uptime$color $uptime
$stippled_hr
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 6}
$stippled_hr
${color grey}CPU Usage:$color $cpu%
${cpugraph cpu0}
${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
${color grey}CPU Freq:$color $freq MHz
$stippled_hr
${color grey}Disk Usage - /:$color ${fs_used_perc /}% ${color grey}Used:$color${fs_used /} ${color grey}Free:$color${fs_free /} ${color grey}Total:$color${fs_size /}
${fs_bar 6 /}
${color grey}Disk Usage - /home:$color ${fs_used_perc /home}% ${color grey}Used:$color${fs_used /home} ${color grey}Free:$color${fs_free /home} ${color grey}Total:$color${fs_size /home}
${fs_bar 6 /home}
${color grey}Disk Usage - /mnt/partilha:$color ${fs_used_perc /mnt/partilha}% ${color grey}Used:$color${fs_used /mnt/partilha} ${color grey}Free:$color${fs_free /mnt/partilha} ${color grey}Total:$color${fs_size /mnt/partilha}
${fs_bar 6 /mnt/partilha}
$color$stippled_hr
${color grey}Battery - ${battery BAT0}
$color$stippled_hr
${color grey}Networking interface:
${color grey}eth0:
${addr eth0}
Down:$color ${downspeedf eth0} k/s${color grey} - Up:$color ${upspeedf eth0} k/s
${color grey}eth1:
${addr eth1}
Down:$color ${downspeedf eth1} k/s${color grey} - Up:$color ${upspeedf eth1} k/s
${color grey}Quality:$color ${linkstatus eth1}
$color$stippled_hr
---------------------------------------------------------
 
Funciona mas está um pouco instável.
Está sempre a aparecer e desaparecer

As cores estão bem para wallpapers escuros e eu uso uns muito claros e não se vê népia.
tenho de alterar as cores.
Thanks
 
tens de correr o conky com as opções -db, para ele fazer double-buffer e n dar flickering e para correr como deamon.
As cores tens de ser tu a alterar.
 
Continuo com flashes, ora desaparece ora fica porreiro.

Já mudei as cores dos títulos mas das barras de "estado" (chamemos-lhes assim) e dos g´raficos e mais algumas coisas não sei onde mudar isso.
 
Back
Topo