Search:

Type: Posts; User: Petro Dawg; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    Have you tried replacing ${top mem #} with ${top_mem mem #}, that might help.
  2. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  3. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  4. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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.
  5. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  6. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    Added full color gradient (yellow to red) to my bars.

    242741

    The code is getting a bit hefty though...



    #colors
    color1 FFFF00
  7. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  8. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  9. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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).
  10. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  11. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  12. Replies
    28,334
    Views
    912,824

    Re: Ban The User Above You.

    Banned because your signature returns error message.
  13. Replies
    14,876
    Views
    464,743

    Re: The last place trophy game

    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.
  14. Replies
    16
    Views
    305

    [SOLVED] Re: Java, C and C++ in Ubuntu

    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. ...
  15. Replies
    16
    Views
    305

    [SOLVED] Re: Java, C and C++ in Ubuntu

    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,...
  16. Replies
    21,969
    Views
    6,552,207

    Re: Any conky experts out there?

    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
    ...
  17. Replies
    5
    Views
    149

    [SOLVED] Re: window placement on desktop

    hit "edit post" on your first post, select "go advanced", and select prefix "Solved"

    directions are illustrated here
  18. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  19. Replies
    179
    Views
    7,535

    Sticky: Re: Marvellous May Screenshot Thread

    Pretty much the same as last month except for upgrades to Conky.

    http://farm8.staticflickr.com/7332/8716548292_4d03777e01_n.jpg
  20. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  21. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  22. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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,...
  23. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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...
  24. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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}
  25. Replies
    21,969
    Views
    6,552,207

    Re: Post your .conkyrc files w/ screenshots

    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 ^ (...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4