Page 2158 of 2348 FirstFirst ... 1158165820582108214821562157215821592160216822082258 ... LastLast
Results 21,571 to 21,580 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21571
    Join Date
    Sep 2007
    Location
    house
    Beans
    79
    Distro
    Lubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VinDSL View Post
    Bwahahahaha! Nice one, but...

    It's missing the Full Moon.


    I was going to have the weather at his butt. But

    If you liked that then here is one of your scripts modified on my main Crunchbang. Weather is Accuweather International Images



    And conky code

    Code:
    ##################################
    ## VinDSL | rev. 11-05-06 15:37 ##
    ## Modified by mrpeachy June 2011 version 3 ##
    ##################################
    ## changes from original version
    ## simplification of formatting
    ## simplification of fonts
    ## simplification of calendar
    ## added additional objects
    ## set maximum width for conky to 245
    ## optimised for 900 pixel high resolution
    ##################################
    
    ####
    ## Prerequisites (required)
    #
    #  conky-all 1.8.0 or 1.8.1
    #  conkyForecast 2.16 or newer
    #  Weather.com XML Data Feed (XOAP)
    #  UTF-8 Compatible Text Editor
    #  gcal (available from repositories)
    
    ####
    ## Installed fonts (required)
    #  (list has been modified)
    #  Sans (almost certainly installed)
    #  OpenLogos
    #  ConkyWeather (Stanko Metodiev)
    #  ConkyWindNESW (Stanko Metodiev)
    #  Moon Phases (Curtis Clark)
    #  OpenLogos (Icoma) not required in this version
    #  PizzaDude Bullets (Jakob Fischer)
    #  Radio Space (Iconian Fonts)
    #  StyleBats (Vinterstille)
    #  Weather (Jonathan Macagba)
    #  formintElegance
    #  http://www.box.net/shared/a2tz2o9444 this one for mint heading
    #
    ## Tips n' Tricks from Mr. Peachy, djyoung4, and 42dorian (Thanks!)
    ## All necessary fonts can be found here: http://ompldr.org/vODYxOQ
    ##  NOTE this archive contains additional fonts for the original version
    ## Unzip the fonts into your font folder, for example: /home/username/.fonts
    ## Run this command in a terminal (rebuilds font cache file): sudo fc-cache -fv
    
    ####
    ## Use XFT? Required to Force UTF8 (see below)
    #
    use_xft yes
    xftfont Sans:size=10
    
    ####
    ## Force UTF8? Requires XFT (see above)
    ## Displays degree symbol, instead of °, etc.
    #
    override_utf8_locale yes
    
    ####
    ## This buffer is used for text, single lines, output from $exec, and other variables.
    ## Increasing the text buffer size (too high) will drastically reduce Conky's performance.
    ## Decreasing the size (too low) will truncate content and cause strange display output.
    ## Standard text buffer size is 256 bytes (cannot be less). Adjust YOUR buffer wisely!
    #
    text_buffer_size 384
    
    ####
    ## Daemonize Conky, aka 'fork to background'.
    #
    background yes
    
    ####
    ## Update interval in seconds.
    #
    update_interval 2
    
    ####
    ## This is the number of times Conky will update before quitting.
    ## Set to zero to run forever.
    #
    total_run_times 0
    
    ####
    ## Create own window instead of using desktop (required in nautilus)?
    #
    own_window yes
    own_window_type desktop
    own_window_transparent no
    own_window_colour black
    
    ####
    ## Force images to redraw when they change.
    #
    imlib_cache_size 0
    
    ####
    ## Use double buffering? Reduces flicker.
    #
    double_buffer yes
    
    ####
    ## Draw shades?
    #
    draw_shades no
    
    ####
    ## Draw outlines?
    #
    draw_outline no
    
    ####
    ## Draw borders around text?
    #
    draw_borders no
    
    ####
    ## Draw borders around graphs?
    #
    draw_graph_borders yes
    
    ####
    ## Print text to stdout?
    ## Print text in console?
    #
    out_to_ncurses no
    out_to_console no
    
    ####
    ## Text alignment.
    #
    alignment top_right
    
    ####
    ## Minimum size of text area.
    #
    minimum_size 1050 100
    maximum_width 260
    ####
    ## Gap between text and screen borders.
    #
    gap_x 1390
    gap_y 50
    
    ####
    ## Shorten MiB/GiB to M/G in stats.
    #
    short_units yes
    
    ####
    ## Pad % symbol spacing after numbers.
    #
    pad_percents 0
    
    ####
    ## Pad spacing between text and borders.
    #
    border_inner_margin 4
    
    ####
    ## Limit the length of names in "Top Processes".
    #
    top_name_width 6
    
    ####
    ## Subtract file system -/+buffers/cache from used memory?
    ## Set to yes, to produce meaningful physical memory stats.
    #
    no_buffers yes
    
    ####
    ## Set to yes, if you want all text to be in UPPERCASE.
    #
    uppercase no
    
    ####
    ## Number of cpu samples to average.
    ## Set to 1 to disable averaging.
    #
    cpu_avg_samples 2
    
    ####
    ## Number of net samples to average.
    ## Set to 1 to disable averaging.
    #
    net_avg_samples 2
    
    ####
    ## Add spaces to keep things from moving around?
    ## Only affects certain objects.
    #
    use_spacer right
    
    ####
    ## Colors
    #
    color1 Grey        ##icons
    color2 Ivory       ##text
    color3 DarkGrey    ##divider lines
    color4 Orange        ##headings
    color5 bfff80
    
    #####
    ## Load Lua for shading (optional)
    ## Set the path to your script here.
    #
    lua_load /home/bill/.lua/test.lua
    lua_draw_hook_pre draw_lua
    
    
    TEXT
    ${voffset 3}${color2}${font}${voffset -3}${font Sans:size=18}${color4}Waldorf${font}
    
    ${font Sans:bold:size=10.25}${color4}Time & Date  ${color2}${hr 2}
    ${time %d %b. %Y}$alignr ${time %H:}${time %M:}${time %S}
    ${font Sans:bold:size=10.25}${color4}SYSTEM  ${color3}${hr 2}
    ${voffset 4}${font Stylebats:size=10}${color1}j${voffset -1}${font}${color2} ${sysname} ${kernel}${alignr}${machine}
    ${font StyleBats:size=10}${color1}q${voffset -1}${font}${color2} System Uptime${alignr}${uptime_short}
    ${font StyleBats:size=10}${color1}o${voffset -1}${font}${color2} File System${alignr}${fs_type}
    ${voffset 4}${font Sans:bold:size=8}${color4}PROCESSORS  ${color3}${hr 2}
    
    ${goto 22}CPU 1${goto 80}CPU 2${goto 150}CPU 3${goto 220}CPU 4
    ${voffset 140}${font StyleBats:size=10}${color1}k${voffset -1}${font}${color2}${goto 20}${cpu cpu1}% ${font}${color2}${goto 85}${cpu cpu2}% ${font}${color2}${goto 156}${cpu cpu3}% ${font}${color2}${goto 230}${cpu cpu4}%
    ${font StyleBats:size=10}${color1}k${voffset -1}${font}${color2} ${freq_g 1} GHz  ${freq_g 2} GHz  ${freq_g 3} GHz  ${freq_g 4} GHz
    ${voffset 8}${font Sans:bold:size=8.25}${color4}MEMORY  ${color3}${hr 2}
    ${voffset 4}${font StyleBats:size=10}${color1}l${voffset -2}${font}${color2} RAM${goto 97}${mem}${goto 133}/ ${memmax}${alignr}${memperc}% Used
    ${font Sans:bold:size=8.25}${color4}CPU and FANS  ${color3}${hr 2}${font}
    ${font StyleBats:size=10}${color1}o${voffset -1}${font}${color2} CPU temp ${alignr}${execi 1 cat /sys/module/k10temp/drivers/pci:k10temp/0000:00:18.3/temp1_input|cut -c  1,2} °C
    ${font StyleBats:size=10}${color1}o${voffset -1}${font}${color2} Case Fan:${alignr} ${exec sensors | grep "fan1:" | sed 's/fan1/Case Fan/' | cut -c17-26}$color
    ${font StyleBats:size=10}${color1}o${voffset -1}${font}${color2} Mobo Temp:${alignr} ${exec sensors | grep 'temp2' | cut -c15-20}c${color} 
    ${font StyleBats:size=10}${color1}o${voffset -1}${font}${color2} NVidia Temp:${alignr} ${nvidia temp} °C
    ${font Sans:bold:size=8.25}${color4}HDD  ${color3}${hr 2}${font}
    ${voffset 4}${font StyleBats:size=10}${color1}x${font}${color2} ROOT${goto 95}${fs_used /}${goto 133}/ ${fs_size /}${alignr}${fs_free_perc /}% Free
    ${font StyleBats:size=10}${color1}x${font}${color2} HOME${goto 95}${fs_used /home}${goto 133}/ ${fs_size /home}${alignr}${fs_free_perc /home}% Free
    
    ${font Sans:bold:size=8.25}${color4}TOP PROCESSES  ${color3}${hr 2}${font}
    ${voffset 4}${font StyleBats:size=10}${color1}l${voffset -1}${font}${color4} RAM${goto 155}${font StyleBats:size=10}${color1}k${voffset -1}${font}${color4} CPU
    ${voffset 4}${color2}${top_mem name 1}${goto 60}${top_mem mem_res 1}${goto 100}${top_mem mem 1}%${goto 155}${top name 1}${goto 210}${top cpu 1}%
    ${top_mem name 2}${goto 60}${top_mem mem_res 2}${goto 100}${top_mem mem 2}%${goto 155}${top name 2}${goto 210}${top cpu 2}%
    ${top_mem name 3}${goto 60}${top_mem mem_res 3}${goto 100}${top_mem mem 3}%${goto 155}${top name 3}${goto 210}${top cpu 3}%
    ${voffset 4}${font Sans:bold:size=8.25}${color4}NETWORK  ${color3}${hr 2}${font}
    ${voffset 4}${color2}Public IP${alignr}${execi 1800 curl ifconfig.me}
    Private IP${alignr}${addr eth0}${goto 150}
    ${font PizzaDude Bullets:size=9.5}${color1}U${font}${color2} Download${goto 103}${totaldown eth0}${goto 150}${font PizzaDudeBullets:size=9.5}${color1}T${font}${color2} Down${alignr}${downspeed eth0}
    ${font PizzaDudeBullets:size=9.5}${color1}O${font}${color2} Upload${goto 100}${totalup eth0}${goto 150}${font PizzaDudeBullets:size=9.5}${color1}N${font}${color2} Up${alignr}${upspeed eth0}
    
    ${font Arial:size=12}${color ffe595}WEATHER ${font}${hr 2}$color${texeci 500 bash $HOME/Accuweather_Conky_Int_Images/acc_int_images}
    ${image $HOME/Accuweather_Conky_Int_Images/cc.png -p 40,720 -s 120x72}
    ${font Arial:size=10}${color ffe595}TODAY${font}
    ${goto 165}${color ffe595}TEMP:  $color${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_Int_Images/curr_cond}°C 
    ${goto 165}${color ffe595}WIND:  $color${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_Images/curr_cond} 
    ${goto 165}${color ffe595}HIGH:  $color${execpi 600 sed -n '26p' $HOME/Accuweather_Conky_Int_Images/first_days}°C 
    ${goto 165}${color ffe595}LOW:   $color${execpi 600 sed -n '27p' $HOME/Accuweather_Conky_Int_Images/first_days}°C
    ${font Arial:size=10}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_Images/messages}
    Chance of Precip: ${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_Int_Images/first_days}
    ${hr 1}
    ${font}${color ffe595}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_Images/first_days}${image $HOME/Accuweather_Conky_Int_Images/6.png -p 40,850 -s 120x72}
    ${goto 165}${color ffe595}HIGH:  $color${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_Images/first_days}°C
    ${goto 165}${color ffe595}LOW:   $color${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_Images/first_days}°C
    
    ${voffset 40}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_Int_Images/messages}
    And section of lua changed to get bars vertical

    Code:
    --line 1 title
    cairo_rotate (cr,0*math.pi/180)
    cairo_show_text (cr, "CPU");
    cairo_rotate (cr, -90*math.pi/180)
    
    bar_adjust=-2
    
    --bar setup------------------------------------------------
    settings={--CPU GRAPH CPU1
    number=tonumber(conky_parse("${cpu cpu1}")),--conky object to read
    number_max=100,--max value of conky object
    bar_startx=-305,--x coordinate
    bar_starty=25+bar_adjust,--y coordinate
    divisions=38,--number of blocks
    div_width=2,--horizontal size
    div_height=25,--vertical size
    div_gap=1,--space between bits
    bg_color={0xFFFFFF,0.25},--background color, color and alpha inside {}
    st_color={0x00FF00,1},--start color for gradient, green
    mid_color={0xFFFF00,1},--middle color for gradient, yellow
    end_color={0xFF0000,1},--end color for gradient
    };bars(settings)
    Last edited by bartos; January 29th, 2013 at 08:57 PM.
    Geek by nature, Linux by choice

  2. #21572
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by boudiccas View Post
    I've received an email from wunderground this morning saying that I've exceeded my allowance for the third day running. So I've emailed their support line asking for the net address so I can see if its actually coming from me. But it does mean that I'm unable to run this script for the foreseeable future until its resolved. Maybe I'll have a look at other scripts and see what I can get going.

    Thanks for the support and help.
    Sharon.
    You can try running
    Code:
    pgrep -f ".*conkyWeather_arclance.*.py"
    to see how many times you have the python script running.
    That will print the pid of each process it finds on it's own line so if you get more than one line back from the command you have more than one copy running.

    If that confirms that you don't have any extra copies running you should make sure you have not left the script running on another computer.

    It is also possible that someone got a hold of your API KEY and is using it without your consent.
    Your email to WU should tell you if that is happening.

    In either case you can stop those scripts from working by changing your API KEY.
    You can use the "Regenerate API Key" option to do that.
    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

  3. #21573
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bartos View Post
    If you liked that then here is one of your scripts modified on my main Crunchbang. Weather is Accuweather International Images [...]
    ~Cool!

    I'm thinking about playing around with vertical graphs. That's the second example I've seen, this week.

    BTW, I've been using ConkyWX/Wunderground for weather, since Google shut down their API, without notice. Couldn't be happier!

    Loved the Homer/Conky desktop, too. Very original!
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  4. #21574
    Join Date
    May 2012
    Location
    ザ・ワ&
    Beans
    152
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Hello all!

    Just caught the Conky bug myself, looking for some tutorials on how to create your own layouts but am having trouble finding info, can anyone link me?
    Technomancy
    The old ways are not the only ways. We study the mysteries of laser and circuit, crystal and scanner. Holographic daemons and invocations of equations. These are the tools we employ, and we know many things

  5. #21575
    Join Date
    Sep 2007
    Location
    house
    Beans
    79
    Distro
    Lubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ntzrmtthihu777 View Post
    Hello all!

    Just caught the Conky bug myself, looking for some tutorials on how to create your own layouts but am having trouble finding info, can anyone link me?
    The best bet is to download a conky you like and change parts of it to what you want. Look back to start of this thread for simpler ones


    Here is a good spot to start.
    http://conky.pitstop.free.fr/wiki/in...llery_2012_(2)
    Geek by nature, Linux by choice

  6. #21576
    Join Date
    May 2012
    Location
    ザ・ワ&
    Beans
    152
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bartos View Post
    The best bet is to download a conky you like and change parts of it to what you want. Here is a good spot to start and look back to start of this thread for simpler ones

    http://conky.pitstop.free.fr/wiki/in...llery_2012_(2)
    Actually I was hoping to do a custom setup, draw the image and arrange the info feeds as needed to fit said image, I was just hoping for some info on how its done
    Technomancy
    The old ways are not the only ways. We study the mysteries of laser and circuit, crystal and scanner. Holographic daemons and invocations of equations. These are the tools we employ, and we know many things

  7. #21577
    Join Date
    Sep 2007
    Location
    house
    Beans
    79
    Distro
    Lubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VinDSL View Post
    ~Cool!

    I'm thinking about playing around with vertical graphs. That's the second example I've seen, this week.

    BTW, I've been using ConkyWX/Wunderground for weather, since Google shut down their API, without notice. Couldn't be happier!

    Loved the Homer/Conky desktop, too. Very original!
    Where was first vertical graphs you seen? I would like to see it.
    My next step is to mix horizontal and vertical when I figure out how too.
    Can one .conkyrc call 2 .lua scripts?
    Geek by nature, Linux by choice

  8. #21578
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bartos View Post
    Where was first vertical graphs you seen? I would like to see it [...]
    SOURCE: http://ubuntuforums.org/showpost.php...&postcount=810

    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  9. #21579
    Join Date
    May 2012
    Location
    ザ・ワ&
    Beans
    152
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    VinDSL: Seems what I was looking for was in your signature, thankies heap big!
    Technomancy
    The old ways are not the only ways. We study the mysteries of laser and circuit, crystal and scanner. Holographic daemons and invocations of equations. These are the tools we employ, and we know many things

  10. #21580
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ntzrmtthihu777 View Post
    VinDSL: Seems what I was looking for was in your signature, thankies heap big!
    You're welcome!

    Actually, it's 42dorian's work. He was running support for me.

    But, it inadvertently turned into the best Conky HOWTO on the web.

    Why? Because most Conky tutorials are created in a vacuum, e.g. no context.

    42dorian broke it all down, with real-world examples...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

Page 2158 of 2348 FirstFirst ... 1158165820582108214821562157215821592160216822082258 ... 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
  •