On Mon, Feb 25, 2008 at 6:16 PM, Thomas Adam <[EMAIL PROTECTED]> wrote:
> On 25/02/2008, for.register for.register <[EMAIL PROTECTED]> wrote:
>  > Hi, All
>  >
>  >  I want to swallow conky into FvwmButton, but I found that
>  >  FvwmButton Color override Swallowed Conky. I mean, after
>  >  several seconds, conky figure disappeared, only leaved with
>  >  the blank buttons with the FvwmButton background color.
>
>  I suspect that conky doesn't like being reparented -- not all
>  applications do.   I have seen reports of people being able to swallow
>  conky just fine in FvwmButtons.  Which version of conky are you using?
>
>  -- Thomas Adam
>
Thank you Thomas.

My conky  version is 1.4.9-r1.
When I enlarge FvwmButtons window large enough,  for example
four times than conky normally required , I can see the conky, but
the conky position in the larger window is not predictable, sometimes
in the bottom, sometimes higher.

My conky  is a little complex, not a simple line as I found from
the fvwm forum.

Here is the the major part of  my .conkyrc
.....
TEXT
${color purple}${time %G %b %e (%a)}$alignr${time %H:%M:%S}
${color orange}$sysname $kernel$alignr Uptime $uptime
cpu1${cpu cpu1}% freq.${freq 1}Mz $alignr cpu2 ${cpu cpur2}% freq.${freq 2}Mz
${cpubar cpu1 3, 128}  ${cpubar cpu2 3, 128}
${color red}cpu1         ${exec echo $(cat
/sys/class/hwmon/hwmon0/device/temp1_input) / 1000 | bc}°C $alignr
cpu2   ${exec echo $(cat /sys/class/hwmon/hwmon0/device/temp4_input) /
1000 | bc}°C
disk         ${exec echo $(cat
/sys/class/hwmon/hwmon0/device/temp2_input)/ 1000 | bc}°C  $alignr
batt   ${exec echo $(cat /sys/class/hwmon/hwmon0/device/temp5_input) /
1000 % 128 |bc}°C
fan   ${exec echo $(cat /proc/acpi/ibm/fan |grep -Po [0-9+])}
rpm$alignr board   ${exec echo $(cat
/sys/class/hwmon/hwmon0/device/temp3_input)/ 1000 | bc}°C

${color brown}batt           ${battery_percent BAT0}%$alignr${battery BAT0}
${battery_bar 3,270 BAT0}
${color blue}mem  $mem /$memmax $memperc%$alignr swap   $swapperc%
${membar 3,180}$alignr${swapbar 3,75}
${color black}eth0 ${addr eth0}  $alignr wlan0 ${addr wlan0}
up: ${upspeedf eth0}k/s$alignr up: ${upspeedf wlan0}k/s
down: ${downspeedf eth0}k/s$alignr down: ${downspeedf wlan0}k/s
wireless:${wireless_essid wlan0}$alignr rate:${wireless_bitrate
wlan0}$alignr quality:${wireless_link_qual_perc wlan0}
${wireless_link_bar 3, 270 wlan0}
${color #000000}${upspeedgraph eth0 15,132 000000 7f8ed3} ${color
#000000}$alignr${upspeedgraph wlan0 15,132 000000 7f8ed3}
${color #000000}${downspeedgraph eth0 20,132 000000 f80404} ${color
#000000}$alignr${downspeedgraph wlan0 20,132 000000 f80404}
${color green}$processes total processes$alignr$running_processes runnning
name$alignr pid$alignr cpu%
${color purple}${top name 1}$alignr${top pid 1}$alignr${top cpu 1}
${top name 2}$alignr${top pid 2}$alignr${top cpu 2}
${top name 3}$alignr${top pid 3}$alignr${top cpu 3}
${color green}name$alignr pid$alignr mem%
${color purple}${top_mem name 1}$alignr${top_mem pid 1}$alignr${top_mem mem 1}
${top_mem name 2}$alignr${top_mem pid 2}$alignr${top_mem mem 2}
${top_mem name 3}$alignr${top_mem pid 3}$alignr${top_mem mem 3}
${color yellow}/    : ${fs_used /}/${fs_size /}  ${fs_bar 3 /}
/home: ${fs_used /home}/${fs_size /home} ${fs_bar 3 /home}

Reply via email to