Page 737 of 2348 FirstFirst ... 23763768772773573673773873974778783712371737 ... LastLast
Results 7,361 to 7,370 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #7361
    Join Date
    Jun 2009
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    Hello;

    I am new here and new to conky as well. I am having an issue with Conky displaying the network name and signal strength. It displays both my upload.download rates properly, but it doesn't display the connected network or the signal strength.

    Any thoughts?

    Thanks
    Z.

    Here is the section for the network:

    NETWORK ${hr 2}
    IP address:${alignr}${addr eth1}
    ESSID:${alignr}${wireless_essid eth1}
    Connection quality:${alignr}${wireless_link_qual_perc eth1}%
    ${downspeedgraph eth1}
    DLS:${alignr} ${downspeedf eth1}kb/s
    ${upspeedgraph eth1}
    ULS:${alignr}${upspeedf eth1}kb/s
    Attached Files Attached Files
    Last edited by terrorcore; June 3rd, 2009 at 11:56 PM.

  2. #7362
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    nvclock -T | grep GPU
    => GPU temperature: 49C

    hddtemp /dev/sda
    /dev/sda: WDC WD6401AALS-00L3B2: 34°C


    EDIT:

    I'm getting this error when I run the GPU line in terminal (I even tried switching nvclock to nvidia-settings, still same error):

    Code:
    /home/anne/.scripts/colorize_gpu.sh: 19: [[: not found
    And this error when I run the hdd line:

    Code:
    bash: syntax error near unexpected token `|'
    You can't run the colorize script by itself.
    The outputs above tell me that your temps are there just a matter of using grep to get them

    I tried your commands and mine together, with yours I get zip with mine (obviously) I get my temps.

    Here they are:
    Code:
    ${font DejaVu Sans Mono:bold:size=9}
     ${voffset 3}CPU1:$alignr${offset -12}${execpi 6 /usr/bin/sensors | grep Core\ 0 | paste -s | cut -c15-16 | xargs ~/Conky/scripts/colorize.sh}C${color}
     CPU2:$alignr${offset -12}${execpi 6 /usr/bin/sensors | grep Core\ 1 | paste -s | cut -c15-16 | xargs ~/Conky/scripts/colorize.sh}C${color}
     GPU:$alignr${offset -12}${execi 30 nvclock -T | grep temperature | cut -c21-22 | xargs ~/Conky/scripts/colorize.sh }C${color}
     HDD:$alignr${offset -12}${execi 60 hddtemp /dev/sda -n;  }C${color}
    
    ${color3}CPU: ${color5}${execpi 8 sensors | grep 'CPU Temp' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempCPU.sh}°${color}${goto 75}${color3}Core: ${execpi 8 sensors | grep 'Core0' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempCore.sh}°${color}${goto 145}${color3}M/B: ${execpi 8 sensors | grep 'M/B Temp' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempMB.sh}°${color}${goto 210}${color3}GPU: ${execpi 8 sh -c "DISPLAY=:0.0 nvclock -T | grep GPU | cut -c21-22" | xargs ~/Conky/scripts/ColorTempGPU.sh}°${color}
    HD: ${execpi 8 hddtemp /dev/sda | cut --characters 34-37 | xargs ~/Conky/scripts/ColorTempHDD.sh}${color}${font}
    And yes, I do have the original "colorize" script as well.

    Try using the commands as I have them.
    Have a nice day.
    Bruce
    Attached Images Attached Images
    Last edited by Bruce M.; June 4th, 2009 at 01:45 AM.

  3. #7363
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by terrorcore View Post
    Hello;

    I am new here and new to conky as well. I am having an issue with Conky displaying the network name and signal strength. It displays both my upload.download rates properly, but it doesn't display the connected network or the signal strength.

    Any thoughts?

    Thanks
    Z.

    Here is the section for the network:

    NETWORK ${hr 2}
    IP address:${alignr}${addr eth1}
    ESSID:${alignr}${wireless_essid eth1}
    Connection quality:${alignr}${wireless_link_qual_perc eth1}%
    ${downspeedgraph eth1}
    DLS:${alignr} ${downspeedf eth1}kb/s
    ${upspeedgraph eth1}
    ULS:${alignr}${upspeedf eth1}kb/s
    I don't think you can get ESSID or Signal Strength from eth1 as that is a wired connection.

    Do you have a wireless connection? If so what device is it?
    Registered Ubuntu User #29430

  4. #7364
    Join Date
    Dec 2007
    Location
    New York
    Beans
    323

    Re: Post your .conkyrc files w/ screenshots

    I took some of the configuration stuff off (before TEXT) to save space. they're basically all the same.

    Code:
    #!/usr/bin/conky -d -c
    ##    .conkyrc configuration
    background yes
    border_margin 5
    border_width 5
    # http://htmlhelp.com/cgi-bin/color.cgi
    color0 555555            #
    color1 483D8B            # Dark Slate Blue
    color2 B8860B            # Dark goldenrod
    color3 4682B4            # Steelblue
    color4 8B0000            # Dark red
    color5 008080            # Teal
    # color6 778899            # Light slate gray
    # color7 8888CC            #  (COOL)
    color8 CCCC88            #  (WARM)
    color9 CC8888            #  (HOT)
    #
    # 000033 		 # dark blue
    color7 LightGray		 # LightGray
    color6 	000000	# blue 0066FF
    #color6 000033 
    #color7 LightGray
    #
    #
    
    cpu_avg_samples 2
    default_color F8F8FF        # Ghost white
    default_outline_color 0066FF     # Black
    default_shade_color 000000    # Black
    double_buffer yes
    draw_borders no
    draw_graph_borders no
    draw_outline no
    draw_shades no
    max_specials 1024
    max_user_text 10000
    maximum_width 380
    #maximum_height 200
    minimum_size 350
    net_avg_samples 2
    no_buffers yes
    override_utf8_locale yes
    own_window yes
    own_window_colour 000000    # Black
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_transparent yes
    own_window_type normal
    pad_percents 2
    short_units yes
    stippled_borders 3
    text_buffer_size 8000
    total_run_times 0
    update_interval 1.0
    uppercase no
    use_spacer right
    use_xft yes
    xftalpha 0.75
    xftfont Liberation Sans:size=8
    alignment top_middle
    gap_x 175
    gap_y 350
    #
    
    TEXT
    ${font Arial:bold:size=16}${color6}System ${color7}${hr 2}
    ${color6}${font OpenLogos:size=24}u t${font Arial:bold:size=16}${color7}${alignr}${kernel}
    Cpu1: ${cpu cpu1}%   ${goto 170}${execi 30 sensors -f | grep "Core0" | cut -d "+" -f2} ${goto 300}${cpubar 8,80 cpu1}
    Cpu2: ${cpu cpu2}%   ${goto 170}${execi 30 sensors -f | grep "Core1" | cut -d "+" -f2} ${goto 300}${cpubar 8,80 cpu2}
    RAM: $memperc% ${goto 170}$memmax ${goto 300}${membar 8,80}
    Uptime: ${goto 170}${uptime}
    
    ${font Arial:bold:size=16}${color6}Network ${color7}${hr 2}
    ${color7}${alignc}${addr eth0}
    ${alignc}${execpi 3600 wget -O - -q myip.dk |grep '"Box"' | egrep -o '[0-9.]+'}
    
    ${font Arial:bold:size=16}${color6}Drives ${color7}${hr 2}
    ${offset 0}${color6}Root:    ${color7}${fs_free /}/${fs_size /}${alignr}${execi 30 hddtemp --unit=F /dev/disk/by-uuid/00fa240e-cd12-41e6-af5a-d6a8fe93dedd | cut -d':' -f3}
    ${offset 0}${fs_bar /}
    ${offset 0}${color6}Home:    ${color7}${fs_free /home}/${fs_size /home}${alignr}${execi 30 hddtemp --unit=F /dev/disk/by-uuid/d2c9d3f6-70e9-4a13-bac3-ca3f0c8b60d2 | cut -d':' -f3}
    ${offset 0}${fs_bar /home}
    ${offset 0}${color6}15.C:  ${color7}${fs_free /home/j/15.C}/${fs_size /home/j/15.C}${alignr}${execi 30 hddtemp --unit=F /dev/disk/by-uuid/6214b067-1cc0-4341-8906-29b379396198 | cut -d':' -f3}
    ${offset 0}${fs_bar /home/j/15.C}
    ${offset 0}${color6}15.D:  ${color7}${fs_free /home/j/15.D}/${fs_size /home/j/15.D}${alignr}${execi 30 hddtemp --unit=F /dev/disk/by-uuid/6bc9c53a-efab-45b1-99d8-cf0fd8ec386f | cut -d':' -f3}
    ${offset 0}${fs_bar /home/j/15.D}
    ${offset 0}${color6}15.E:  ${color7}${fs_free /home/j/15.E}/${fs_size /home/j/15.E}${alignr}${execi 30 hddtemp --unit=F /dev/disk/by-uuid/0a7cf19e-033f-43cb-b815-56949f8966b9 | cut -d':' -f3}
    ${offset 0}${fs_bar /home/j/15.E}
    Code:
    Weather
    TEXT
    ${offset -5}${color6}${font StyleBats:style=CleanCut:size=16}q ${voffset -2}${font Arial:bold:size=12}WEATHER${font}  ${color7}${hr 2}
          ${font Trebuchet MS:size=26}${execi 600 conkyForecast --location=USNY0879 --imperial --datatype=HT}   ${execi 600 conkyForecast --location=USNY0879 --datatype=HT}${font Arial:bold:size=12}
        ${color7}
        ${offset 5}${font ConkyWeather:style=Bold:size=36}${execi 900 conkyForecast --location=USNY0879 --datatype=WF}${offset 16}${font ConkyWindNESW:size=36}${voffset 1}     ${execi 900 conkyForecast --location=USNY0879 --datatype=BS}${font}
        ${voffset -80}${font Arial:bold:size=12}
         
    
    
    
    
    ${voffset 0}${goto 50}${color7}${font Arial:bold:size=18}${execi 600 conkyForecast --location=USNY0879 --datatype=CT}${font}    
    ${voffset 0}${font Arial:bold:size=10}${color6}Barometer:     ${color LightGray}${execi 600 conkyForecast --location=USNY0879 --datatype=BD}   ${execi 900 conkyForecast --location=USNY0879 --datatype=BR}
    ${voffset 0}${color6}Humidity:         ${color LightGray}${execi 600 conkyForecast --location=USNY0879 --datatype=HM}
    ${voffset 0}${color6}Visibility:           ${color LightGray}${execi 900 conkyForecast --location=USNY0879 --datatype=VI --imperial}
    ${voffset 0}${color6}Wind Speed:    ${color LightGray}${execi 600 conkyForecast --location=USNY0879 --imperial --datatype=WS} km/h ${execi 600 conkyForecast --location=USNY0879 --hideunits --datatype=WD}
    ${voffset 0}${color6}Wind Gusts:     ${color LightGray}${execi 600 conkyForecast --location=USNY0879 --datatype=WG}
    
    ${color6}FORECAST${color LightGray}${hr 2}
        ${font DejaVu Sans Mono:size=10}  ${execpi 900 conkyForecast --location=USNY0879 --datatype=DW --startday=1 --shortweekday}     ${execpi 900 conkyForecast --location=USNY0879 --datatype=DW --startday=2 --shortweekday}    ${execpi 900 conkyForecast --location=USNY0879 --datatype=DW --startday=3 --shortweekday}    ${execpi 900 conkyForecast --location=USNY0879 --datatype=DW --startday=4 --shortweekday}${font}
        ${font ConkyWeather:style=Bold:size=36}${execi 900 conkyForecast --location=USNY0879 --datatype=WF --startday=1}  ${execi 900 conkyForecast --location=USNY0879 --datatype=WF --startday=2} ${execi 900 conkyForecast --location=USNY0879 --datatype=WF --startday=3} ${execi 900 conkyForecast --location=USNY0879 --datatype=WF --startday=4}   ${font}       
        ${font Arial:bold:size=10}${color #4369FF}${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=HT --startday=1 --centeredwidth=4 --hideunits}/${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=LT --startday=1 --centeredwidth=4 --hideunits}  ${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=HT --startday=2 --centeredwidth=4 --hideunits}/${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=LT --startday=2 --centeredwidth=4 --hideunits}  ${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=HT --startday=3 --centeredwidth=4 --hideunits}/${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=LT --startday=3 --centeredwidth=4 --hideunits}  ${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=HT --startday=4 --centeredwidth=4 --hideunits}/${execi 900 conkyForecast --location=USNY0879 --imperial --datatype=LT --startday=4 --centeredwidth=4 --hideunits}
    
      Rain ${execi 900 conkyForecast --location=USNY0879 --datatype=PC --startday=1}   Rain ${execi 900 conkyForecast --location=USNY0879 --datatype=PC --startday=2}  Rain ${execi 900 conkyForecast --location=USNY0879 --datatype=PC --startday=3}   Rain ${execi 900 conkyForecast --location=USNY0879 --datatype=PC --startday=4}
    Code:
    Tides
    TEXT
    ${font Arial:bold:size=16}${color6}Tides ${color7}${hr 2}
    ${font Arial:bold:size=10}${execi 3600 wget -O - -q http://www.weatherforyou.com/weather/new+york/west+islip.html | sed 's/<[^>]*>//g' | grep tide | sed 's/  //g' | sed 's/&nbsp;/ /g' | tr ' ' '\n' | ~/.tide_array}
    Code:
    Astronomy
    TEXT
    ${font Arial:bold:size=16}${color6}Astronomy${color7}${hr 2}
    ${font Arial:bold:size=10}${execi 3600 wget -O - http://www.40-below.com/sunmoon/riseset.cgi?549,120 | sed -n '/\<h4\>/,/\<p\>/ p' | sed -n '/^$/!{s/<[^>]*>//g;p;}' | sed 's/&[^>]*160//g'}
    ${font Trebuchet MS:size=11}${execi 600 /usr/bin/conkyForecast --location=USNY0879 --datatype=MP}
       ${voffset -20}${font MoonPhases:size=28}    ${execi 600 /usr/bin/conkyForecast --location=USNY0879 --datatype=MF}${font}
    Attached Images Attached Images

  5. #7365
    Join Date
    Jun 2009
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    @dmillerct

    I have eth1 set up as my wireless connection and eth0 is my wired connection.

  6. #7366
    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 Bruce M. View Post
    I tried your commands and mine together, with yours I get zip with mine (obviously) I get my temps.

    Try using the commands as I have them.
    As expected, I get CPU temps with mine, but nothing at all with yours. This is because we have different systems, of course, and we're working with different results from the sensors command.

    But for some reason I can get the Core temps working but not the hdd and graphics temps. I might just go back to the old way and not worry so much about the colors.

    btw, what's the purpose of all these ${goto}s?
    Desktop: Quantal on Core2 Duo E8500/Asus P5Q
    Laptop: Precise on S76 Pangolin

  7. #7367
    Join Date
    Jun 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I'm very proud of my conky, been tinkering with it since my introduction to Linux with dapper drake. The rc files I'm using now were inspired by conky colors and kaivalagi's works. I'll post any section anyone wants to see, since there are four rc files, plus supporting scripts. I think that would make a very long post.

    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by snkiz; June 4th, 2009 at 07:52 PM. Reason: Added rc files and scripts

  8. #7368
    Join Date
    Jul 2008
    Beans
    7

    Re: Post your .conkyrc files w/ screenshots

    Hi all,
    finally i did my conky as i want. I get the conkyrc from this topic but i don't remember the author ,i modified the config files a lots.This is my final result

    http://img3.imagebanana.com/view/mxy...otDesktop1.png
    Last edited by trump1; June 5th, 2009 at 01:06 AM.

  9. #7369
    Join Date
    Dec 2008
    Beans
    56
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by terrorcore View Post
    @dmillerct

    I have eth1 set up as my wireless connection and eth0 is my wired connection.
    You most likely have the same problem I do. My wireless is a broadcom 43xx, so Ubuntu defaults to using this wl or Broadcom STA driver for it which doesn't properly support wireless extensions. You can tell for sure if this is the problem by running
    Code:
    iwconfig
    in a terminal. If eth1 shows the actual essid and such, I'm wrong. If it doesn't, that's your problem. Depending on what chipset your wifi is, you may actually be able to use a different driver for it and get the result you want - it just depends. In the case of mine, I can swap out for the b43 module and get the desired results - however there can be drawbacks. In my case, the b43 will occasionally drop to a 1mbps wireless connection (instead of a nice 54mbps) after transferring a large amount of data.

    If you need more information on finding your wireless chipset, open a terminal and try
    Code:
    lspci | grep Network
    .

  10. #7370
    Join Date
    Dec 2008
    Beans
    56
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    I don't feel like going thru all 500 pages again, but I don't remember seeing any screenshots of conky on Enlightenment. I just installed e17 yesterday, so here's a shot of my conky running on it. Basically the same as the shot running on gnome, but this show you can do the same things on Enlightenment. To achieve the transparent look in e you have to make sure own_window_type is NOT override (crashes in e17), use something like feh or Esetroot (I use Esetroot) to set the desktop background, and turn off dropshadow. There may be a way around turning off dropshadow, but I haven't found it yet. There are three conky configs here, one running the weather (using conkyforecast by kaivalagi), one running lyrics from lyricsdownloader (search it), and the main config. I've posted it all here before (so search for it if you want my config), but I'll mention here that the display of freespace on / is actually an automagically updating section that detects all mounted filesystems besides those I exclude (like proc, sysfs) and updates to display them.
    Attached Images Attached Images

Page 737 of 2348 FirstFirst ... 23763768772773573673773873974778783712371737 ... 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
  •