Page 41 of 83 FirstFirst ... 31394041424351 ... LastLast
Results 401 to 410 of 828

Thread: Howto: Get a beautiful Conky 1.4.2 setup

  1. #401
    Join Date
    Mar 2006
    Location
    Lisbon, Portugal
    Beans
    1,909

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Try using the script solution posted in this thread (some posts behind)
    My blog | Arch User | Linux user #439142 | Ubuntu user #10974
    "God is real unless you declare it as integer"

  2. #402
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    yep! Im having the same problem. It's annoying,

    edit: didn't see raul_'s comment, I'll try that now. ( sleep && conky )

  3. #403
    Join Date
    Mar 2006
    Location
    Lisbon, Portugal
    Beans
    1,909

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    sleep <timeinseconds> && conky;
    My blog | Arch User | Linux user #439142 | Ubuntu user #10974
    "God is real unless you declare it as integer"

  4. #404
    Join Date
    Apr 2006
    Beans
    147

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Great, thanks!

  5. #405
    Join Date
    Jan 2007
    Location
    Turkey
    Beans
    275
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    are there any codes that conky can display what i'm listening on "exaile" media player?

  6. #406
    Join Date
    Apr 2006
    Location
    Trondheim, Norway
    Beans
    278
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Thanks for a great howto.

    It works great my end, apart from one little detail.

    When I reboot it doesn't re-appear on my desktop. The only way to get it back is to log out and log back in.

    Anyone ever experienced this problem?

  7. #407
    Join Date
    Jan 2006
    Location
    Edge of Time
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by oyvindaa View Post
    Thanks for a great howto.

    It works great my end, apart from one little detail.

    When I reboot it doesn't re-appear on my desktop. The only way to get it back is to log out and log back in.

    Anyone ever experienced this problem?
    How do you have it set to start? If It's added to your session I think it will cause a problem as it loads before the desktop. Perhaps logging in and out is a work around because by the time you log in again the desktop is already loaded. Just a guess though. Somewhere in here is a short bash script that will start conky 60 seconds after your session starts and thus avoid that problem. It's probably a little less elegant but I just start it manually. I have a custom launcher on the top panel for conky so I just click it if I want conky to load. I use beryl a lot so I want to be sure I start beryl first as well.

    If you are using the delayed start then I'm afraid I don't know.

  8. #408
    Join Date
    Mar 2006
    Location
    Lisbon, Portugal
    Beans
    1,909

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by m.musashi View Post
    How do you have it set to start? If It's added to your session I think it will cause a problem as it loads before the desktop. Perhaps logging in and out is a work around because by the time you log in again the desktop is already loaded. Just a guess though. Somewhere in here is a short bash script that will start conky 60 seconds after your session starts and thus avoid that problem. It's probably a little less elegant but I just start it manually. I have a custom launcher on the top panel for conky so I just click it if I want conky to load. I use beryl a lot so I want to be sure I start beryl first as well.

    If you are using the delayed start then I'm afraid I don't know.
    I use beryl and the script with a 2s sleep works fine with me
    My blog | Arch User | Linux user #439142 | Ubuntu user #10974
    "God is real unless you declare it as integer"

  9. #409
    Join Date
    Jan 2006
    Location
    Edge of Time
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by raul_ View Post
    I use beryl and the script with a 2s sleep works fine with me
    I didn't try such a short sleep but I decided I didn't really want it or beryl to auto load - especially beryl. Sometime I don't really need or want it so I'd rather decided at login what to use. Afterall, with a custom launcher it's only a single click to load.

  10. #410
    Join Date
    Apr 2006
    Location
    Trondheim, Norway
    Beans
    278
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by m.musashi View Post
    How do you have it set to start? If It's added to your session I think it will cause a problem as it loads before the desktop. Perhaps logging in and out is a work around because by the time you log in again the desktop is already loaded. Just a guess though. Somewhere in here is a short bash script that will start conky 60 seconds after your session starts and thus avoid that problem. It's probably a little less elegant but I just start it manually. I have a custom launcher on the top panel for conky so I just click it if I want conky to load. I use beryl a lot so I want to be sure I start beryl first as well.

    If you are using the delayed start then I'm afraid I don't know.
    Yeah, it's added to my sessions. Thanks, I'll try that script

    EDIT: That script worked a treat. Everything's fine now.

    Code:
    #!/bin/bash
    sleep 10 && conky;
    It's not just a conky-related problem though, because this was happening when I was using adesklets as well. Oh well, sorted now
    Last edited by oyvindaa; January 9th, 2007 at 09:17 AM. Reason: Problem solved.

Page 41 of 83 FirstFirst ... 31394041424351 ... LastLast

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
  •