Page 2096 of 2348 FirstFirst ... 1096159619962046208620942095209620972098210621462196 ... LastLast
Results 20,951 to 20,960 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20951
    Join Date
    Jun 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    @Sector11
    Yes it's a conky.It's working with Meteo-Lua script from Didier-T.Take the ConCour file of this script.I've modified the post and I think the link is aviable.It's working fine.
    Here's the file for the conky_pression_temperature:
    https://dl.dropbox.com/u/63154177/Co...%A9ratures.zip

  2. #20952
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ragamatrix View Post
    @Sector11
    Yes it's a conky.It's working with Meteo-Lua script from Didier-T.Take the ConCour file of this script.I've modified the post and I think the link is aviable.It's working fine.
    Here's the file for the conky_pression_temperature:
    https://dl.dropbox.com/u/63154177/Co...%A9ratures.zip
    Yes, link working now, and a huge thank you for this.

  3. #20953
    Join Date
    Oct 2012
    Beans
    18

    Re: Post your .conkyrc files w/ screenshots

    Hey guys, I'm trying to get a conky calendar on my desktop and I'm having some trouble. It seems that there is something going wrong when it tries to change the colour of the current date. Was hoping somebody could have a look and tell me where it's messing up?

    Here's my .conkyrc3 file:

    Code:
    # Conky, a system monitor, based on torsmo
    #
    alignment bottom_left
    #background transparent
    background yes
    #border_width 0
    #cpu_avg_samples 2
    #top_cpu_separate yes
    default_color red
    #default_outline_color white
    #default_shade_color white
    #draw_borders no
    #draw_graph_borders no
    #draw_outline no
    #draw_shades no
    use_xft yes
    xftfont LCDMono:size=19
    gap_x 15
    gap_y 15
    minimum_size 300 150
    maximum_width 300
    #net_avg_samples 2
    double_buffer yes
    #out_to_console no
    #out_to_stderr no
    #extra_newline no
    
    own_window yes
    own_window_class Conky
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    #stippled_borders 0
    update_interval 1.0
    uppercase no
    #use_spacer none
    #show_graph_scale no
    #show_graph_range no
    
    TEXT
    
    ${font LCDMono:size=19}${color}${pre_exec ~/Conky/scripts/calendario.sh semana}
    ${color gray}${pre_exec ~/Conky/scripts/calendario.sh pasado}${color red}${pre_exec ~/Conky/scripts/calendario.sh hoy}${color gray}${pre_exec ~/Conky/scripts/calendario.sh futuro}${font}
    and here's the calendario.sh file:

    Code:
    #! /bin/sh
       # written by: jjgomera
        
       #str=`echo '\033[01;32m29'`
        
       # replace the 4 "cal |" with "cal -m |" to have the week start on Monday
        
       DATE=`date | awk -F" " '{print $3}'`
        
       case "$1" in
       mes)
       cal | head -n1
       ;;
       semana)
       cal | head -n2 | tail -n1
       ;;
       pasado)
       cal | grep -v '[a-zA-Z]' | grep '[0-9]' | awk -F$DATE ' BEGIN {i=0}
       ($1 == $0 && i==0) {print $1}($1 != $0 && i==0){i=i+1;print $1}';
       ;;
       hoy)
       echo $DATE;
       ;;
       futuro)
       cal | grep -v '[a-zA-Z]' | grep '[0-9]' | awk -F$DATE ' BEGIN {i=1}
       (i==0) {print $0}($1 != $0 && i==1){i=i-1;print $2}';
       ;;
       esac
    Attached Images Attached Images

  4. #20954
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    If any one interested, here is Conky 2.0_pre git2012-10-20 x86_64 along with LUA conkyrc, for testing (460KiB).
    Last edited by dk75; October 31st, 2012 at 03:15 AM.
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

  5. #20955
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dk75 View Post
    If any one interested, {link fixed - see above}, for testing (460KiB).
    YES! -- Oops! No!

    404 - File not found.
    The file you requested cannot be found.
    Where did you find/get that?
    Last edited by Sector11; October 31st, 2012 at 03:17 PM.

  6. #20956
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    YES! -- Oops! No!



    Where did you find/get that?
    I've fixed the link - problem was "+" character in name...

    As from where... I've compiled it.
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

  7. #20957
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dk75 View Post
    I've fixed the link - problem was "+" character in name...

    As from where... I've compiled it.
    Thank you -- will play later.

  8. #20958
    Join Date
    Jul 2012
    Beans
    228

    Re: Post your .conkyrc files w/ screenshots

    Here's mine.
    Raring Ringtail built from 12.10 mini.iso with kernel 3.7.1 rc2 and Gnome 3.7.1

    Conky thanks to Noobslab, with a little tweaking.
    http://www.noobslab.com/2012/10/inst...untulinux.html

    Wallpaper from Ubuntu-tweak
    Attached Images Attached Images
    Last edited by Chdslv; October 31st, 2012 at 04:45 PM.

  9. #20959
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by MoralAnarchy View Post
    Hey guys, I'm trying to get a conky calendar on my desktop and I'm having some trouble. It seems that there is something going wrong when it tries to change the colour of the current date. Was hoping somebody could have a look and tell me where it's messing up?

    Here's my .conkyrc3 file:
    WoW jj's script, it stopped working here too. I use to use that all the time. Don't know enough about bash to get it going though.

    I have these that work - not scripts, just conky commands:

    Code:
    TEXT
    ${alignc}${font Monofur:bold:size=20}${time %T}${font}
    ${hr}
    
    ${font Monofur:bold:size=12}${color2}SU MO  ${color6}${time %b %y}${color2}  FR SA
    ${color}${execp REM=`date +%-d`; cal -h | sed '2d' | sed -e '1d' -e 's/\<'$REM'\>/${color6}&${color}/'}${font}
    
    ${hr}
    
    ${font Monofur:bold:size=10}${color}${execp REM=`date +%-d`; cal -h | sed -e 's/\<'$REM'\>/${color6}&${color}/'}${font}
    
    ${hr}
    
    ${font Monofur:bold:size=14}${goto 40}${color2}SU MO  ${color6}${time %b %y}${color2}  FR SA
    ${goto 40}${color}${execp REM=`date +%-d`; cal -h | sed '2d' | sed -e '1d' -e 's/\<'$REM'\>/${color6}&${color}/' | sed ':a;N;$!ba;s/\n/\n${goto 40}/g'}${font}

  10. #20960
    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 Chdslv View Post
    Here's mine.
    Raring Ringtail built from 12.10 mini.iso with kernel 3.7.1 rc2 and Gnome 3.7.1
    Nice! Here's mine.

    Raring Ringtail with kernel 3.7.0 rc3 (patched for nvidia legacy card support) and Gnome 3.7.1





    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 2096 of 2348 FirstFirst ... 1096159619962046208620942095209620972098210621462196 ... 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
  •