Page 45 of 83 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 828

Thread: Howto: Get a beautiful Conky 1.4.2 setup

  1. #441
    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

    Oops. That was double posted for some reason. Sorry
    Last edited by m.musashi; April 30th, 2007 at 07:00 PM. Reason: Delete double post

  2. #442
    Join Date
    Nov 2004
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    In "nvidia-settings" I can see how hot my GPU gets. Is there anyway I could put that into my Conky setup?

  3. #443
    Join Date
    Mar 2006
    Location
    Nerderlands
    Beans
    1,349
    Distro
    Ubuntu

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by seldon77 View Post

    5. Add dbe module to /etc/X11/xorg.conf to reduce flickering.
    Code:
    sudo gedit /etc/X11/xorg.conf
    find the section titled Section "Module", and add
    Code:
            Load    "dbe"

    I found there was already a line Load "vbe" in my xorg. I had to change this to "dbe" in order for conky to work correctly with double buffering./
    "Please choose a different password, the one you have chosen is in use by UID 1432"

  4. #444
    Join Date
    Apr 2006
    Location
    Norway/Stavanger
    Beans
    1
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by r0nin View Post
    In "nvidia-settings" I can see how hot my GPU gets. Is there anyway I could put that into my Conky setup?
    ${color black}Nvidia: ${color white}${exec /usr/bin/nvidia-settings -q gpus | cut -c 29-43 | tail -n2}
    ${color black}GPU Core Temp: ${color white}${exec /usr/bin/nvidia-settings -q gpucoretemp |grep Attribute |cut -c 44-45}'C



    My NVIDIA Driver version is 9631
    Hope this helps you on your way

    Thore

  5. #445
    Join Date
    Nov 2004
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Ubuntu 6.10 Edgy

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Cheers mate. Works nicely!

  6. #446
    Join Date
    Jun 2006
    Location
    DFW, Texas
    Beans
    143

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by chm0d View Post
    I must be a complete idiot because I have not yet been able to get amarok to work with conky. I have the script from sourceforge. I have put the script in /home/usr/.conky but still I cannot get anything out of it. Only thing that displays is Now Playing and it refreshes every 10 secs. I will post my conkyrc. Any help would be greatly appreciated.

    chm0d


    Is your amarok collection in mysql?

    I just copied the last lines out of your conkyrc (changed paths), converted my amarok from sqlite to mysql, downloaded the script form conky's screenshot page and it appears to be working fine.
    QNAP TVS-672N - Ubuntu 20.04

  7. #447
    Join Date
    Jun 2007
    Beans
    1

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Hi all!

    I just wanted to share my conky config files!

    I've written a script to show weather information from yahoo in conky, but it is still using too many resources, so i will try to optimize it in the future.

    ENJOY!
    Attached Images Attached Images
    Attached Files Attached Files

  8. #448
    Join Date
    Aug 2006
    Beans
    87
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Sorry if this post is a bit off-topic. (Great topic by the way, it's been quite helpful.) Erm, is there a way to center everything in my conky config into the top center of my screen?

    Erm, thanks - hopefully this isn't the wrong place to ask.

    ~Nightfire

  9. #449
    Join Date
    Mar 2006
    Beans
    1,123

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by nightfire117 View Post
    Sorry if this post is a bit off-topic. (Great topic by the way, it's been quite helpful.) Erm, is there a way to center everything in my conky config into the top center of my screen?

    Erm, thanks - hopefully this isn't the wrong place to ask.

    ~Nightfire
    Play with these settings (or add them to) in your .conkyrc file
    gap_x and gap_y are measured in pixels.

    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 15
    gap_y 85
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    "I'd rather be hated for what I am, than loved for what I'm not."

  10. #450
    Join Date
    Aug 2006
    Beans
    87
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto: Get a beautiful Conky 1.4.2 setup

    Quote Originally Posted by OffHand View Post
    Play with these settings (or add them to) in your .conkyrc file
    gap_x and gap_y are measured in pixels.

    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 15
    gap_y 85
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    Thanks, tweaking those settings work well.

    ~Nightfire

    [EDIT]: Erm, what about laptop battery? Thanks.... XD

    ~Nightfire
    Last edited by nightfire117; June 20th, 2007 at 08:20 PM.

Page 45 of 83 FirstFirst ... 35434445464755 ... 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
  •