Page 622 of 2348 FirstFirst ... 12252257261262062162262362463267272211221622 ... LastLast
Results 6,211 to 6,220 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #6211
    Join Date
    Apr 2006
    Location
    belgium
    Beans
    131
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Hi
    I see its possible to get the info of your video card as well
    the only examples that I came across so far are for nvidea with nvidea settings
    can I also use the nvidea settings for this card ASUS Eah3850/g/htdi 512mb Ddr3 Pci Express or is there another option that I have to use to get all the info about my video card?

    thanks for your help

    Paul

  2. #6212
    Join Date
    May 2008
    Beans
    75

    Re: Post your .conkyrc files w/ screenshots

    Finally got mine the way I want it. Took awhile to get the HDD temps worked out and then mix and match bits of code from others in this thread (thank you to those I plagiarized). This is my first effort at coding (I actually did a few things myself) and it was fun. Not as flashy as some but that's how I like it. So, here is the code:-background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 2.0
    draw_shades yes
    draw_outline no # amplifies text if yes
    draw_borders no
    uppercase no # set to yes if you want all text to be in uppercase
    stippled_borders 3
    border_margin 4
    border_width 1
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 10

    TEXT
    $color$font
    ${font LCDMono:size=55}${time %H:%M}$font
    ${voffset -63}${font Zekton:size=20}${alignr 5}${time %b}$font
    ${font Zekton:size=20}${alignr 5}${time %y}$font
    ${color0}${hr 1}$color
    ${font LCDMono:size=10}${color2}${pre_exec ~/Conky/scripts/calendario.sh semana}
    ${color 888888}${pre_exec ~/Conky/scripts/calendario.sh pasado}${color2}${pre_exec ~/Conky/scripts/calendario.sh hoy}${color 888888}${pre_exec ~/Conky/scripts/calendario.sh futuro}$font
    ${color white}${hr 1}$color

    ${color red}SYSTEM ${hr 1}$color
    ${color white}${color green}[${color white}$nodename${color green}]:
    ${color white}$sysname $kernel
    ${color white}Uptime: $uptime

    ${color red}CPU ${hr 1}$color
    ${color green}Load: ${color white}${loadavg} ${color green}
    ${color green}Processes: ${color white}$processes ${color green}Running: ${color white}$running_processes
    ${color green}CPU Load: ${color white}${cpu}%
    ${cpugraph 00ff00 ffffff}
    ${color green}NAME $alignr PID CPU% MEM%${color white}
    ${color #ffff00}${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}${color white}
    ${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
    ${top name 6} $alignr ${top pid 6} ${top cpu 6} ${top mem 6}

    ${color red}MEMORY / DISK ${hr 1}$color
    ${color green}RAM : ${color white}$memperc% ${color green}(${color white}${mem} / ${memmax}${color green})
    ${color green}Swap: ${color white}$swapperc% ${color green}(${color white}${swap} / ${swapmax}${color green})
    ${color green}DiskIO:${color white}${diskio}
    ${diskiograph 00ff00 ffffff}
    ${color green}Root: ${color white}${fs_free_perc /}% ${alignr}${color green}(${color white}${fs_used /} / ${fs_size /}${color green})
    ${color green}Home: ${color white}${fs_free_perc /home}% ${alignr}${color green}(${color white}${fs_used /home} / ${fs_size /home}${color green})

    ${color red}NETWORK (${addr eth0}) ${hr 1}$color
    ${color green}Down: ${color white}${downspeed eth0}k/s ${alignr}${color green}Up: ${color white}${upspeed eth0}k/s
    ${downspeedgraph eth0 25,140 ff0000 00ff00} ${alignr}${upspeedgraph eth0
    25,140 00ff00 ff0000}
    ${color green}Total: ${color white}${totaldown eth0} ${alignr}${color green}Total: ${color white}${totalup eth0}
    ${color green}Inbound: ${color white}${tcp_portmon 1 32767 count} ${color green}Outbound: ${color white}${tcp_portmon 32768
    61000 count}${alignr}${color green}Total: ${color white}${tcp_portmon 1 65535 count}
    ${color green}Connections ${color white}${tcp_portmon 32768 61000 count}

    ${color red}Temps ${hr 1}$color
    ${color green}CPU Temp: ${color white}${execi 10 sensors | grep -A0 'CPU Temp' | cut -c15-16} C
    ${color green}Motherboard Temp: ${color white}${execi 10 sensors | grep -A0 'M/B Temp' | cut -c15-16} C
    ${color green}SDA Temp: ${color white}${execi 10 hddtemp /dev/sda | cut -c28-29} C
    ${color green}SDB Temp: ${color white}${execi 10 hddtemp /dev/sdb | cut -c32-33} C

    And here is a screenshot:-

    /home/bob/conky1.png
    Attached Images Attached Images

  3. #6213
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dastasha View Post
    I changed the default text colour to ivory buts its too - bright - or bold or something.
    Want to make things blend in to the wallpaper a little better.
    Oh yeah and I want CPU and hard drive temperatures, fan speeds etc.

    The fun begins...

    I'll ask here if I need help and keep you updated
    WoW! Love that wall paper. Been watching you go through the process of getting it working (What I know about KDE could fit on the head of a pin).

    For CPU and hard drive temperatures, fan speeds etc, you'll need to get: curl, lm-sensors and hddtemps.

    To get lm-sensors working:
    Code:
    sudo sensors-detect
    and answer "Y" to all ... even that last one.

    When you install hddtemp you do not need it to run on startup (It will ask you). Once it's on your machine you can gain permission to use it yourself with, otherwise root owns it:
    Code:
    sudo chmod u+s /usr/sbin/hddtemp
    and that tip came from Crinos512 as well.

  4. #6214
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Read that wrong.
    Last edited by SkonesMickLoud; March 20th, 2009 at 12:53 PM. Reason: Oops
    Warranty? Who needs a warranty?
    If it ain't broke, take it apart and fix it.

  5. #6215
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Post your .conkyrc files w/ screenshots

    How do you put a real-time view of /var/log/auth.log in conky so I have a constant heads-up view of who's logged into the system? Kind of like:
    Code:
    cat /var/log/auth.log
    but it doesn't end like cat would end - it would keep checking auth.log for new entries. I want to be able to only view entries that contain the word "accepted" or "failed" depending on my needs.

  6. #6216
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by strAlan View Post
    How do you put a real-time view of /var/log/auth.log in conky so I have a constant heads-up view of who's logged into the system? Kind of like:
    Code:
    cat /var/log/auth.log
    but it doesn't end like cat would end - it would keep checking auth.log for new entries. I want to be able to only view entries that contain the word "accepted" or "failed" depending on my needs.
    Probably something along the lines of:

    Code:
    ${execi 30 cat /var/log/auth.log | grep -E "accepted|failed"}
    Substitute 30 for whatever time you want it to run.
    Last edited by SkonesMickLoud; March 20th, 2009 at 02:09 PM.
    Warranty? Who needs a warranty?
    If it ain't broke, take it apart and fix it.

  7. #6217
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Post your .conkyrc files w/ screenshots

    30 meaning it will check every 30 seconds? What does execi mean and where can I read about it in relation to conky?

  8. #6218
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by strAlan View Post
    30 meaning it will check every 30 seconds? What does execi mean and where can I read about it in relation to conky?
    Yes, the interval is in seconds. Execi is EXECute Interval. And you can either check the conky man page, or http://conky.sourceforge.net/variables.html
    Warranty? Who needs a warranty?
    If it ain't broke, take it apart and fix it.

  9. #6219
    Join Date
    Apr 2007
    Location
    Morrisville, NY
    Beans
    2,153

    Re: Post your .conkyrc files w/ screenshots

    Thanks!

  10. #6220
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SkonesMickLoud View Post
    Read that wrong.
    Hmmmmmmm, and I was looking for: Curl???

    I see you quoted me though:

    Last edited by SkonesMickLoud; 8 Hours Ago at 08:53 AM.. Reason: Oops
    I'm the original Mr. Oops!, so I know of what you speak!

Page 622 of 2348 FirstFirst ... 12252257261262062162262362463267272211221622 ... 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
  •