Page 2125 of 2348 FirstFirst ... 1125162520252075211521232124212521262127213521752225 ... LastLast
Results 21,241 to 21,250 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21241
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dannyboy79 View Post
    thanks for trying but no, it still shows the greeter background for xubuntu. here's what it looks like, this is a new picture. It looks like all that did was cut the bottom off so thats correct now but I don't get why it's not transparent with the Black Ops II background behind it.
    This works in my XFCE4 session:
    Code:
    # conky -c /media/5/conky/dannyboy79.conky &
    
    ###  Begin Window Settings  ##################################################
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager
    own_window_colour gray
    own_window_class Conky
    own_window_title dannyboy79
    
    # Use the Xdbe extension? (eliminates flicker)
    # It is highly recommended to use own window with this one
    # so double buffer won't be so big.
    double_buffer yes
    
    ### ARGB can be used for real transparency
    ### NOTE that a composite manager is required for real transparency.
    ### This option will not work as desired (in most cases) in conjunction with
    ### own_window_type normal
     own_window_argb_visual yes
    
    ### When ARGB visuals are enabled, this use this to modify the alpha value
    ### Use: own_window_type normal
    ### Use: own_window_transparent no
    ### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
    # own_window_argb_value 255
    
    minimum_size 315 10     ## width, height
    maximum_width 315       ## width, usually a good idea to equal minimum width
    
    gap_x 10 # left-right
    gap_y 10 # up-down
    
    alignment tr
    ###################################################  End Window Settings  ###
    ###  Font Settings  #########################################################
    # Use Xft (anti-aliased font and stuff)
    use_xft yes
    #xftfont Anonymous Pro:bold:size=9
    #xftfont DrjaVu Sans Mono:bold:size=8
    xftfont Ubuntu:size=10
    
    # Alpha of Xft font. Must be a value at or between 1 and 0 ###
    xftalpha 1
    # Force UTF8? requires XFT ###
    override_utf8_locale yes
    
    draw_shades no
    default_shade_color black
    
    draw_outline no # amplifies text if yes
    default_outline_color black
    
    uppercase no
    ######################################################  End Font Settings  ###
    ###  Color Settings  #########################################################
    default_shade_color gray
    default_outline_color black
    
    default_color DCDCDC #220 220 220	Gainsboro
    color0 8FBC8F #143 188 143	DarkSeaGreen
    color1 778899 #119 136 153	LightSlateGray
    color2 FF8C00 #255 140   0	DarkOrange
    color3 7FFF00 #127 255   0	Chartreuse
    color4 FFA07A #255 160 122	LightSalmon
    color5 FFDEAD #255 222 173	NavajoWhite
    color6 00BFFF #  0 191 255	DeepSkyBlue
    color7 00FFFF #  0 255 255	Cyan
    color8 FFFF00 #255 255   0	Yellow
    color9 B22222 #178  34  34	FireBrick
    #####################################################  End Color Settings  ###
    ###  Borders Section  ########################################################
    draw_borders no
    # Stippled borders?
    stippled_borders 0
    # border margins
    border_inner_margin 5
    border_outer_margin 0
    # border width
    border_width 0
    # graph borders
    draw_graph_borders no #yes
    #default_graph_size 15 40
    #####################################################  End Borders Secton  ###
    ###  Miscellaneous Section  ##################################################
    # Boolean value, if true, Conky will be forked to background when started.
    background yes
    
    # Adds spaces around certain objects to stop them from moving other things
    # around, this only helps if you are using a mono font
    # Options: right, left or none
    use_spacer none
    0
    # Default and Minimum size is 256 - needs more for single commands that
    # "call" a lot of text IE: bash scripts
    text_buffer_size 1028
    
    # Subtract (file system) buffers from used memory?
    no_buffers yes
    
    # change GiB to G and MiB to M
    short_units yes
    
    # Like it says, ot pads the decimals on % values
    # doesn't seem to work since v1.7.1
    pad_percents 2
    
    #   Maximum size of user text buffer, i.e. layout below TEXT line in config file
    #  (default is 16384 bytes)
    # max_user_text 16384
    
    # Desired output unit of all objects displaying a temperature. Parameters are
    # either "fahrenheit" or "celsius". The default unit is degree Celsius.
    # temperature_unit Fahrenheit
    
    ##############################################  End Miscellaneous Section  ###
    ###  LUA Settings  ###########################################################
    ## Above and After TEXT - requires a composite manager or blinks.
    ##
    # lua_load ~/Conky/LUA/draw-bg.lua
    #TEXT
    #${lua conky_draw_bg 10 0 0 0 0 0x000000 0.6}
    #
    ## ${lua conky_draw_bg corner_radius x_position y_position width height color alpha}
    ##
    ## OR Both above TEXT (No composite manager required - no blinking!)
    #
    # lua_load /media/5/Conky/LUA/draw-bg.lua
    # lua_draw_hook_pre draw_bg 15 0 0 0 0 0x000000 0.5
    # lua_draw_hook_post draw-bg 125 0 0 0 0 0x000000 0.01
    #
    # TEXT
    #
    #######################################################  End LUA Settings  ###
    # The all important - How often conky refreshes.
    # If you have a "Crey" try: 0.2 - smokin' - but watch the CPU useage go UP!
    update_interval 1
    
    TEXT
    ${color red}SYSTEM ${hr 1}${color}
    ${color green}[${color}${nodename}${color green}]:
    ${color}${sysname} ${kernel} Uptime: ${uptime}
    
    ${color red}CPU ${hr 1}${color}
    ${color green}Load: ${color}${loadavg}   ${color green}Temp: ${color}${acpitempf}F
    ${color green}Processes: ${color}$processes    ${color green}Running: ${color}$running_processes
    ${color green}CPU Load: ${color}${cpu}%
    ${cpugraph 00ff00 ffffff}
    ${color green}NAME             $alignr PID       CPU%      MEM%
    ${color ffff00}${top name 1} $alignr ${top pid 1} ${top cpu 1}    ${top mem 1}${color}
    ${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}$memperc% ${color green}(${color}${mem} / ${memmax}${color green})
    ${color green}Swap:  ${color}$swapperc% ${color green}(${color}${swap} / ${swapmax}${color green})
    ${color green}DiskIO:${color}${diskio}
    ${diskiograph 00ff00 ffffff}
    ${color green}Root:  ${color}${fs_free_perc /}% ${alignr}${color green}(${color}${fs_used /} / ${fs_size /}${color green})
    ${color green}Home:  ${color}${fs_free_perc /home}% ${alignr}${color green}(${color}${fs_used /home} / ${fs_size /home}${color green})
    ${color green}HDCM:  ${color}${fs_free_perc /media/HDCM_BACKUP}%${alignr} ${color green}(${color}${fs_used /media/HDCM_BACKUP} / ${fs_size /media/HDCM_BACKUP}${color green})
    ${color green}500gb1:  ${color}${fs_free_perc /media/500gb1}% ${alignr}${color green}(${color}${fs_used /media/500gb1} / ${fs_size /media/500gb1}${color green})
    ${color green}WDMBWE1TB:  ${color}${fs_free_perc /media/WDMBWE1TB}% ${alignr}${color green}(${color}${fs_used /media/WDMBWE1TB} / ${fs_size /media/WDMBWE1TB}${color green})
    ${color green}Circle:  ${color}${fs_free_perc /mnt/circle}% ${alignr}${color green}(${color}${fs_used /mnt/circle} / ${fs_size /mnt/circle}${color green})
    
    ${color red}NETWORK (${addr eth0}) ${hr 1}${color}
    ${color green}Down: ${color}${downspeed eth0}k/s ${alignr}${color green}Up: ${color}${upspeed eth0}k/s
    ${downspeedgraph eth0 25,140 ff0000 00ff00} ${alignr}${upspeedgraph eth0
    25,140 00ff00 ff0000}
    ${color green}Total: ${color}${totaldown eth0} ${alignr}${color green}Total: ${color}${totalup eth0}
    ${color green}Inbound: ${color}${tcp_portmon 1 32767 count} ${color green}Outbound: ${color}${tcp_portmon 32768
    61000 count}${alignr}${color green}Total: ${color}${tcp_portmon 1 65535 count}
    ${color green}Connections ${color}${tcp_portmon 32768 61000 count}
    ${color green}Public IP: ${color}${execi 3600 wget -O - http://whatismyip.org/ | tail}

  2. #21242
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    This works in my XFCE4 session:
    AWESOME. thanks. 2 last things though, my public IP isn't working and also the temperature isn't working for the cpu. See pic
    https://lh5.googleusercontent.com/-V...576/conky1.png

  3. #21243
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dannyboy79 View Post
    AWESOME. thanks. 2 last things though, my public IP isn't working and also the temperature isn't working for the cpu. See pic
    https://lh5.googleusercontent.com/-V...576/conky1.png
    My hardware is different so I think you'd have to run sensors to see what info you need to get your temps from.

    It's a different source than what yours uses for IP info but this should work for you too.
    Code:
    ${execi 1800 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
    For safety sake, I would smudge out your IP addys before you post the pictures. I bet most people here wouldn't do anything with the info but Google shows a whole lot of people the info too if they are searching.
    Last edited by FrankenCub; December 17th, 2012 at 04:02 AM.

  4. #21244
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    My hardware is different so I think you'd have to run sensors to see what info you need to get your temps from.

    It's a different source than what yours uses for IP info but this should work for you too.
    Code:
    ${execi 1800 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
    For safety sake, I would smudge out your IP addys before you post the pictures. I bet most people here wouldn't do anything with the info but Google shows a whole lot of people the info too if they are searching.
    awesome, IP is working now. Last thing is the CPU temp and or if its possible to show both cpu0 and cpu1? here's the info from sensors.
    Code:
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
    Core 1:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
    
    w83697hf-isa-0290
    Adapter: ISA adapter
    in0:          +1.30 V  (min =  +0.10 V, max =  +2.56 V)
    in2:          +3.30 V  (min =  +0.06 V, max =  +1.34 V)  ALARM
    in3:          +2.98 V  (min =  +1.15 V, max =  +1.06 V)  ALARM
    in4:          +2.96 V  (min =  +0.26 V, max =  +0.38 V)  ALARM
    in5:          +2.98 V  (min =  +2.05 V, max =  +2.06 V)  ALARM
    in6:          +3.01 V  (min =  +0.00 V, max =  +1.31 V)  ALARM
    in7:          +3.30 V  (min =  +0.10 V, max =  +0.64 V)  ALARM
    in8:          +3.41 V  (min =  +1.02 V, max =  +0.21 V)  ALARM
    fan1:        2109 RPM  (min =  753 RPM, div = 8)
    fan2:        2136 RPM  (min = 84375 RPM, div = 8)  ALARM
    temp1:        +28.0°C  (high = +44.0°C, hyst =  +0.0°C)  sensor = thermistor
    temp2:        +32.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
    beep_enable: enabled

  5. #21245
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dannyboy79 View Post
    awesome, IP is working now. Last thing is the CPU temp and or if its possible to show both cpu0 and cpu1? here's the info from sensors.
    Code:
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
    Core 1:       +43.0°C  (high = +74.0°C, crit = +100.0°C)
    
    w83697hf-isa-0290
    Adapter: ISA adapter
    in0:          +1.30 V  (min =  +0.10 V, max =  +2.56 V)
    in2:          +3.30 V  (min =  +0.06 V, max =  +1.34 V)  ALARM
    in3:          +2.98 V  (min =  +1.15 V, max =  +1.06 V)  ALARM
    in4:          +2.96 V  (min =  +0.26 V, max =  +0.38 V)  ALARM
    in5:          +2.98 V  (min =  +2.05 V, max =  +2.06 V)  ALARM
    in6:          +3.01 V  (min =  +0.00 V, max =  +1.31 V)  ALARM
    in7:          +3.30 V  (min =  +0.10 V, max =  +0.64 V)  ALARM
    in8:          +3.41 V  (min =  +1.02 V, max =  +0.21 V)  ALARM
    fan1:        2109 RPM  (min =  753 RPM, div = 8)
    fan2:        2136 RPM  (min = 84375 RPM, div = 8)  ALARM
    temp1:        +28.0°C  (high = +44.0°C, hyst =  +0.0°C)  sensor = thermistor
    temp2:        +32.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermistor
    beep_enable: enabled
    That there is where I usually have issues
    I'm sure Sector 11 will be back with a fix for that. He's been my savings grace many times
    I noticed in your last screenshot the top where it shows 'core2duo' it shows weird.
    Replace..
    Code:
    ${color green}[${color}${nodename}${color green}]:
    With this..
    Code:
    ${color green}${color}${nodename}${color green}
    It takes out the extra [,],and:

  6. #21246
    Join Date
    Feb 2011
    Beans
    78

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by killerhz View Post
    so i have installed you code and mine looks off can you or someone please help me get this correct and oh by the way.. excellent work.

    http://i.imgur.com/XwHDD.jpg

    Hi,

    Your problems is that you don't have needed fonts. Here you can get them :
    http://ubuntuforums.org/showthread.php?t=1771033

    basically :
    1. make dir .fonts in ~/
    2. download font zip form post #4
    3. extract it in dir made in step 1
    4. run fc-cache -fv as root in terminal and you should be fine

    Best Wishes,
    Presian

  7. #21247
    Join Date
    Dec 2012
    Location
    europa
    Beans
    107
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    How's this:


    ACE


    thanks that's exactly what I wanted... I will of course make it transparent and probably change the font.

    But there you go a 'hacked' firewall monitor

  8. #21248
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ dannyboy79

    Quote Originally Posted by FrankenCub View Post
    That there is where I usually have issues
    I'm sure Sector 11 will be back with a fix for that. He's been my savings grace many times
    I noticed in your last screenshot the top where it shows 'core2duo' it shows weird.
    Replace..
    Code:
    ${color green}[${color}${nodename}${color green}]:
    With this..
    Code:
    ${color green}${color}${nodename}${color green}
    It takes out the extra [,],and:
    Why thank you FrankenCub, I try.

    Yup, I agree these that [ ]: blocks look strange but it's a users option

    If your taking them out make two changes

    Above TEXT in the colour section change color9 to this:

    Code:
    color9 FF0000 #255   0   0    Red
    Then change that sections to:
    Code:
    TEXT
    ${color9}SYSTEM ${hr 1}${color}
    ${nodename}
    ${sysname} ${kernel} Uptime: ${uptime}
    There is no sense in changing the colour to green and then back to the default.

    Now do a search|replace ${color green} to ${color3} - replace all
    Another search|replace ${color ffff00} to ${color8} - replace the one

    As for sensors to get the temp I use the "platform" method ... there are three options:

    1. the old awk, grep, sed way - requires an ${exec} command
    2. using hwmon ${hwmon} - sometimes they change, and
    3. platform ${platform} - stable always the same.

    mrpeachy updated the HowTo at Conky PitStop

    And like most people while "some" sensors readings are easy to figure out what about temperatures. Drives a person MAD ... mad I tell you ... MAD! ... just trying to figuring them out.

    I have 3 temp1's a temp2 and a temp 3 - but what are they for:
    Code:
     17 Dec 12 | 08:44:09 ~
             $ sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1:        +30.0°C  (crit = +110.0°C)
    
    k10temp-pci-00c3
    Adapter: PCI adapter
    temp1:        +34.5°C  (high = +70.0°C)
    
    f71862fg-isa-0a00
    Adapter: ISA adapter
    +3.3V:        +3.44 V  
    in1:          +1.35 V  
    in2:          +1.51 V  
    in3:          +0.86 V  
    in4:          +0.00 V  
    in5:          +0.00 V  
    in6:          +0.00 V  
    3VSB:         +3.39 V  
    Vbat:         +2.93 V  
    fan1:        2431 RPM
    fan2:           0 RPM  ALARM
    fan3:           0 RPM  ALARM
    temp1:        +44.0°C  (high = +85.0°C, hyst = +81.0°C)
                           (crit = +70.0°C, hyst = +66.0°C)  sensor = transistor
    temp2:        +39.0°C  (high = +85.0°C, hyst = +81.0°C)
                           (crit = +100.0°C, hyst = +96.0°C)  sensor = thermistor
    temp3:       +127.0°C  (high = +70.0°C, hyst = +68.0°C)  ALARM (CRIT)
                           (crit = +85.0°C, hyst = +83.0°C)  sensor = transistor
    
    
     17 Dec 12 | 08:44:26 ~
             $
    A little while back I found inxi - personally I think it should be a default install on all distros. Do yourself a favour and check it out.

    Code:
     17 Dec 12 | 09:03:17 ~
             $ s11
    System:    Host: sector11 Kernel: 3.6.0-3.dmz.2-liquorix-amd64 x86_64 (64 bit) 
               Desktop: Openbox 3.5.0 Distro: Debian GNU/Linux 7.0
    Machine:   Mobo: ECS model: MCP61M-M3 version: 7.0 Bios: American Megatrends version: 080015 date: 11/03/2010
    CPU:       Triple core AMD Athlon II X3 450 (-MCP-) cache: 1536 KB flags: (lm nx sse sse2 sse3 sse4a svm) 
               Clock Speeds: 1: 3214.513 MHz 2: 3214.513 MHz 3: 3214.513 MHz
    Graphics:  Card: NVIDIA GT218 [GeForce 210] X.Org: 1.12.4 driver: nvidia Resolution: 1280x1024@75.0hz 
               GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 0x209) GLX Version: 2.1 Mesa 8.0.5
    Audio:     Card-1: NVIDIA MCP61 High Definition Audio driver: snd_hda_intel Sound: ALSA ver: 1.0.25
               Card-2: NVIDIA High Definition Audio Controller driver: snd_hda_intel
    Network:   Card: NVIDIA MCP61 Ethernet driver: forcedeth 
               IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
    Drives:    HDD Total Size: 250.1GB (19.2% used) 1: id: /dev/sda model: WDC_WD2500AAJS size: 250.1GB 
    Partition: ID: / size: 9.2G used: 4.3G (50%) fs: ext4 ID: /home size: 14G used: 4.9G (38%) fs: ext4 
               ID: swap-1 size: 4.00GB used: 0.00GB (0%) fs: swap 
    Sensors:   System Temperatures: cpu: 45.0C mobo: 39.0C gpu: 48C 
               Fan Speeds (in rpm): cpu: 2463 fan-2: 0 fan-3: 0 
    Info:      Processes: 128 Uptime: 59 min Memory: 533.7/5963.0MB Client: Shell inxi: 1.8.19 
    
     17 Dec 12 | 09:03:25 ~
             $
    I made aliases - s11 is the short display. You should see the full display. Now it's easy to match the temps - fan speeds etc with the right places they are used.

    hddtemp - is still required for hard drives
    Examples:
    Code:
    ${execi 15 hddtemp -n /dev/sda}°
    ${execi 15 hddtemp -n /dev/sdb}°
    ${execi 15 hddtemp -n /dev/sdc}°
    This is what I use in my main conky for temps:
    Code:
     ${color3}CPU: ${color}${platform f71882fg.2560 temp 1}°${goto 120}${color3}SDA: ${color}${execi 15 hddtemp -n /dev/sda}°${goto 222}${color3}GPU: ${color}${nvidia temp}° ${alignr 5}${color3}MB: ${color}${platform f71882fg.2560 temp 2}°

    Free Image Hosting by imgbox.com

    Another thing you might want to do is tidy up your Processes area. Check out the bottom of the page where it says: Thanks to Jackzor & djyoung4, for making me aware of this missing tidbit:

    NOTE: If you are using the code I gave you the 'pad_percents 2' line is already there.

    And maybe add a PROCESSES line in there while your at it:

    Code:
    ${color9}PROCESSES ${hr 1}${color}
    ${color3}NAME             ${alignr}PID       CPU%      MEM%
    See it works well - I did the top 4 lines, the bottom 4 are your method:
    Last edited by Sector11; December 17th, 2012 at 02:23 PM.

  9. #21249
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by nomenkultur View Post


    ACE


    thanks that's exactly what I wanted... I will of course make it transparent and probably change the font.

    But there you go a 'hacked' firewall monitor
    Don't use the draw-bg.lua script and it's transparent.

    Just that my OLD eyes can't see it on a light background - it also helps to define the bottom limit of the conky. If you add more then the 20 included the limit will grow, as each line needs a space.

    Fonts are a personal thing it's the code that's important.

    Glad to have helped. Enjoy.

  10. #21250
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    @ dannyboy79



    Why thank you FrankenCub, I try.

    Yup, I agree these that [ ]: blocks look strange but it's a users option

    If your taking them out make two changes

    Above TEXT in the colour section change color9 to this:

    Code:
    color9 FF0000 #255   0   0    Red
    Then change that sections to:
    Code:
    TEXT
    ${color9}SYSTEM ${hr 1}${color}
    ${nodename}
    ${sysname} ${kernel} Uptime: ${uptime}
    There is no sense in changing the colour to green and then back to the default.

    Now do a search|replace ${color green} to ${color3} - replace all
    Another search|replace ${color ffff00} to ${color8} - replace the one

    As for sensors to get the temp I use the "platform" method ... there are three options:

    1. the old awk, grep, sed way - requires an ${exec} command
    2. using hwmon ${hwmon} - sometimes they change, and
    3. platform ${platform} - stable always the same.

    mrpeachy updated the HowTo at Conky PitStop

    And like most people while "some" sensors readings are easy to figure out what about temperatures. Drives a person MAD ... mad I tell you ... MAD! ... just trying to figuring them out.

    I have 3 temp1's a temp2 and a temp 3 - but what are they for:
    Code:
     17 Dec 12 | 08:44:09 ~
             $ sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1:        +30.0°C  (crit = +110.0°C)
    
    k10temp-pci-00c3
    Adapter: PCI adapter
    temp1:        +34.5°C  (high = +70.0°C)
    
    f71862fg-isa-0a00
    Adapter: ISA adapter
    +3.3V:        +3.44 V  
    in1:          +1.35 V  
    in2:          +1.51 V  
    in3:          +0.86 V  
    in4:          +0.00 V  
    in5:          +0.00 V  
    in6:          +0.00 V  
    3VSB:         +3.39 V  
    Vbat:         +2.93 V  
    fan1:        2431 RPM
    fan2:           0 RPM  ALARM
    fan3:           0 RPM  ALARM
    temp1:        +44.0°C  (high = +85.0°C, hyst = +81.0°C)
                           (crit = +70.0°C, hyst = +66.0°C)  sensor = transistor
    temp2:        +39.0°C  (high = +85.0°C, hyst = +81.0°C)
                           (crit = +100.0°C, hyst = +96.0°C)  sensor = thermistor
    temp3:       +127.0°C  (high = +70.0°C, hyst = +68.0°C)  ALARM (CRIT)
                           (crit = +85.0°C, hyst = +83.0°C)  sensor = transistor
    
    
     17 Dec 12 | 08:44:26 ~
             $
    A little while back I found inxi - personally I think it should be a default install on all distros. Do yourself a favour and check it out.

    Code:
     17 Dec 12 | 09:03:17 ~
             $ s11
    System:    Host: sector11 Kernel: 3.6.0-3.dmz.2-liquorix-amd64 x86_64 (64 bit) 
               Desktop: Openbox 3.5.0 Distro: Debian GNU/Linux 7.0
    Machine:   Mobo: ECS model: MCP61M-M3 version: 7.0 Bios: American Megatrends version: 080015 date: 11/03/2010
    CPU:       Triple core AMD Athlon II X3 450 (-MCP-) cache: 1536 KB flags: (lm nx sse sse2 sse3 sse4a svm) 
               Clock Speeds: 1: 3214.513 MHz 2: 3214.513 MHz 3: 3214.513 MHz
    Graphics:  Card: NVIDIA GT218 [GeForce 210] X.Org: 1.12.4 driver: nvidia Resolution: 1280x1024@75.0hz 
               GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 0x209) GLX Version: 2.1 Mesa 8.0.5
    Audio:     Card-1: NVIDIA MCP61 High Definition Audio driver: snd_hda_intel Sound: ALSA ver: 1.0.25
               Card-2: NVIDIA High Definition Audio Controller driver: snd_hda_intel
    Network:   Card: NVIDIA MCP61 Ethernet driver: forcedeth 
               IF: eth0 state: up speed: 100 Mbps duplex: full mac: <filter>
    Drives:    HDD Total Size: 250.1GB (19.2% used) 1: id: /dev/sda model: WDC_WD2500AAJS size: 250.1GB 
    Partition: ID: / size: 9.2G used: 4.3G (50%) fs: ext4 ID: /home size: 14G used: 4.9G (38%) fs: ext4 
               ID: swap-1 size: 4.00GB used: 0.00GB (0%) fs: swap 
    Sensors:   System Temperatures: cpu: 45.0C mobo: 39.0C gpu: 48C 
               Fan Speeds (in rpm): cpu: 2463 fan-2: 0 fan-3: 0 
    Info:      Processes: 128 Uptime: 59 min Memory: 533.7/5963.0MB Client: Shell inxi: 1.8.19 
    
     17 Dec 12 | 09:03:25 ~
             $
    I made aliases - s11 is the short display. You should see the full display. Now it's easy to match the temps - fan speeds etc with the right places they are used.

    hddtemp - is still required for hard drives
    Examples:
    Code:
    ${execi 15 hddtemp -n /dev/sda}°
    ${execi 15 hddtemp -n /dev/sdb}°
    ${execi 15 hddtemp -n /dev/sdc}°
    This is what I use in my main conky for temps:
    Code:
     ${color3}CPU: ${color}${platform f71882fg.2560 temp 1}°${goto 120}${color3}SDA: ${color}${execi 15 hddtemp -n /dev/sda}°${goto 222}${color3}GPU: ${color}${nvidia temp}° ${alignr 5}${color3}MB: ${color}${platform f71882fg.2560 temp 2}°

    Free Image Hosting by imgbox.com

    Another thing you might want to do is tidy up your Processes area. Check out the bottom of the page where it says: Thanks to Jackzor & djyoung4, for making me aware of this missing tidbit:

    NOTE: If you are using the code I gave you the 'pad_percents 2' line is already there.

    And maybe add a PROCESSES line in there while your at it:

    Code:
    ${color9}PROCESSES ${hr 1}${color}
    ${color3}NAME             ${alignr}PID       CPU%      MEM%
    See it works well - I did the top 4 lines, the bottom 4 are your method:
    WOW, a ton of great info but sadly I don't understand a lot of it. LOL How would I adapt this line for my CPU temp so it works is basically the last thing I am stuck on.
    Code:
    ${color green}Temp: ${color}${acpitempf}F

Page 2125 of 2348 FirstFirst ... 1125162520252075211521232124212521262127213521752225 ... 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
  •