Page 1097 of 2348 FirstFirst ... 97597997104710871095109610971098109911071147119715972097 ... LastLast
Results 10,961 to 10,970 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #10961
    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 BaroqueBloke View Post
    New to Ubuntu and a complete beginner with all things computer related, I have managed to finish my first desktop thanks to this forum. Primarily with getting my conky to actually work!
    Thank you all so much!

    Sorry, I do not know how to post the code in its own separate scroll box. : /
    Code:
    [ C O D E ] [ / C O D E ] (without spaces ;)
    There's also the # button at the top of the post editor.

    Quote Originally Posted by guriinii View Post
    I reduced the min_size on both to 10 but with no luck.
    10 pixels isn't that much

    Try making you conkies non transparent and give them a background color different from your desktop (just for testing purposes).
    Code:
    own_window_transparent no
    own_window_colour green
    Besides not making them overlap, don't set minimum_size xxxx yyy so low that it makes your conky window resize to often. This can make the window flicker too (had that with my clock resizing the window going from 09 to 10 to 11 to 12 secs).
    Last edited by miegiel; December 14th, 2009 at 02:22 PM.

  2. #10962
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by guriinii View Post
    How do I get the mac application bar at the bottom and will it be a different widgit thing.
    People are not ignoring you, it's just that this is not a conky issue.

    6 different ones: http://linux4noobs.wordpress.com/200...ckbarforlinux/

    Quote Originally Posted by guriinii View Post
    I added rhythmbox to conky and now it just flickers. Also I can't have icons on my desktop.
    How can I fix this?
    Did you use rhythmbox from conky or Conky Rhythmbox Python Script

    Show us your conky.

    Have a nice day.
    Bruce

  3. #10963
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dk75 View Post
    OK. I wen't crazy

    calhoriz.sh
    Crazy, you say?
    Code:
    #!/bin/bash
    # horizontal calendar for conky by ans
    # Updated by: mobilediesel, dk75, Bruce, Crinos512, et al.
    # locale depend week day names
    lang=$1
    case ${lang:=$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
    
    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/#0/}-1] days" +%u)
    
    # Build $TOPLINE
    k=$FIRSTDAY
    for j in $(seq 1 1 31); do
      TOPLINE="$TOPLINE ${COLOR[$[k-1]]}${DOW[$[k-1]]}${COLOREND[$[k-1]]}"
      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 ' ' 01 $[31-$LASTDAY])"
    
    echo "\${goto 20}$TOPLINE\${tab 20}"
    echo "\${goto 20}$BOTTOM\${color}\${tab 20}"
    http://dl.dropbox.com/u/1055489/scri...ky_calhoriz.sh


    The reason for ${TODAY/#0/} is because for days that have a zero (01 02 ... 09) confuse BASH when it tries to do math with it.
    Last edited by mobilediesel; December 14th, 2009 at 02:38 PM.

  4. #10964
    Join Date
    Jul 2009
    Location
    Germany > Hessen > DA
    Beans
    26

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    I hate you!

    That is only a figure of speech that means: I'm jealous of your talents.

    niceOne searchOne

    CHIMO!
    Bruce
    Thanks Bruce,
    But that's not necessary! The script I've found here, a little bit modified by me ... unfortunately do not remember from whom! But I think it was of the same one who had introduced, and the horizontal calendar here.

    Code:
    #!/bin/bash
    #vertical calendar for conky by ans
    COLOROLD="898989"
    COLORTODAY="FFFF00"
    COLORREST="969696"
    COLORDEFAULT="DEDEDE"
    
    TODAY=`date +%d`
    LASTDAY=`date -d "-$(date +%d) days +1 month" +%d`
    FIRSTDAY=`date -d "-1 month -$(($(date +%d)-1)) days +1 month" +%u`
    i=1
    k=$FIRSTDAY
    while [ $i -lt $[$LASTDAY+1] ]; do
        if [ $i -lt $TODAY ]
        then
            if [ $i -lt 10 ]
            then
                SHOWDATE="\${color $COLOROLD} 0$i"
            else
                SHOWDATE="\${color $COLOROLD} $i"
            fi
        fi
        if [ $i -eq $TODAY ]
        then
            if [ $i -lt 10 ]
            then
                SHOWDATE="\${color $COLORTODAY} 0$i"
            else
                SHOWDATE="\${color $COLORTODAY} $i"
            fi
        fi
            if [ $i -gt $TODAY ]
        then
            if [ $i -lt 10 ]
            then
                SHOWDATE="\${color $COLORREST} 0$i"
            else
                SHOWDATE="\${color $COLORREST} $i"
            fi
        fi
    
        case "$k" in
        7)
            echo "\${color FF0000}\${goto 110}So $SHOWDATE\${voffset -5}"
        ;;
        1)
            echo "\${color $COLORDEFAULT}\${goto 110}Mo $SHOWDATE\${voffset -5}"
        ;;
        2)
            echo "\${color $COLORDEFAULT}\${goto 110}Di $SHOWDATE\${voffset -5}"
        ;;
        3)
            echo "\${color $COLORDEFAULT}\${goto 110}Mi $SHOWDATE\${voffset -5}"
        ;;
        4)
            echo "\${color $COLORDEFAULT}\${goto 110}Do $SHOWDATE\${voffset -5}"
        ;;
        5)
            echo "\${color $COLORDEFAULT}\${goto 110}Fr $SHOWDATE\${voffset -5}"
        ;;
        6)
            echo "\${color FF0000}\${goto 110}Sa $SHOWDATE\${voffset -5}"
        ;;
        esac
        echo " "
        i=$[$i+1]
        k=$[$k+1]
        if [ $k -eq 8 ]
        then
            k=1
        fi
    done
    exit
    CHIMO!
    Stefan
    64Bit - HP Compaq Presario CQ60-105EG, 4GB RAM, 160GB, NVIDIA GeForce 8200M, AMD Athlon X2 Dual-Core / Mandriva 2009.1, Mandriva 2010, #! Crunchbang 9.04.01 Conky-Hardcore - searchOne

  5. #10965
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by searchOne View Post
    Thanks Bruce,
    But that's not necessary! The script I've found here, a little bit modified by me ... unfortunately do not remember from whom! But I think it was of the same one who had introduced, and the horizontal calendar here.

    ...

    CHIMO!
    Stefan
    Excellent! I'll start hacking that up right away!
    First I'm calling it conky_calvert.sh since you didn't give the filename.

  6. #10966
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by BaroqueBloke View Post
    New to Ubuntu and a complete beginner with all things computer related, I have managed to finish my first desktop thanks to this forum. Primarily with getting my conky to actually work!
    Thank you all so much!

    Sorry, I do not know how to post the code in its own separate scroll box. : /
    Well, Welcome to Linux, Ubuntu and the Forums.

    When you create a post use the "Advanced Editor" and you'll see two rows on the menu bar at the top.

    Run your mouse over them slowly and you will see what they do.
    As was already explained "#" will create the code "blocks" or you can type the proper codes:

    These go inside the square brackets [ ] like this (code) (/code) <<-- using normal brackets () for example only.

    Top row - left to right: (upper or lower case)
    1. double A X'ed out removes text formatting
    2. Change font: (FONT="Century Gothic") & (/FONT)
    3. Change font size: (SIZE="3") & (/SIZE)
    4. Change font color: (COLOR="Blue") & (/COLOR)
    5. White Smilie is just that. <<--- see
    6. Paperclip = Attachments = upload an image, tar file etc to the forums.
    Undo and Redo are the last two - careful, Undo undoes a LOT!

    Second row:
    1. B - (b)bold test(/b) bold test - highlight the text hit the button.
    2. I - (i)italics(/i) italics
    3. U - (u)Underline(/i) Underline
    4. Next 3: text align
    1. left,
    2. centre, and
    3. right

    Next two: Lists:
    5. numbered, or
    6. bullets
    - (list=1) can be changed to (list=a) for an afpla listing (see above)
    - (list) (/list)
    1. x
    2. y
    3. z

    Code:
    (LIST=1)
    (*)x
    (*)y
    (*)z
    (/LIST)
    The next two deal with indented text
    7. decrease the indent size, or
    8. increase the indent:
    - (indent)Hi(/indent)

    Hi <-- normal - Highlight the text hit the buttons
    Hi <- indented once
    Hi <- indented twice
    Hi <- indented twice
    9. Earth with a chainlink - link to a site:

    Conky Hardcore! for Conky help.

    Easiest way:
    1. open a tabbed window and goto the site you want to link to.
    2. copy and paste the title of the site or use your own description.
    3. copy the URL from the browser
    4. Highlight the text to be "linked" (ConUky Hardcore!) and click on the Earth. Past the URL in the popup box.


    10. Chainlink X'ed out - highlight the link text and "unlink it"
    Changing: Conky Hardcore! to Conky Hardcore! Run your mouse over the line to see the difference.

    11. Envelope/paper - an email link - not necessary really for a properly configured email address in the text, it will get linked automatically. Hard to do this, I don't want to give away my address: so from another forum that has a "Spammers Shame Thread" where the Admin take the info from spammers and post it publicly so they in turn get spammed:
    ------------------------
    Admin got me too!

    I am imike24@yahoo.com and I want you to harvest and spam my email address.

    My IP is 202.156.14.250 and I thought that hiding behind a proxy would help me get through: proxy.202.156.14.250.maxonline.com.sg
    ------------------------
    Check out the image attached, that email addy is plain test, and I'll leave it that way, but as you are reading this you see it as linked. So the "button" is for the name only:
    imike - highlight it, hit the button and insert the addy.
    (EMAIL="imike24@yahoo.com")imike(/EMAIL)

    12. Postcard with mountains - insert an image from another site with the (img)the_link_here(/img) command and the URL in between the two. my avatar for example.

    13. Cartoon type text box - to (quote)(/quote) text
    Hi BaroqueBloke
    Hope this helps. Highlight the text, hit the button
    14. # For code, but you know that (code)(/code) ... gives a sliding bar at the bottom for those really long lines and preserves special characters needed in some code: My one-liner conky for example:
    Code:
    ${goto 79}${color2}CPU: ${color6}${cpu cpu0}${goto 131}${color3}% ${color2}RAM: ${color6}${memperc} ${color3}${goto 197}% ${color2}Disk: ${color6}${fs_used_perc /}${goto 268}${color3}% ${color2}Temps: ${color3}CPU: ${color5}${execpi 8 sensors | grep 'CPU Temp' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempCPU.sh}°  ${color3}Core: ${execpi 8 sensors | grep 'Core0' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempCore.sh}°  ${color3}M/B: ${execpi 8 sensors | grep 'M/B Temp' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempMB.sh}°  ${color3}GPU: ${execpi 8 sh -c "DISPLAY=:0.0 nvclock -T | grep GPU | cut -c21-22" | xargs ~/Conky/scripts/ColorTempGPU.sh}° ${color3}SDA: ${execpi 8 hddtemp /dev/sda | cut --characters 34-37 | xargs ~/Conky/scripts/ColorTempHDD.sh} ${voffset -23}${color2}${font woodbadge:size=25}CH!${font}${color} ${voffset -5}${color3}${font arrows:bold:size=13}a${font} ${voffset 2}${upspeed eth1}${color}${goto 743}${voffset -5}${color6}${font arrows:bold:size=13}i${font} ${voffset 2}${downspeed eth1}${color}${goto 809}${color2}eth1 on ${color}${addr eth1}${goto 952}${color8}Email:${color} ${execi 60 conkyEmail --servername=xxxxxxxxxx.com --servertype=POP --ssl --port=995 --username=xxxxxxxxxx --password=xxxxxxxxxxx}${goto 1013}${color8}&${color} ${execi 60 conkyEmail --servertype=POP --servername=xxxxxxxxxxx.com --username=xxxxxxxxxxx --password=xxxxxxxxxxx}${voffset -04}${goto 1050}${font LCDMono:bold:size=13}${color2}${time %H:}${color6}${time %M:}${color3}${time %S}${color} / ${uptime_short}${image /home/bruloo/Conky/images/55x55.png -p 15,0 -s 55x55}
    15/16. The last two respectively are to wrap HTML and PHP tags around text
    HTML Code:
    Hi
    PHP Code:
    Hello 
    So Like (code)(/code) you can insert HTML or PHP coding - probably used a lot more in other threads.

    OK, hope that helps some. Oh, and your conky - a far sight better than my first conky Congrats!

    Have a nice day.
    Bruce

    NOTE: Not offtopic, I did show the coding for my one-liner.
    Attached Images Attached Images

  7. #10967
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Nevermind, the mods took care of it.
    Last edited by mobilediesel; December 14th, 2009 at 05:57 PM.

  8. #10968
    Join Date
    Nov 2009
    Beans
    2

    Re: Post your .conkyrc files w/ screenshots

    Hello, I have a lua-ring-conky and conkyrhythmbox installed. Now i want to mix them. I want a progress-bar as ring. But I don't know the name and arg. This is the code for a normal bar, but i can't use it for the ring.
    Code:
    ${execibar 1 conkyRhythmbox --datatype=PP}
    Is there another possibility to use conkyrhytmbox for the lua-ring ? Thanks
    Last edited by jollyroger87; December 14th, 2009 at 05:24 PM.

  9. #10969
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mobilediesel View Post
    Right, this is a support forum. No advertising. Some people can be a bit vindictive so good job posting an address.
    Hey, mobile, since you said he shouldn't advertise the address, and the Mods have deleted the original post don't you think it would be a good idea to ummmm how to put this nicely ....

    Mom always said if ya can't say it nice don't say it!!
    edit your post and remove the original text with the address?

    phew did it!

    CHIMO!
    B

  10. #10970
    Join Date
    Dec 2009
    Location
    Somewhere in the Ether
    Beans
    27
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Thanks Miegiel and Bruce! The tips are appreciated. Now, If I wanted to add a second conky in the middle of the screen... im unclear about that.

Page 1097 of 2348 FirstFirst ... 97597997104710871095109610971098109911071147119715972097 ... 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
  •