You are not logged in.

#1 2008-04-27 12:34:38

Perre
Member
Registered: 2008-01-22
Posts: 189

Conky is "stuck" at certain width

Hi!

I recently upgraded conky and my original .conkyrc got deleted. I've managed to recreate it, but there's one thing that is really annoying. Every time I reboot, conkys width is cut off (as you can see in the picture below, MPD disappears and only part of the M is visible). If I kill and restart just conky itself it works as it should.

Just after restart: cutoffcz2.th.jpg


After killall conky and restart: notcutoffzt4.th.jpg

Why is this happening and how can I fix it??

Thanks. smile

Edit: Forgot to post my .conkyrc tongue

double_buffer yes
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
draw_borders no
border_margin 1
draw_shades no
gap_x 1
gap_y 1
alignment top_middle
update_interval 1
default_color 8f8f8f
use_xft yes
xftfont sans:pixelsize=10
use_spacer no
minimum width 1190
maximum_width 1200
mpd_host arch
mpd_port 6600

TEXT
${voffset -1} Mem: ${color e0e0e0}${font}${mem} ${color} | ${color} Uptime: ${color e0e0e0}${font}${uptime_short}${color} | ${color} Net: ${color e0e0e0}${font}${downspeed eth0} Kb/s ${color} ${totaldown eth0} downloaded${color} ${color e0e0e0}${upspeed eth0} Kb/s ${color} ${totalup eth0} uploaded${color}  |  ${color}Root: ${color e0e0e0}${font}${fs_free /} ${color} Home: ${color e0e0e0}${font}${fs_free /home} ${color} ${color} Extra: ${color e0e0e0}${font}${fs_free /extra} ${color} ${color} USB Disk: ${color e0e0e0}${font}${fs_free /media/disk} ${color} | ${color} Mpd: ${color e0e0e0}${font}${mpd_smart}
                                                                                                     ${color} Mail: ${color e0e0e0}$font}${execi 300 python ~/.scripts/gmail.py}$color | ${color} Hella: ${color e0e0e0}${font}${execi 10 hellaconk.py -n} ${color} Percent done: ${color e0e0e0}${execi 10 hellaconk.py -p}% ${color} ETA: ${color e0e0e0}${execi 10 hellaconk.py -e}

Last edited by Perre (2008-04-27 12:50:22)

Offline

#2 2008-04-27 16:11:42

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: Conky is "stuck" at certain width

To start, your minimum_width line is missing the underscore but that could be a typo?  The only thing that's ever cut off the width of conky for me is maximum_width so maybe you need it larger than 1200.


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

Board footer

Powered by FluxBB