Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Custom conky guide

  1. #21
    Join Date
    Sep 2007
    Location
    Oostkamp; Belgium
    Beans
    6
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Custom conky guide

    also nice to check:
    http://conky.linux-hardcore.com/

  2. #22
    Join Date
    Feb 2010
    Beans
    13

    Re: Custom conky guide

    I use the following:
    Code:
    rhythmbox-client --no-start --no-present --print-playing-format "%ta"
    I find that having separate calls to rhythmbox-client for Artist, Title, Album and other info every second keeps my processor running. I think we can reduce this usage if we make a single call, like
    Code:
    rhythmbox-client --no-start --no-present --print-playing-format "%ta %tt %at %te %td"
    and then capture these values and use them in variables. Can anybody tell me how to do that?

Page 3 of 3 FirstFirst 123

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
  •