Page 148 of 2348 FirstFirst ... 48981381461471481491501581982486481148 ... LastLast
Results 1,471 to 1,480 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1471
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by John.Michael.Kane View Post
    Try these lines.
    Code:
    Core: ${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c12-17 | sed '/^$/d'}C
    
    MB: ${execi 8 sensors | grep -A 1 'M/B Temp:' | cut -c12-17 | sed '/^$/d'}C
    OK, I see this on my screen: (less the stuff in brackets)

    Core: +49
    +41.0

    MB: +41.0
    1.650 C
    Last edited by Bruce M.; January 16th, 2008 at 06:02 PM.

  2. #1472
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    OK, I see this on my screen: (less the stuff in brackets)

    Core: +49
    +41.0

    MB: +41.0
    1.650 C
    Currently grep is passing both mb, and cpu plus vid.

    You might be better off running a single line which seems to grep both the cpu temp, and mb temp
    Code:
    System Temp: ${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c12-20 | sed '/^$/d'}°C
    In the end you will have play around with the cut numbers. until you find a set that suits your needs.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  3. #1473
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by John.Michael.Kane View Post
    Try these lines.
    Code:
    Core: ${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c12-17 | sed '/^$/d'}C
    
    
    MB: ${execi 8 sensors | grep -A 1 'M/B Temp:' | cut -c12-17 | sed '/^$/d'}C
    Quote Originally Posted by John.Michael.Kane View Post
    Currently grep is passing both mb, and cpu plus vid.

    You might be better off running a single line which seems to grep both the cpu temp, and mb temp
    Code:
    System Temp: ${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c12-20 | sed '/^$/d'}°C
    In the end you will have play around with the cut numbers. until you find a set that suits your needs.
    Here are the lines I'm "testing" at the moment. The last ones, System Temp and under, are the answer.

    Code:
    ${color orange}CPU Temp: ${color cyan}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c12-17 | sed '/^$/d'}${color orange}°C$color
    
    ${color orange}M/B Temp: ${color cyan}${execi 8 sensors | grep -A 1 'M/B Temp:' | cut -c12-17 | sed '/^$/d'} ${color orange}°C$color
    
    ${color orange}System Temps: ${color cyan}(Low = 0°C / High = 127°C)$color
    ${color yellow}${execi 8 sensors | grep -A 1 'CPU Temp:' | sed '/^$/d'}$color
    ${color cyan}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c0-18| sed '/^$/d'}$color
    And attached it what it looks like. I'll use the System Temp line (only text anyway, and the LAST line of the code.

    In case this can help someone else:
    Intel Motherboard D815EEA - P-III chip @ 800MHtz with Hardware Monitor (im-sensors) installed and running.

    Thank you again John.Micheal.Kane

    EDIT:
    The code line has changed from: | cut -c0-18 | to | cut c-0-19 | to include the C (or F) in conky.
    Code:
    ${color cyan}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c0-19 | sed '/^$/d'}$color

    Bruce
    Attached Images Attached Images
    Last edited by Bruce M.; January 16th, 2008 at 07:23 PM. Reason: EDIT: Change in code

  4. #1474
    Join Date
    Oct 2006
    Beans
    171

    Re: Post your .conkyrc files w/ screenshots

    ok guys gotta lil problem...i tried to get my wireless signal to display and its not I'm terrible with this stuff so anyone help me out? Also how do I get it to display my battery life?

    Nevermind figured out the wireless signal now just need battery life


    HAHAHAH nevermind figured that one out too!
    Attached Images Attached Images
    Last edited by CCBalla10; January 16th, 2008 at 07:22 PM.

  5. #1475
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Well this is it. I think I'm finished until some new revolutionary thing comes along.

    My completed conky.
    With my heartfelt Thanks to everyone here who helped me.

    conkymain
    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 1.0
    draw_shades no
    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 9
    border_width 10
    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 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    
    #  FOR MY INFO
    # C A L E N D A R
    # last month
    # ${font DejaVu Sans Mono :size=8}${execi 7200 cal -3 | cut -c00-22}
    # this month
    # ${execi 7200 cal}
    # next month
    # ${execi 7200 cal -3 | cut -c45-64}$font
    # this month and next month
    # ${font DejaVu Sans Mono :size=8}${execi 7200 cal -3 | cut -c23-64}$font
    
    # For international dates & times ${tztime} see: /usr/share/zoneinfo
    # Leave 3 blank lines below TEXT to clear panels
    # add this line below TEXT to test things, remove when finished.
    
    #${color cyan}Fix me: CPU Temp: ${color white}${acpitemp}C $color
    #${color red}Test Cmds Above ${hr 3} $color
    
    #Intel Motherboard D815EEA - System Temps
    #${color orange}System Temps: ${color cyan}(Low = 0°C / High = 127°C)$color
    #${color yellow}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c0-18| sed '/^$/d'}$color
    
    # Commands TESTED:
    #${color orange}CPU Temp: ${color cyan}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c12-17 | sed '/^$/d'}${color orange}°C$color
    #${color orange}M/B Temp: ${color cyan}${execi 8 sensors | grep -A 1 'M/B Temp:' | cut -c12-17 | sed '/^$/d'} ${color orange}°C$color
    #${color yellow}${execi 8 sensors | grep -A 1 'CPU Temp:' | sed '/^$/d'}$color
    #${color cyan}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c0-18| sed '/^$/d'}$color
    
    TEXT
    
    ${alignc}${color cyan}~~== ${color orange}GMT ${color white}${tztime GMT %H:%M:%S} ${color cyan}==~~$color
    ${alignc}${Color orange}~~== ${color cyan}Canada ${color orange}==~~$color
    ${color orange}Sis${alignr}${color cyan}Winnipeg${color cyan}: ${color white}${tztime Canada/Central %H:%M:%S}$color
    ${color orange}JBM & CDM & LilSis${alignr}${alignr}${color cyan}London${color cyan}: ${color white}${tztime Canada/Eastern %H:%M:%S}$color
    
    ${alignc}${Color orange}~~== ${color cyan}Buenos Aires ${color orange}==~~$color
    ${font :size=30}${color white}${alignc}${time %H:%M:%S}$color $font
    ${font :size=12}${color cyan}${alignc}${time %A, %d %b. %y}$color $font
    
    ${font DejaVu Sans Mono :size=8}${execi 7200 cal -3 | cut -c23-64}$font
    ${color cyan}${hr 1}$color
    ${color orange}${alignc}UpTime for ${color white}${exec whoami} @ $nodename${color orange} $uptime $color
    ${color orange}${alignc}$sysname $kernel ($machine) $color
    ${color cyan}${hr 1}$color
    ${color orange}System Temps:$color${alignr}(Low = 0°C / High = 127°C)
    
    ${color yellow}${execi 8 sensors | grep -A 1 'CPU Temp:' | cut -c0-19| sed '/^$/d'}$color
    ${color cyan}${hr 1}$color
    ${color orange}CPU: ${color white}${cpu}% ${color orange}${cpubar cpu0} $color
    ${color cyan}Freq: ${color white}$freq ${color cyan}MHz ${color cyan}     Running: ${color white}$running_processes ${color cyan}of ${color white}$processes${color cyan}processes $color
    ${color cyan}Load Avg (${color yellow}Min${color cyan}):$alignr${color yellow}1: ${color white}${loadavg 1}      ${color yellow}5: ${color white}${loadavg 2}     ${color yellow}15: ${color white}${loadavg 3} ${color orange}$color
    
    ${color orange}MEM: ${color cyan}RAM: ${color white}$memperc% ${color cyan}(${color white}${mem} ${color cyan}of ${color orange}${memmax}${color cyan}) ${color orange}$membar $color
    ${color orange}DISK: ${color cyan}Swap: ${color white}$swapperc% ${color cyan}(${color white}$swap ${color cyan}of ${color orange}${swapmax}${color cyan})${color orange} ${swapbar}$color
    
    ${color orange}HD Info ${hr 1} $color
    ${color cyan}Ubuntu:${alignr}${color white}${fs_free_perc /}% ${color cyan}(${color white}${fs_used /} ${color cyan}of ${color orange}${fs_size /}${color cyan})$color
    ${color cyan}BruLoo:${alignr}${color white}${fs_free_perc /media/BruLoo}% ${color cyan}(${color white}${fs_used /media/BruLoo} ${color cyan}of ${color orange}${fs_size /media/BruLoo}${color cyan})$color
    ${color cyan}W2K:${alignr}${color white}${fs_free_perc /media/sda1}% ${color cyan}(${color white}${fs_used /media/sda1} ${color cyan}of ${color orange}${fs_size /media/sda1}${color cyan})$color
    ${color orange}${hr 1} $color
    ${color orange}IP ${color cyan}(${color white}${addr eth0}${color cyan}) ${color orange}${hr 1} $color
    ${color cyan}Down: ${color white}${downspeed eth0}k/s ${alignr}${color cyan}Up: ${color white}${upspeed eth0}k/s $color
    ${color cyan}Total: ${color white}${totaldown eth0} ${alignr}${color cyan}Total: ${color white}${totalup eth0} $color
    ${color cyan}Inbound: ${color white}${tcp_portmon 1 32767 count}          ${color cyan}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color cyan}Total: ${color white}${tcp_portmon 1 65535 count} $color
    ${color orange}Connections ${color white}${tcp_portmon 32768 61000 count} ${alignr} ${color orange}Service/Port $color${color white}
    ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
    ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
    ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
    ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
    ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}$color
    Conkyweather
    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 Candara:size=8
    xftalpha 0.5
    update_interval 1.0
    draw_shades no
    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 9
    border_width 10
    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 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    TEXT
    ${color cyan}WEATHER: ${hr 1}$color
    ${color white}${execi 60 ~/scripts/weather.sh ARBA0009}$color
    and the screenshot:


    Thank you everyone.
    Bruce
    PS: I'll be watching this thread

  6. #1476
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by CCBalla10 View Post
    ok guys gotta lil problem...i tried to get my wireless signal to display and its not I'm terrible with this stuff so anyone help me out? Also how do I get it to display my battery life?

    Nevermind figured out the wireless signal now just need battery life


    HAHAHAH nevermind figured that one out too!
    Hey that's a cool looking desktop. How did you get those black & white icons for volume and shutdown? Those are much better looking than the ones I have.

  7. #1477
    Join Date
    Oct 2006
    Beans
    171

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Hey that's a cool looking desktop. How did you get those black & white icons for volume and shutdown? Those are much better looking than the ones I have.
    its the icon pack for the Mac4Lin project....search for it on here and you will find it....its the newest package not the old ones...i believe its version 0.4 or something?

  8. #1478
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Hey that's a cool looking desktop. How did you get those black & white icons for volume and shutdown? Those are much better looking than the ones I have.
    http://sourceforge.net/projects/mac4lin

    http://www.gnome-look.org/content/sh...?content=72000

    http://www.howtoforge.com/mac4lin_ma...ook_like_a_mac
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  9. #1479
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    While I have no desire to make my computer look like a mac, I do like those icons. Thanks for the tip!

  10. #1480
    Join Date
    Oct 2006
    Beans
    171

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    While I have no desire to make my computer look like a mac, I do like those icons. Thanks for the tip!
    and i only do cuz i have an iMac as my home computer and don't use that as much b/c my family uses it, so i put linux on my laptop and liked it more but did like the look of a mac

Page 148 of 2348 FirstFirst ... 48981381461471481491501581982486481148 ... 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
  •