Search:

Type: Posts; User: yk1000; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Beautiful alfa & conky :)
    Would you perhaps have a link to the wallpaper?
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    pretty cool!
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Nice work! :D (as always)
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Oh, I see... so you meant something like using imlib2.image.load() and imlib2.font.load() a la http://asbradbury.org/projects/lua-imlib2/doc/... yay! something new to play with (lua-imlib2)! :p
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I made a funky moving slideshow a few weeks ago! If you know the filenames & no. of files beforehand, you can create an array of surfaces for each image:


    imgarray={}...
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Yep, I've confirmed that it works. And for some reason the conky->lua->(cairo->)imlib2 bindings seem to be more efficient than direct conky->imlib2 (less strain on my CPU)...
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Wow! Very nice :p. I didn't think the wave widget was actually usable :p
    You can decrease the rate at which the waves move by multiplying "count" by a smaller number within each math.sin() function....
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Due to popular demand, I am posting my .conkyrc. :o Please note that the horizontal calendar you see in the screenshot is a neat little platform independent calendar called rainlendar. It's got quite...
  9. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    You can also do something like this.
    ------------------------------
    #!/bin/bash

    SECOND=`date +%S`
    files=(/home/user/Pictures/*.*) # create an array of the files.
    N=${#files[@]} ...
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    My first post! Thought I'd share my latest desktop with you all. :)
    The font I'm using is Eurostar. I also have a customized rainlendar, dockbarX, custom icon theme and custom lua script for the...
  11. Replies
    571
    Views
    196,127

    [all variants] Re: Conky Rhythmbox Python Script

    This may be a dumb question, but why is there a need to copy the image to another location before displaying it with ${image}? Isn't copying the same image every time conky updates (e.g. every...
  12. Replies
    437
    Views
    150,416

    [all variants] Re: Conky SSL Email Python Script

    Hi Kaivalagi,

    Thank you for your wonderful script. I've been trying to use it on my gmail account using IMAP, which gives me the correct number of unread emails (when I do not use the mailinfo...
Results 1 to 12 of 12