You are not logged in.

#1 2010-01-03 20:21:54

Cr0k
Member
Registered: 2009-10-16
Posts: 174

Conky sometimes works, sometimes not..

Hi.
I've a problem with my Conky and MOC. I've put some variables inside my Conky, for the Artist, the title, the album and the during of the song.
Sometimes it works flawlessly, and sometimes it gives me the infos, and not, and it gives me..

It's randomly, almost every second, it alternates between the infos and no song, no artist, etc.. And when I modify the .conkyrc, it works normally... I really don't understand.

Here's my ~/.conkyrc :

## ~/.conkyrc

alignment top_right
background yes
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
override_utf8_locale yes
xftfont Trebuchet MS:size=10
gap_x 5
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
#own_window_class Conky
own_window_type normal
own_window_transparent yes
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
minimum_size 170
maximum_width 170

TEXT
$alignc$sysname $kernel
$hr
${color grey}Uptime :$color $alignr$uptime
${color grey}CPU :$color $alignr${cpubar 5,100}
${color grey}RAM :$color $alignr${membar 5,100}
${color grey}Swap :$color$alignr${swapbar 5,100}
$hr
${color grey}Batterie :$color $alignr${battery_bar 5,100 BAT0}
$hr
${color grey}/boot : $color $alignr${fs_bar 5,100 /boot/}
${color grey}/ : $color $alignr${fs_bar 5,100 /}
$hr
${color grey}Wifi : $color$alignr${wireless_link_bar 5,100 wlan0}
$hr
${color grey}Artiste :$color$alignr${moc_artist}
${color grey}Titre :$color$alignr${moc_song}
${color grey}Album :$color$alignr${moc_album}
${color grey}Durée :$color$alignr${moc_curtime} - ${moc_totaltime}

I really don't have any idea... Some help please sad

Offline

#2 2010-01-15 22:43:55

Cr0k
Member
Registered: 2009-10-16
Posts: 174

Re: Conky sometimes works, sometimes not..

Anybody ?

Offline

Board footer

Powered by FluxBB