Have you tried replacing ${top mem #} with ${top_mem mem #}, that might help.
Type: Posts; User: Petro Dawg; Keyword(s):
Have you tried replacing ${top mem #} with ${top_mem mem #}, that might help.
I owe a huge thanks to grzegorzdabrowka, I finally got his alternative to my bar code tweaked and working perfectly without errors or Conky complaints. It's cleaned up my code quite a bit and is...
We'll have a hard time telling you what you are doing wrong if you don't let us know exactly what you did (post relevant codes). Most of us will not want to search through another post to try and...
Just a friendly reminder; if you are going through the trouble of "blackening out" the email addresses on your Conky screenshot, you might want to omit your addresses from your posted code as well.
I'm not sure how you tried "just calling sensors", but did you try something like these examples...
${execp sensors k10temp-pci-00c3 | awk '/temp1/ {gsub(/\+/, ""); print $2}'}
or if your...
Added full color gradient (yellow to red) to my bars.
242741
The code is getting a bit hefty though...
#colors
color1 FFFF00
Thanks for the link, it appears I just have too many watches then. I suppose I can always grep or awk the info from top if I really want its count. It's not critical, I was just curious about reason...
Does anyone have an idea why my Conky doesn't appear to be returning the correct number of running processes. I'm using Xubuntu 12.10 and Linux kernel 3.5.0-30-generic and running Conky 1.9.0.
I...
Thanks, here's a closer look at the girl keeping my Conky in check. :)
242677
I spent many an hour deciding between 242679and 242678.
The girl won out (as usual).
Looks like you have a good start on your Conky.
Kinda hard to advise how you should proceed with your Conky, it best to look around at other people's designs and try to incorporate the ideas you...
Thanks boudiccas for posting your code, I didn't realize "if_running" was a valid variable, that simplifies things a bit for me (I've apparently been doing things the hard way). I can't believe I'm...
Banned because your signature returns error message.
Too bad you didn't realize I stole the real trophy and replaced it with a cheap imitation while you were out selling parts to buy polish. Real trophy now securely stored in my safety deposit box.
It's been a while since I've used it, but it seemed to me code compiled right out of the box with that program. I wrote a couple C++ programs with it, but can't remember exactly what I did now. ...
Netbeans is available in the software center for Ubuntu, and Code::Blocks is as well. Both are powerful and work well with Ubuntu.
Many people prefer just using something simple like Geany,...
I'm not familiar with his particular code and I'm too lazy to see what it is, but, NO, I expect each conkyrc needs to be called separately. This can be done from terminal by typing something like
...
hit "edit post" on your first post, select "go advanced", and select prefix "Solved"
directions are illustrated here
Excellent idea! Your code is much easier to follow than my original code, but I found a few logic problems.
First, there should be no colored bars displayed when the speed is zero (yours...
Pretty much the same as last month except for upgrades to Conky.
http://farm8.staticflickr.com/7332/8716548292_4d03777e01_n.jpg
First off, as usual your Conky looks awesome. I like the orange color scheme; goes well with your wallpaper.
Thanks for the suggestion of checking the 'endif' counts. I know I have lots of them...
I tried running my Conky (the one 3 posts up ^) over night with the following settings...
max_specials 1024
text_buffer_size 1024
max_user_text 32768
and still got a crash with the...
Thank you very much for pointing that out. I doubled my text buffer size and max specials, hopefully that will stop the crashing issues.
>>> Update <<<<
Well, double buffer size wasn't enough,...
I've seem to literally reach the limit to what I can do in a single Conky without branching out to LUA scripts. For the first time, I've had conky crash while complaining to me about having too many...
This seemed to work for me:
242202
(numbers to the right of the bars are total data downloaded/uploaded)
${Font}Ethernet
Private IP:${alignr}${addr eth0}
Very good point, I hadn't thought of that.
However, the math isn't hard. To build an 11 point log scale for the 5242880 Byte example, just use a calculator and find
MAXIMUM_VALUE ^ (...