Page 1101 of 2348 FirstFirst ... 1016011001105110911099110011011102110311111151120116012101 ... LastLast
Results 11,001 to 11,010 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11001
    Join Date
    Feb 2007
    Beans
    16

    Re: Post your .conkyrc files w/ screenshots

    My first go, very basic compared to most posted on here



    Alignment could be better maybe needs a clock as well.

    Xubuntu 9.10 Dodger font

    background yes
    use_xft yes
    xftfont Sans:size=8
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 200
    maximum_width 200
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color white
    default_shade_color black
    default_outline_color white
    alignment middle_right
    gap_x 12
    gap_y 12
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no

    TEXT

    ${font dodger:size=30}CPU
    ${cpubar cpu1}
    ${cpubar cpu2}
    ${font dodger:size=30}MEM
    ${membar ram}
    ${font dodger:size=30}DISK
    ${fs_bar /}
    ${font dodger:size=30}D/U
    ${font dodger:size=20}${totaldown wlan0}
    ${font dodger:size=20}${totalup wlan0}


  2. #11002
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Wait a second I distinctly saw a "was" up there as in:

    which means past tense, and then you make a change.

    It will never get as small as my award winning short script.

    But I did grab it anyway.

    CHIMO!
    Bruce
    Hmmm. The past tense on the "contest" was unintentional. Additional changes to the script are still welcome. I just couldn't think of anything more than the minor changes.

  3. #11003
    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 stu500 View Post
    My first go, very basic compared to most posted on here
    Oh no!! Your CPU is almost empty!



    I like the minimalist look.
    Desktop: Quantal on Core2 Duo E8500/Asus P5Q
    Laptop: Precise on S76 Pangolin

  4. #11004
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stu500 View Post
    My first go, very basic compared to most posted on here



    Alignment could be better maybe needs a clock as well.

    Xubuntu 9.10 Dodger font
    I'd like a link to that wallpaper, if you wouldn't mind. I had to look a couple times to see that it says XFCE over and over.

  5. #11005
    Join Date
    Oct 2009
    Location
    UK
    Beans
    85

    Re: Post your .conkyrc files w/ screenshots

    Previous problems solved. I can't seem to get RSS feeds to work properly. I get the authors name but no quote.

    This is the code I'm using:
    Code:
    ${rss http://www.wisdomquotes.com/index.xml 60 item_title 0}
    Are there other variables at the end i.e. "item_title" which I need to enter?
    #!Crunchbang

  6. #11006
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mobilediesel View Post
    I'd like a link to that wallpaper, if you wouldn't mind. I had to look a couple times to see that it says XFCE over and over.
    It's one of the backgounds that come with xcfe.
    Attached Images Attached Images

  7. #11007
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by guriinii View Post
    Previous problems solved. I can't seem to get RSS feeds to work properly. I get the authors name but no quote.

    This is the code I'm using:
    Code:
    ${rss http://www.wisdomquotes.com/index.xml 60 item_title 0}
    Are there other variables at the end i.e. "item_title" which I need to enter?
    yes ... see rss in http://conky.sourceforge.net/variables.html

  8. #11008
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    It's one of the backgrounds that come with xcfe.
    I guess it didn't come with my Xubuntu. Thank you for uploading it! The transparent background makes it super-flexible.

  9. #11009
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Maybe this script should come with NO languages, at all, but point to a language.file

    Or, even more convienent a package deal:
    conky_calhoriz.sh, and
    lang.file

    CHIMO!
    Bruce
    I missed that post yesterday.
    Ok, how about this:
    lang
    Code:
    case ${1:-$LANG} in
    	af* )  DOW=("Ma" "Di" "Wo" "Do" "Vr" "Sa" "So");;			# Afrikaans (Afrikaans)
    	be* )  DOW=("Па" "Аў" "Се" "Ча" "Пя" "Су" "Ня");;			# Belarusian (Беларуская)
    	bs* )  DOW=("Po" "Ut" "Sr" "Če" "Pe" "Su" "Ne");;			# Bosnian (Bosanac)
    	bg* )  DOW=("По" "Вт" "Ср" "Че" "Пе" "Съ" "Не");;			# Bulgarian (Български)
    	zh* )  DOW=("周一" "周二" "周三" "周四" "周五" "周六" "周天");;		# Chinese (中文)
    	hr* )  DOW=("Po" "Ut" "Ut" "Sr" "Če" "Su" "Ne");;			# Croatian (Hrvatska)
    	cs* )  DOW=("Po" "Út" "St" "Čt" "Pá" "So" "Ne");;			# Czech (Čeština)
    	da* )  DOW=("Ma" "Ti" "On" "To" "Fr" "Lø" "Sø");;			# Danish (Dánština)
    	nl* )  DOW=("Ma" "Di" "Wo" "Do" "Vr" "Za" "Zo");;			# Dutch (Nederlandse)
    	de* )  DOW=("Mo" "Di" "Mi" "Do" "Fr" "Sa" "So");;			# German (Deutche)
    	el* )  DOW=("Δε" "Τρ" "Τε" "Πέ" "Πα" "Σά" "Κυ");;			# Greek (Ελληνικά)
    	et* )  DOW=("Es" "Te" "Ko" "Ne" "Re" "La" "Pü");;			# Estonian (Eesti)
    	tl* )  DOW=("Lu" "Ma" "Mi" "Hu" "Bi" "Sa" "Li");;			# Filipino (Filipino)
    	fi* )  DOW=("Ma" "Ti" "Ke" "To" "Pe" "La" "Su");;			# Finnish (Suomen)
    	fr* )  DOW=("Lu" "Ma" "Me" "Je" "Ve" "Sa" "Di");;			# French (Français)
    	gl* )  DOW=("Lu" "Ma" "Mé" "Xo" "Ve" "Sá" "Do");;			# Galician (Galego)
    	hi* )  DOW=("सोम" "मंगल" "बुध" "गुरु" "शुक्र" "शनि" "सूर्य")	;;			# Hindi (हिन्दी)
    	hu* )  DOW=("Hé" "Ke" "Se" "Cü" "Pé" "So" "Va");;			# Hungarian (Magyar)
    	is* )  DOW=("Má" "Þr" "Mi" "Fi" "Fö" "La" "Su");;			# Icelandic (Íslenska)
    	id* )  DOW=("Se" "Se" "Ra" "Ka" "Ju" "Sa" "Mi");;			# Indonesian (Indonesia)
    	it* )  DOW=("Lu" "Ma" "Me" "Gi" "Ve" "Sa" "Do");;			# Italian (Italiano)
    	ja* )  DOW=("月曜" "火曜" "水曜" "木曜" "金曜" "土曜" "日曜");;		# Japanese (日本語) x
    	ko* )  DOW=("월요" "화요" "수요" "목요" "금요" "토요" "일요");;		# Korean (한국어) x
    	lv* )  DOW=("Pr" "Ot" "Tr" "Ce" "Pe" "Se" "Sv");;			# Latvian (Latviešu)
    	lt* )  DOW=("pi" "an" "tr" "ke" "pe" "še" "se");;			# Lithuanian (Lietuviškai)
    	mk* )  DOW=("По" "Вт" "Ср" "Че" "Пе" "Са" "Не");;			# Macedonian (Македонски)
    	ml* )  DOW=("Is" "Se" "Ra" "Ra" "Ju" "Sa" "Mi");;			# Malayam (Bahasa Melayu)
    	nb* )  DOW=("ma" "ti" "on" "to" "fr" "lø" "sø");;			# Norwegian (Norsk)
    	pl* )  DOW=("Po" "Wt" "Śr" "Cz" "Pt" "So" "Nd");;			# Polish (Polska)
    	pt* )  DOW=("Sq" "Te" "Qa" "Qi" "Se" "Sá" "Do");;			# Portuguese (Português)
    	ro* )  DOW=("Lu" "Ma" "Mi" "Jo" "Vi" "Sa" "Du");;			# Romanian (Român)
    	ru* )  DOW=("По" "Вт" "Ср" "Че" "Пя" "Су" "Во");;			# Russian (Русский)
    	sr* )  DOW=("Po" "Ut" "Sr" "Če" "Pe" "Su" "Ne");;			# Serbian (Српски)
    	sk* )  DOW=("Po" "Ut" "St" "Št" "Pi" "So" "Ne");;			# Slovak (Slovenčina)
    	sl* )  DOW=("Po" "To" "Sr" "Če" "Pe" "So" "Ne");;			# Slovenian (Slovenski)
    	es* )  DOW=("Lu" "Ma" "Mi" "Ju" "Vi" "Sá" "Do");;			# Spanish (Español)
    	sv* )  DOW=("Må" "Ti" "On" "To" "Fr" "Lö" "Sö");;			# Swedish (Svenska)
    	tr* )  DOW=("Pa" "Sa" "Ça" "Pe" "Cu" "Cu" "Pa");;			# Turkish (Türkçe)
    	uk* )  DOW=("По" "Ві" "Се" "Че" "Пя" "Су" "Не");;			# Ukrainian (Українська)
            * ) DOW=("Mo" "Tu" "We" "Th" "Fr" "Sa" "Su") ;;
    esac
    and this:
    conky_calhoriz.sh
    Code:
    #!/bin/bash
    cd $(dirname $0)
    # horizontal calendar for conky by ans
    # Updated by: mobilediesel, dk75, Bruce, Crinos512, et al.
    # locale depend week day names
    DOW=("Mo" "Tu" "We" "Th" "Fr" "Sa" "Su")
    if [ -f lang ]; then
        . lang
    fi
    COLOROLD="445566" #MidSlateGrey
    COLORTODAY="FF8C00" #Darkorange
    COLORREST="445566" #MidSlateGrey
    COLORNEXT="778899" #LightSlateGrey
    COLORSATURDAY="FFFF00"
    COLORSUNDAY="FF8C00"
    COLOR=("" "" "" "" "" "\${color $COLORSATURDAY}" "\${color $COLORSUNDAY}")
    COLOREND=("" "" "" "" "" "\${color}" "\${color}")
    
    TODAY=$(date +%-d)
    LASTDAY=$(date -d "-$TODAY days +1 month" +%d)
    FIRSTDAY=$(date -d "-$[$TODAY-1] days" +%u)
    
    # Build $TOPLINE
    k=$FIRSTDAY
    for j in $(seq 31); do
      x=$[j+LASTDAY/j]
      case $j in
      	${j/#$x})	TOPLINE="$TOPLINE ${COLOR[$[k-1]]}${DOW[$[k-1]]}${COLOREND[$[k-1]]}";;
      	$[LASTDAY+1])	TOPLINE="$TOPLINE \${color $COLORNEXT}${DOW[$[k-1]]}";;
      	*)		TOPLINE="$TOPLINE ${DOW[$[k-1]]}";;
      esac
      k=$[${k/#7/0}+1]
    done
    
    
    BOTTOM=" \${color $COLOROLD}$(seq -w -s ' ' $LASTDAY|sed "s/.$TODAY \?/\${color $COLORTODAY}&\${color $COLORREST}/") \${color $COLORNEXT}$(seq -w -s ' ' 0$[31-$LASTDAY])"
    
    echo "\${goto 20}$TOPLINE\${tab 20}"
    echo "\${goto 20}$BOTTOM\${color}\${tab 20}"
    Code:
    ${execpi 3600 conky_calhoriz.sh} # for local default language
    ${execpi 3600 conky_calhoriz.sh es} # for Spanish
    The lang file is not required and the default language without the lang file is English.

    Just put lang in the same directory with conky_calhoriz.sh.

  10. #11010
    Join Date
    Oct 2009
    Location
    UK
    Beans
    85

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    Thanks all sorted now

    Next I'm going to attempt Pidgin
    #!Crunchbang

Page 1101 of 2348 FirstFirst ... 1016011001105110911099110011011102110311111151120116012101 ... 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
  •