Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.09 seconds.

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

    Re: Post your .conkyrc files w/ screenshots

    yuuuuup, that did it. thank you very much :D
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Hey everyone, Got a quick question. Is there anyway i can tidy up the text in the attatched image? I thought I could use fold, but it seems not. Ideally I'd like to get the "downloading" text to...
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    thought I might jump in on this...I'm in Ireland...4 SEASONS IN 1 DAY !!!
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Any chance you can post the scripts? I'm coming back from the dark side of Winblows and I really like some parts of this config

    EDIT : I managed to find the config, but out of curiosity, what is...
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    ahhh ok, i have it like i want now. thanks for the help :D


    --time calculations###########################
    hours=tonumber(os.date("%I"))
    hours=hours-3
    if hours==13 then hours=1 end
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    forgive me, but i'm not sure where i should put that. i've looked through the .lua and it only mentions the first line you said. i've added a picture to show what i'm trying to do and the .lua you...
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I already have my own clock set earlier in the lua..I've even checked on Google to make sure I'm right about time difference and that confirms I'm 3 hours ahead, not 2 as conky states
  8. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    same issue as the clock in image. an hour behind the proper time. in case you're wondering, i'm in Ireland

    EDIT : you gave me the code to display 3 clocks from a lua, and i have it set for Israel...
  9. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Hey everybody. I'm hoping I can get a little help with this issue. I'm running a second clock, but the time is wrong. It says 9pm, but it's actually 8pm in the region. I've included the code so the...
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    sorry for taking so long to reply. that helped a treat. thanks very much :D :D
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    hey everyone, i was watching a film earlier and i saw something like this in an office. i was wondering if it's possible to add something like this to conky. the closest i can get is this but it only...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    that's it sir..thank you kindly :D
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    hey everyone, got a small problem. i use the following

    own_window yes
    own_window_transparent yes
    own_window_type normal
    own_window_class conky
    own_window_hints...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    can someone help with this problem. I'm trying to align the dates, but i don't know what section to edit to move them to the right (under the days). code is included


    ## Uncomment for Conky 1.8.0...
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I updated Lucid a few days ago and decided to start to use conky again. But I've noticed a problem and was wondering if anyone came across the same problem?


    #!/bin/bash
    amixer get Master | awk...
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    that's strange..i just edited it so you would only have to change the USERNAME and PASSWORD..i'll included the part of my conky that calls it


    ${if_match "${execi 5 perl ~/scripts/Conky/gmail.pl...
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    made the mistake of going back to Natty and now my calender is all messed up..and suggestions? (i'd like to try and keep this one as it suits my conky)


    #!/bin/bash
    # calendar.sh
    DATE=( $(date...
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    i've attached the script i've been using for months, never let me down yet. hope it helps
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    well, i'm still trying to find my way around, but i guess all your looking for would be handled with cron jobs. but, that's just me. i really don't know if conky can be that advanced. but if one of...
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    for the alarm, i would normally use crontab + vlc

    but, if you're interested, i've added scripts for conky to play sound alert when there's new gmail. i put the scripts in /home/USER/scripts/Conky...
  21. Replies
    571
    Views
    196,127

    [all variants] Re: Conky Rhythmbox Python Script

    i know the following link is for Amarok, but it in principal it should fit your needs : http://www.larryni.me.uk/blog/2009/10/18/display-amarok-album-art-in-conky/

    let me know if it helps..not...
  22. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    here's what i use. hope it helps

    ${voffset 10}${color8}${if_match "${execi 5 perl ~/scripts/Conky/gmail.pl n}" >= "1"}${goto 70}${execi 5 perl ~/scripts/Conky/gmail.pl n}${color green}...
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    i noticed a strange quirk that i've been meaning to try and address but well, forgot about till now. in the screenshot, conky reports the system volume is 81%, but in the bottom right corner, you can...
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    as i've not messed with conky in a while, i'll show my last one again..but i think it's time for another overhaul
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    well done for reviving the topic..lets hope we get some new screenshots soon lol
Results 1 to 25 of 187
Page 1 of 8 1 2 3 4