Search:

Type: Posts; User: stylintile; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    @ubonetu2,

    Looks great. I like those 'basic' conkies. I can't stick with them because I always look at it and think "What else can I put in there?" and the next thing I know, my screen is...
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    My pleasure. I look forward to seeing the results.:popcorn:
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    gregor4711,

    This is what I've come up with so far. The only issue is when the window/process name has a space in it as you can see with "Web Content".

    pid.conf:



    conky.config = {
    --...
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Sorry for the delayed response, I had to leave for awhile. I posted the config above. I'll have to check out the CPU thing. I don't think I've ever checked it with ps, but I will now.
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Sorry, here is the config file for that



    conky.config = {
    -- Use double buffering (eliminates flickering)
    double_buffer = true,

    -- Run conky in the background
    background =...
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    This is what I've come up with so far. The only thing I don't like about it is that not all of the processes reported by top have a window associated with it.



    require 'cairo'
    require 'imlib2'...
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm not having much luck so far. I'm getting syntax errors because of conflicts between bash and lua syntax, but I'll keep trying and post when I come up with something.
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm going to try writing a lua script to do this. Give me a few minutes to see what I can come up with.
  9. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I've got lua scripts parsing hundreds of commands and my cpu is usually at about 4% although I do have most of the commands on 10 or 30 second timers.. I don't know how it would compare though.
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I don't know how it could be done in a conky itself. But I'm sure I could do it in a lua script.
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I think this may be helpful. It's a bash command and It's a long command, but it returns all pids and window names, then grep and cut to get window title.
    I used the Thunar pid of "1351", then use...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm not positive, but I think what he wants is the window titles instead of the process name, i.e. Mozilla Firefox instead of firefox or /usr/bin/firefox.
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    If I understand your question correctly, the only thing I know of is



    wmctrl -l


    which will list all open windows. Maybe using that with head, tail and cut will give you what you want. I...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Also, for the hard drive temp you can use


    hddtemp -n --unit=F /dev/sda

    As I just learned.

    When I was using the Fahrenheit units I used the Celsius for the meters and Fahrenheit only in the...
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Step one:
    "We admitted we were powerless over conky, and we love it."
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Sorry, I didn't see your last post until after I posted my last one. I've never found that to work with a lua script. What I do is let the script calculate it by doing (for example)



    ...
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    alpetjr,


    If you want to post the output of



    df -H --total
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    If you are talking about the ringout fonction, that function is also used in the signal meter. If you're not sure if one of the functions is being used you can search for the function name i.e....
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    That line is right after the variables, at the very beginning of the script. Let me know if that works or not.
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    alpetjr,
    If nothing is coming up on the desktop, and I don't see any errors, did you change the "if desktop==6" to whatever desktop you want it on? I have 8 different workspaces because I'm...
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    The only thing that requires a drive specification is hddtemp, try commenting out the command and where it's displayed. This line



    hddtemp=tonumber(os.capture("hddtemp /dev/sda | cut -d' '...
  22. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    No worries, it's always nice to learn something else.
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    If I did, I don't remember doing it, but I don't remember a lot of things nowadays. I'm getting to the age when I'm getting concerned about the hereafter.
    I walk into a room and wonder what I'm here...
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    What's interesting to me is I have been using that command since Ubuntu 12.04, which is when I edited the sudoers file. I just now tried


    hddtemp /dev/sda

    without sudo in the terminal and got...
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Ive got multiple computers because friends keep giving me their old ones when they buy new ones.
    They all run Linux, except for 1 I have with Win 10. I use it just to keep up with Windows because I...
Results 1 to 25 of 178
Page 1 of 8 1 2 3 4