Page 1308 of 2348 FirstFirst ... 3088081208125812981306130713081309131013181358140818082308 ... LastLast
Results 13,071 to 13,080 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #13071
    Join Date
    Aug 2005
    Location
    N. Ireland
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Re: Post your .conkyrc files w/ screenshots

    I'm working on a new desktop and trying wlourf's Impulse script. It starts up ok and draws the initial graph, but then just sits there. It doesn't talk to pulseaudio.

    I'm using conky 1.8.0. Is there some kind of compatibility issue with the latest version?

    Edit: I found what's wrong, the script works when I switch sound to HDMI. It doesn't seem to recognise my internal audio.

    Edit 2: Any idea how to force the script to use the default sound output? Or is this an issue with one of the libraries which are needed?
    Last edited by larryni; July 2nd, 2010 at 12:02 PM.

  2. #13072
    Join Date
    Aug 2005
    Location
    N. Ireland
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Well, I got it to work:
    Last edited by larryni; July 2nd, 2010 at 02:55 PM.

  3. #13073
    Join Date
    Jun 2010
    Beans
    66
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by larryni View Post
    Well, I got it to work:
    Two questions: what code do you use for the visualizer (or is it a program you have) and what is the name of the tray you're using at the bottom?

  4. #13074
    Join Date
    Jul 2010
    Location
    Royal Oak, Michigan
    Beans
    0
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Attached is my simple conky on my desktop. Simple, yes. Easy, no. What a time consuming venture configuring conky has been. But I'm happy with it.

    Conky is great for this old laptop from 2002 that I use on a daily basis. I'm limited on resources, and conky hardly eats up anything at all.



    Here's the code:

    background yes
    use_xft yes
    xftfont DejaVu Sans:size=6
    update_interval 3.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer no
    minimum_size 150 5
    maximum_width 190
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color DarkOliveGreen
    default_shade_color DarkOliveGreen
    default_outline_color DarkOliveGreen
    alignment top_right
    gap_x 10
    gap_y 28
    no_buffers yes
    uppercase no
    cpu_avg_samples 1
    net_avg_samples 1
    use_spacer none

    TEXT

    ${font OpenLogos:size=38}${color black}t${font OpenLogos:size=48}${color black}${voffset -7} ^ ${font OpenLogos:size=42}${color Red}${voffset -7}J
    ${font :size=6}${color Black}${alignc}${voffset -68}registered user 515681${font Arial:bold:size=12}
    ${color White}${font OpenLogos:size=46}u
    ${font Ubuntu\-Title:size=36}${alignc}${voffset -90} ubuntu${font :size=8}
    ${alignc} $nodename

    ${font Arial:bold:size=10}${color DarkOliveGreen}DATE ${color Khaki}${hr 2}
    ${font :bold:size=8}${color DarkOliveGreen}${time %A}
    ${font :bold:size=30}${time %d}${font}
    ${font :bold:size=12} ${time %b}
    ${font :bold:size=14}${time %Y}
    ${font DejaVu Sans Mono:size=8}${color DarkOliveGreen}${voffset -102}$alignr${exec cal}${font :size=1}

    ${font Arial:bold:size=10}${color DarkOliveGreen}WEATHER ${color Khaki}${hr 2}
    ${execi 900 $HOME/.crontab/weather.sh}${font :size=6}${color DarkOliveGreen}Now - ${head /home/jason/.weather-update/.weather-update.txt 3}

    ${font Arial:bold:size=10}${color DarkOliveGreen}SYSTEM ${color Khaki} ${hr 2}
    $font${color DarkOliveGreen}Uptime $alignr${uptime}
    $sysname $kernel $alignr $machine
    File System $alignr${fs_type}

    ${font Arial:bold:size=10}${color DarkOliveGreen}PROCESSOR ${color Khaki}${hr 2}
    $font${color DarkOliveGreen}CPU1 ${cpu cpu1}% ${color DarkOliveGreen}${cpubar cpu1}

    ${font Arial:bold:size=10}${color DarkOliveGreen}MEMORY ${color Khaki}${hr 2}
    $font${color DarkOliveGreen}RAM: $alignc $mem/$memmax $alignr Used: $memperc%
    ${color DarkOliveGreen}${membar 6}
    Swap: $alignc $swap/$swapmax $alignr Used: $swapperc%
    ${color DarkOliveGreen}${swapbar 6}

    ${font Arial:bold:size=10}${color DarkOliveGreen}HDD ${color Khaki}${hr 2}
    $font${color DarkOliveGreen}OS $alignc ${fs_used /} / ${fs_size /} $alignr Free: ${fs_free_perc /}%
    ${color DarkOliveGreen}${fs_bar 6 /}
    /home $alignc ${fs_used /home} / ${fs_size /home} $alignr Free: ${fs_free_perc /home}%
    ${color DarkOliveGreen}${fs_bar 6 /home}

    ${font Arial:bold:size=10}${color DarkOliveGreen}NETWORK ${color Khaki}${hr 2}
    $font${color DarkOliveGreen}Wireless:${if_existing /sys/class/net/ra0}${alignr}ON${else}${alignr}OFF${endif}
    IP on ra0 $alignr ${addr ra0}
    Access: ${wireless_essid ra0}
    Quality: ${wireless_link_qual_perc bnep0}% ${color DarkOliveGreen}${wireless_link_bar 6 bnep0}

    $font${color DarkOliveGreen}Bluetooth:${if_existing /sys/class/bluetooth/hci0}${alignr}PRESENT${else}${alignr}NOT PRESENT${endif}
    IP on bnep0 $alignr ${addr bnep0}

    ${font Arial:bold:size=10}${color DarkOliveGreen}BATTERY ${color Khaki}${hr 2}
    $font${color DarkOliveGreen}Status: ${battery_short BAT0}${if_match ${battery_percent BAT0} <= 12}Low Battery!${endif}${if_match ${battery_percent BAT0} <= 8}Shut Down! Battery Low!${endif} ${color DarkOliveGreen}${battery_bar 6 BAT0}
    Time: $battery_time
    Attached Images Attached Images

  5. #13075
    Join Date
    Aug 2008
    Location
    florida
    Beans
    28
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by larryni View Post
    Well, I got it to work:
    WOW... i want mine like that!!!

  6. #13076
    Join Date
    Aug 2005
    Location
    N. Ireland
    Beans
    36
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kingbirdy View Post
    Two questions: what code do you use for the visualizer (or is it a program you have) and what is the name of the tray you're using at the bottom?
    The audio visualizer is wlourf's http://ubuntuforums.org/showpost.php...&postcount=175. I combined it with the album art pulled from Amarok. Here's how I done it:

    First my directory structure:

    ~/bin
    ~/conky/spiral/cover

    The bash script for the album art goes into the bin folder, save it as getcover_sphere and make it executable:
    Code:
    #!/bin/bash
    # by larryni
    # get Amarok cover art of current track and transform into a sphere
    # copypasta from http://www.imagemagick.org/Usage/mapping/#spherical
    # thanks to eightmillion for rewriting the original script
    # http://ubuntuforums.org/showpost.php?p=8117609&postcount=9846
    
    # Temp directory must be full path.
    tempdir="$HOME/conky/spiral/cover/"
    tempfile="${tempdir}nowplaying"
    
    [ -d "$tempdir" ] || mkdir -p "$tempdir"  #test if $tempdir exists, if not create it.
    [ -e "$tempfile" ] || touch "$tempfile"
    
    cover="$(dcop amarok player coverImage)"
    [ -z "$cover" ] && exit      #test if $cover was set, if not exit.
    
    hash=$(echo "$cover" | md5sum | cut -d" " -f 1) #Generate hash for current song.
    
    read oldhash < "$tempfile"
    
    if [ "$oldhash" == "$hash" ];then
            :
    else
    	convert ${cover} -resize 100x100! "${tempdir}sphere_overlay.png" -compose HardLight -composite "${tempdir}sphere_mask.png" -alpha off -compose CopyOpacity -composite "${tempdir}cover_sphere.png"
    
            echo $hash > "$tempfile"
    fi
    exit
    To achieve the button effect for the cover art you need the 2 files attached below, save them in the cover folder. Save the first one as sphere_overlay.png and the other as sphere_mask.png.

    Download wlourf's script and extract the files in to ~/conky/spiral

    And the conky script to pull it all together:
    Code:
    # -- Conky settings -- #
    background no
    update_interval .1
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    override_utf8_locale yes
    
    double_buffer yes
    no_buffers yes
    
    text_buffer_size 2048
    imlib_cache_size 0
    
    # -- Window specifications -- #
    
    own_window no
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    #own_window_title audio spectrum for conky
    
    border_inner_margin 0
    border_outer_margin 0
    
    minimum_size 400 400
    
    alignment br
    gap_x 0
    gap_y 0
    
    # -- Graphics settings -- #
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    
    # -- Text settings -- #
    use_xft yes
    xftfont Santana:size=12
    xftalpha 0.8
    
    uppercase no
    
    default_color FFFFFF
    
    
    # -- Lua Load -- #
    #set FULL path of the script
    lua_load  $HOME/conky/spiral/audio_spectrum.lua
    
    
    #arguments for the spectrum function are:
    #theme		: default, circle or widget
    #x, y		: (from top left corner of conky window)
    			  #x,y are left bottom of graph for default or widget
    			  #x,y are center of circle for circle _equalizer
    #fft 		: (0/1) 1 to perfom a FTT analysis on audio
    #nb_cols 	: (1-255)
    #col_width	: (>0)	  
    #col_spacing: (>=0)
    #nb_rows	: (>0)
    #row_height	: (>0)
    #row_spacing: (>=0), 
    
    #next arguments are only for default and circle 
    #bar_color		: color of bars in the graph
    #bar_alpha		: (0-1) alpha of bars in the graph
    #peak_color		: color for peak in the graph
    #peak_alpha		:(0-1)
    
    #next argument is only for circle and for widget on circle
    #radius 		: (>0) radius of circle
    
    
    
    # reminder, arguments on one line:
    # x,y, fft, nb_cols, col_width,col_spacing,nb_rows,row_height,row_spacing [,bar_color,bar_alpha,peak_color, peak_alpha [, radius]]
    
    
    ##### DON'T USE TABULATION BETWEEN ARGUMENTS, JUST SPACES #####
    
    lua_draw_hook_pre spectrum circle 1720 880 1 100 10 2 75 2 2 000000 0.5 000000 1 50
    
    TEXT
    ${if_running amarokapp}${execi 10 getcover_sphere}${image ~/conky/spiral/cover/cover_sphere.png -p 151,150}
    ${else}${endif}
    This is for my screen resolution 1920x1080, you will need to play around with the position for your resolution.

    The album art 'button' looks great most of the time. If the album art is not really square to begin with then the end result can look a bit off - you'll see what I mean once you try it Edit3: This is now fixed

    Edit: The tray I use is part of the awn dock with the lucido style. See this post for install instructions http://www.webupd8.org/2010/06/awn-l...s-own-ppa.html
    Edit2: the cover script only works for Amarok 1.4.
    Attached Images Attached Images
    Last edited by larryni; August 9th, 2010 at 07:57 PM.

  7. #13077
    Join Date
    May 2010
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    This is an adaptation of londonali1010 Photo_Album_lua made by me:


    #
    and this is my conkyrc :

    Code:
    #### -- Conky settings -- ####
    background no
    update_interval 3
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    override_utf8_locale yes
    
    double_buffer yes
    no_buffers yes
    
    text_buffer_size 2048
    imlib_cache_size 0
    
    #### -- Window specifications -- ####
    
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    
    border_inner_margin 0
    border_outer_margin 0
    
    minimum_size 1000 580
    maximum_width 1000
    
    alignment tl
    gap_x 12
    gap_y 12
    
    #### -- Graphics settings -- ####
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    
    #### -- TEXT settings -- ####
    use_xft yes
    xftfont London Between:size=20
    xftalpha 0.4
    
    uppercase no
    temperature_unit celsius
    
    default_color FFFFFF
    
    #### -- Lua Load -- ####
    lua_load ~/scripts/photo_album.lua
    lua_draw_hook_pre photo_album
    
    TEXT                                       #### -- WEATHER & BAT -- ####
    ${voffset 10}TEMP:${offset 60}${execpi 1680 conkyForecast --location=MXGO0037 --datatype=HT}${font London Between:size=20}${voffset -5}${alignr}${offset -30}${font Poky:size=20}3${offset 20}${font London Between:size=20}${battery_short}%
    VIE: ${execpi 1680 conkyForecast --location=MXGO0037 --datatype=WS} ${execpi 1680 conkyForecast --location=MXGO0037 --datatype=WD}${alignr}${battery_time}${color4}
    ${voffset -5}${font London Between:size=8}
    
    #TIME & DATE
    ${voffset 230}${font London Between:size=40}${alignc}${time %I:%M %P}${font}
    ${voffset 10}${alignc}${time %A, %d %B %Y}
    
    #SENSORS
    ${voffset 35}${hr 2}
    ${voffset -10}${goto 25}${font the B.O.M.B. (Best Of Magurno Brushes):size=20}i${font London Between:size=10}HDD: ${hddtemp /dev/sda}°C${voffset -10}${goto 170}${font the B.O.M.B. (Best Of Magurno Brushes):size=20}i${font London Between:size=10}CPU: ${acpitemp}°C${voffset -10}${goto 310}${font Poky:size=16}P${font London Between:size=10}SWAP: ${swap}${voffset -4}${goto 460}${font PizzaDude Bullets:size=16}t${font London Between:size=10}CPU1: ${cpu cpu0}%    ${voffset -4}${font PizzaDude Bullets:size=16}t${font London Between:size=10}CPU2: ${cpu cpu1}%   
    #${voffset -2}${hr 2}
    What do you think?

    The player is Rhythmbox with the plugin Desktop Art.

  8. #13078
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    If i want to display torrent info what would be the best one. I know K's deluge script doesn't work due to deluge changing everything all the time. I found one script for transmission but it only shows one at a time and thats all i have really looked into.
    I'm a super power user

  9. #13079
    Join Date
    Feb 2010
    Location
    New Delhi, India
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Hi everybody.

    I am very new to conky and don't know how to proceed.

    How to know what to edit, syntax? Is it that complex?

    I just love those stats on the desktop but don't know how to get it.
    Google: Use this first to get the gist of your problem!!!

    "Yesterday is history, tomorrow is mystery but today is a gift; that's why it is called present." - Master Oogway, Kungfu Panda

  10. #13080
    Join Date
    Mar 2010
    Beans
    122
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Laxman_prodigy View Post
    Hi everybody.

    I am very new to conky and don't know how to proceed.

    How to know what to edit, syntax? Is it that complex?

    I just love those stats on the desktop but don't know how to get it.
    I'm still relatively new to conky, but I learned a thing or two by copying the simplest conky that I could find and to see what it was doing by checking this tables:

    http://conky.sourceforge.net/variables.html
    http://conky.sourceforge.net/config_settings.html

    They should help you understand what are the variables doing, and to make slight changes and add instructions from various conkys.

    My actual conky is a Frankenconky, it's made from parts from at least 4 different conkys. xD

    Cheers


Page 1308 of 2348 FirstFirst ... 3088081208125812981306130713081309131013181358140818082308 ... 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
  •