Page 2052 of 2348 FirstFirst ... 1052155219522002204220502051205220532054206221022152 ... LastLast
Results 20,511 to 20,520 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20511
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Petro Dawg started it with his "df -h" lines that are an excellent idea.
    dk75 came up with a great rewrite, and
    mrpreachy came up with a lua script

    Then VastOne told be about 'di'. It drops the UUID that 'df -h' has:

    Code:
      04 Sep 12 | 10:08:38 ~
             $ df -h
    Filesystem                                              Size  Used Avail Use% Mounted on
    rootfs                                                  9.3G  6.7G  2.3G  75% /
    udev                                                     10M     0   10M   0% /dev
    tmpfs                                                   598M  468K  598M   1% /run
    /dev/disk/by-uuid/62874c9e-7f1b-4204-a273-f0699e31c62c  9.3G  6.7G  2.3G  75% /
    tmpfs                                                   5.0M     0  5.0M   0% /run/lock
    tmpfs                                                   2.0G     0  2.0G   0% /run/shm
    /dev/sda7                                                14G  4.2G  9.1G  32% /home
    /dev/sda5                                               117G   42G   69G  38% /media/5
    /dev/sda8                                                67G  1.1G   62G   2% /media/8
    /dev/sdc1                                               1.9G   60M  1.8G   4% /media/vsido
    /dev/sdd1                                                15G  352M   14G   3% /media/16
    /dev/sdb1                                               230G   47G  171G  22% /media/disk
    
      04 Sep 12 | 10:08:46 ~
             $ di
    Filesystem         Mount               Size     Used    Avail %Used  fs Type 
    rootfs             /                   9.3G     6.6G     2.2G   76%  rootfs  
    /dev/disk/by-uuid/ /                   9.3G     6.6G     2.2G   76%  ext4    
    udev               /dev               10.0M     0.0M    10.0M    0%  devtmpfs
    /dev/sda7          /home              13.9G     4.1G     9.1G   35%  ext4    
    /dev/sdd1          /media/16          14.8G     0.3G    13.8G    7%  ext4    
    /dev/sda5          /media/5          116.2G    41.7G    68.7G   41%  ext4    
    /dev/sda8          /media/8           66.1G     1.1G    61.7G    7%  ext4    
    /dev/sdb1          /media/disk       229.2G    46.9G   170.7G   26%  ext3    
    /dev/sdc1          /media/vsido        1.9G     0.1G     1.7G    8%  ext4    
    tmpfs              /run              597.5M     0.5M   597.0M    0%  tmpfs   
    tmpfs              /run/lock           5.0M     0.0M     5.0M    0%  tmpfs   
    tmpfs              /run/shm            1.9G     0.0G     1.9G    0%  tmpfs   
    
      04 Sep 12 | 10:08:49 ~
             $
    - so with a little tweaking another test conky:


    Left - nothing plugged in - Centre - plugged in but not mounted - Right - everything mounted.

    Code:
    TEXT
    === petro dawg  df -H ===${if_existing  /dev/sdb1} CPU % ${cpu cpu1} ${cpu cpu2} ${cpu cpu3} | ${cpu cpu0}
    ${cpubar cpu0 0,325}
    ${color7}${execp  df -H | grep 'rootfs' | cut -c 1-4}${color}:${color8}${alignr 5}${execp  df -H | grep 'rootfs' | cut -c 63-67}${color} / ${color8}${execp  df -H | grep 'rootfs' | cut -c 57-61}
    ${color7}${execp  df -H | grep 'home' | cut -c 80-83}${color}:${color8}${alignr 5}${execp  df -H | grep 'home' | cut -c 63-67}${color} / ${color8}${execp  df -H | grep 'home' | cut -c 57-61}${color}${if_existing  /dev/sdb1}
    ${color6}${execp  df -H | grep 'sdb1' | cut -c 6-9}${color}:${color8}${alignr 5}${execp  df -H | grep 'sdb1' | cut -c 63-67}${color} / ${color8}${execp  df -H | grep 'sdb1' | cut -c 57-61}${else} ${endif}${if_existing  /dev/sdc1}
    ${color6}${execp  df -H | grep 'sdc1' | cut -c 6-9}${color}:${color8}${alignr 5}${execp  df -H | grep 'sdc1' | cut -c 63-67}${color} / ${color8}${execp  df -H | grep 'sdc1' | cut -c 57-61}${else} ${endif}${if_existing  /dev/sdd1}
    ${color6}${execp  df -H | grep 'sdd1' | cut -c 6-9}${color}:${color8}${alignr 5}${execp  df -H | grep 'sdd1' | cut -c 63-67}${color} / ${color8}${execp  df -H | grep 'sdd1' | cut -c 57-61}${else} ${endif}${color}
    
    === dk75-2 di|gawk ===${if_existing /dev/sdb1}
    ${color6}${execp  di |gawk '/rootfs/ {gsub(/\/.*\//,"",$1); print "Root${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}
    ${color6}${execp  di |gawk '/home/ {gsub(/\/.*\//,"",$1); print $1"${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}
    ${color6}${execp  di |gawk '/sda5/ {gsub(/\/.*\//,"",$1); print $1"${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}
    ${color6}${execp  di |gawk '/sda8/ {gsub(/\/.*\//,"",$1); print $1"${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}${if_existing /dev/sdc1}
    ${color6}${execp  di |gawk '/sdb1/ {gsub(/\/.*\//,"",$1); print $1"${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}${else}${endif}${if_existing /dev/sdc1}
    ${color6}${execp  di |gawk '/sdc1/ {gsub(/\/.*\//,"",$1); print $1"${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}${else}${endif}${if_existing /dev/sdd1}
    ${color6}${execp  di |gawk '/sdd1/ {gsub(/\/.*\//,"",$1); print $1"${color}: ${color8}"$3"${goto 100}${color}"$2"${goto 200}${color8}Used: "$6"${goto 265} or "$4}'}${color}${else}${endif}
    
    === dk75 df -H ===${if_existing /dev/sdb1}
    ${color6}Fsys ${color8}Size ${color7}Free ${color1}Used  ${color1}%   ${color}Mount Pt.
    ${cpubar cpu0 0,250}
    ${color6}${execp  df -H |gawk '/rootfs/ {gsub(/\/.*\//,"",$6); print "Root${goto 40}${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}
    ${color6}${execp  df -H |gawk '/home/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}
    ${color6}${execp  df -H |gawk '/sda5/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}
    ${color6}${execp  df -H |gawk '/sda8/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${if_existing /dev/sdb1}
    ${color6}${execp  df -H |gawk '/sdb1/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${else} ${endif}${if_existing /dev/sdc1}
    ${color6}${execp  df -H |gawk '/sdc1/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${else} ${endif}${if_existing /dev/sdd1}
    ${color6}${execp  df -H |gawk '/sdd1/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${else} ${endif}${color}
    
    === mrprachy ===${lua get_mounted_data 3}
    TOTAL MOUNTED: ${lua mount 1 total}
      ${color6}FSYS${goto 80}${color8}SIZE${goto 130}${color7}FREE${goto 175}${color1}USED${goto 215}${color}MOUNT
    ${color6}${lua mount 1 fsys 9}${goto 80}${color8}${lua mount 1 size}${goto 130}${color7}${lua mount 1 free}${goto 175}${color1}${lua mount 1 use%}${goto 215}${color}${lua mount 1 mount}
    ${color6}${lua mount 2 fsys 9}${goto 80}${color8}${lua mount 2 size}${goto 130}${color7}${lua mount 2 free}${goto 175}${color1}${lua mount 2 use%}${goto 215}${color}${lua mount 2 mount}
    ${color6}${lua mount 3 fsys 9}${goto 80}${color8}${lua mount 3 size}${goto 130}${color7}${lua mount 3 free}${goto 175}${color1}${lua mount 3 use%}${goto 215}${color}${lua mount 3 mount}
    ${color6}${lua mount 4 fsys 9}${goto 80}${color8}${lua mount 4 size}${goto 130}${color7}${lua mount 4 free}${goto 175}${color1}${lua mount 4 use%}${goto 215}${color}${lua mount 4 mount}
    ${color6}${lua mount 5 fsys 9}${goto 80}${color8}${lua mount 5 size}${goto 130}${color7}${lua mount 5 free}${goto 175}${color1}${lua mount 5 use%}${goto 215}${color}${lua mount 5 mount}
    ${color6}${lua mount 6 fsys 9}${goto 80}${color8}${lua mount 6 size}${goto 130}${color7}${lua mount 6 free}${goto 175}${color1}${lua mount 6 use%}${goto 215}${color}${lua mount 6 mount}
    ${color6}${lua mount 7 fsys 9}${goto 80}${color8}${lua mount 7 size}${goto 130}${color7}${lua mount 7 free}${goto 175}${color1}${lua mount 7 use%}${goto 215}${color}${lua mount 7 mount}
    ${color6}${lua mount 8 fsys 9}${goto 80}${color8}${lua mount 8 size}${goto 130}${color7}${lua mount 8 free}${goto 175}${color1}${lua mount 8 use%}${goto 215}${color}${lua mount 8 mount}
    
    === dk75 df -H ===${if_existing /dev/sdb1}
    ${color6}Fsys ${color8}Size ${color7}Free ${color1}Used  ${color1}%   ${color}Mount Pt.
    ${cpubar cpu0 0,250}
    ${color6}${execp  df -H |gawk '/rootfs/ {gsub(/\/.*\//,"",$6); print "Root${goto 40}${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}
    ${color6}${execp  df -H |gawk '/home/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}
    ${color6}${execp  df -H |gawk '/sda5/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}
    ${color6}${execp  df -H |gawk '/sda8/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${if_existing /dev/sdb1}
    ${color6}${execp  df -H |gawk '/sdb1/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${else} ${endif}${if_existing /dev/sdc1}
    ${color6}${execp  df -H |gawk '/sdc1/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${else} ${endif}${if_existing /dev/sdd1}
    ${color6}${execp  df -H |gawk '/sdd1/ {gsub(/\/.*\//,"",$1); print $1" ${color8}"$2"${goto 75}${color7}"$4"${goto 110}${color1}"$3"${goto 145}${color1}"$5"${goto 175}${color}"$6}'}${else} ${endif}${color}
    Thank you guys ... love learning new tricks and tweaking things.

    My hat goes of to all of you.

  2. #20512
    Join Date
    Mar 2012
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Here is the latest Theme for MrPeachy's interactive conky..
    all buttons closed.


    Video button opened. (We figured out how to get conky to open mplayer)


    And here is all buttons opened..


    Roughly based on LCARS.

  3. #20513
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by falldown View Post
    Roughly based on LCARS.
    Screen size is important.

  4. #20514
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by falldown View Post
    Here is the latest Theme for MrPeachy's interactive conky..
    all buttons closed.


    Video button opened. (We figured out how to get conky to open mplayer)


    And here is all buttons opened..


    Roughly based on LCARS.
    Thats pretty intense falldown. Nice work though
    I'm a super power user

  5. #20515
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Petro Dawg started it with his "df -h" lines that are an excellent idea.
    dk75 came up with a great rewrite, and
    mrpreachy came up with a lua script

    Thank you guys ... love learning new tricks and tweaking things.

    My hat goes of to all of you.
    if you wanted something after the partitions section then for the conky/lua way you could use if_match like so

    Code:
    TEXT
    all the lua calls to display partitions
    ${if_match ${lua mount 1 total}==2}${voffset -60}${else}${if_match ${lua mount 1 total}==3}${voffset -30}${endif}${endif}
    STUFF FOLLOWING PARTITIONS SECTION
    add as many if_match's depending on the max number of partitions it may show and adjust the voffset to bring the lower stuff up

  6. #20516
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    if you wanted something after the partitions section then for the conky/lua way you could use if_match like so

    Code:
    TEXT
    all the lua calls to display partitions
    ${if_match ${lua mount 1 total}==2}${voffset -60}${else}${if_match ${lua mount 1 total}==3}${voffset -30}${endif}${endif}
    STUFF FOLLOWING PARTITIONS SECTION
    add as many if_match's depending on the max number of partitions it may show and adjust the voffset to bring the lower stuff up
    Oh that good to know. Thanks.

  7. #20517
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I have updated the download and thread for my weather script.

    I added a button on the radar/satellite images that changes them to show data for a larger area.


    I also updated the movie for my weather script.
    The new one has a weather alert so you can see what that looks like.

    Go to the thread for the full details of the update.
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

  8. #20518
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    After another bout with the "Brain Gas" I had to start from scratch again with Conky. Here is my latest that I blatantly snatched from Mrpeachy! I gotta say, the man's a genius! Anyway, here's my latest screenshot. Just a couple of modifications adjusting where stuff appeared. All the work was done by the aforementioned mrpeachy! Many thanks my man.
    As an aside, last night something happened with my Unity desktop where nothing would appear as it should have. I've seen a couple of other posts about some folks losing their Unity over the last couple days. I ended up doing a total re-install of Ubuntu. Thank goodness for UbuntuOne! Has anyone else read about the recent probs and was there ever a solution? Like I said, I ended up doing a total re-install even after some extensive 'help' from a guy here on the forums named mcduck whom I can't thank enough. Talk about the patience of Job! (you know, the guy from the bible?)
    Anyway, heres my latest attempt at a good looking conky! (and like I said, alot of copy and paste went into it!)

    Jed
    Attached Images Attached Images
    Last edited by Jedcurtis; September 8th, 2012 at 10:25 PM. Reason: Fixed attached pic...

  9. #20519
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Thank's Jed
    i think only the weather part is mine though
    unless the bottom bit is from a setup i don't remember (which happens all too frequently)
    ...but it doesn't look like mine

  10. #20520
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by facetoe View Post
    I get this in the terminal:

    Code:
    Conky: desktop window (2000095) is subwindow of root window (af)
    Conky: window type - normal
    Conky: drawing to created window (0x4e00001)
    Conky: drawing to double buffer
    No error or anything, the graph just doesn't show up.
    Check this.

    What exactly are you trying to graph?

Page 2052 of 2348 FirstFirst ... 1052155219522002204220502051205220532054206221022152 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •