Quote Originally Posted by mert_da View Post
I need help about my conky file...

I show the top memory's here :
Code:
TEXT
${color red}Highest MEMORY ${alignr} CPU% MEM%
${color green}${top_mem name 1}${alignr}${top_mem cpu 1}${top_mem mem 1}
${color white}${top_mem name 2}${alignr}${top_mem cpu 2}${top_mem mem 2}
${color green}${top_mem name 3}${alignr}${top_mem cpu 3}${top_mem mem 3}
${color white}${top_mem name 4}${alignr}${top_mem cpu 4}${top_mem mem 4}
But i need to multiply the "top_mem mem 4" with "memmax" to see how much mb use for each process. But i don't know how to multiply two variables on my conkyrc file ...

Can someone please help me ?
I'm with mrpeachy for the most part. You can't do that kind of operation in Conky. Where we depart is the fact that I go a little nuts when people don't use Code tags and curly braces. They're for your own good to use anyways.

As far as I know, how much physical memory you are using per process isn't available to you. However, mrpeachy is one of our lua Gurus around here, so if you ask him VERY nicely, he could probably coach you through the addition of lua to your script. Though, I'd like to see your entire script first, to see if that's a good idea for you or not. All I have is advice on this, unfortunately I don't have a definite solution.