Page 1189 of 2348 FirstFirst ... 1896891089113911791187118811891190119111991239128916892189 ... LastLast
Results 11,881 to 11,890 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11881
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    ok now i feel dumb. cant figure out how to make the launcher. i created one and put this in the command line. what am i missing
    Code:
    /bin/sh ~/Documents/code/ssc.sh
    Code:
    chmod +x ~/Documents/code/ssc.sh
    Registered Ubuntu User #29430

  2. #11882
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by pemur1 View Post
    Did you make it executable?

    Just a thought.
    yeah it is
    I'm a super power user

  3. #11883
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    Code:
    chmod +x ~/Documents/code/ssc.sh
    no dice
    Code:
    #!/bin/sh
    # click to start, click to stop
     
    if pidof conky | grep [0-9] > /dev/null
    then
    exec killall conky
    else
     
    sleep 30  # sleep not required for xfce on startup - 30 or more for others
    conky -c ~/.conkyrc &
    #conky -c ~/Conky/conkytext &
    #conky -c ~/Conky/conkyemail &
    #conky -c ~/Conky/conkyforecast &
     
    exit
    fi
    thats my actual ssc.sh. im just trying to get multiple conkys running so if there is a different way to do this im all ears.
    I'm a super power user

  4. #11884
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Scrath that then. Yours looks almost the same as mine, maybe try getting rid of the "&" at the end of your first conky -c line. I don,t have one.

    Code:
    #!/bin/sh
    # click to start, click to stop
    
    if pidof conky | grep [0-9] > /dev/null
    then
     exec killall conky
    else
    
    sleep 5  # sleep not required for xfce on startup - 30 or more for others
    conky -c ~/Conky/Rings-v2/rings-v2
    exit
    fi
    what error are you getting in the terminal when you try to run it?
    Last edited by dmillerct; February 1st, 2010 at 08:53 PM.
    Registered Ubuntu User #29430

  5. #11885
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    Scrath that then. Yours looks almost the same as mine, maybe try getting rid of the "&" at the end of your first conky -c line. I don,t have one.

    Code:
    #!/bin/sh
    # click to start, click to stop
    
    if pidof conky | grep [0-9] > /dev/null
    then
     exec killall conky
    else
    
    sleep 5  # sleep not required for xfce on startup - 30 or more for others
    conky -c ~/Conky/Rings-v2/rings-v2
    exit
    fi
    what error are you getting in the terminal when you try to run it?
    i dont get an error. i ran it in the terminal and the cursor just blinks for about 15 seconds then the terminal closes
    I'm a super power user

  6. #11886
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    i dont get an error. i ran it in the terminal and the cursor just blinks for about 15 seconds then the terminal closes
    Are you using sh to call it. I.E.
    Code:
    sh ~/path/to/start_conky.sh
    Registered Ubuntu User #29430

  7. #11887
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    Are you using sh to call it. I.E.
    Code:
    sh ~/path/to/start_conky.sh
    not sure. theres a screen shot of the properties of the launcher
    Attached Images Attached Images
    I'm a super power user

  8. #11888
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    not sure. theres a screen shot of the properties of the launcher
    replace chmod +x with sh.
    Registered Ubuntu User #29430

  9. #11889
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    replace chmod +x with sh.
    nope even if i just run the ssc.sh from a terminal all i get is a blinking cursor
    Attached Images Attached Images
    I'm a super power user

  10. #11890
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    nope even if i just run the ssc.sh from a terminal all i get is a blinking cursor
    In a terminal, run the following:

    Code:
    sudo chmod +x ~/Documents/code/ssc.sh
    Then run the following:

    Code:
    sh ~/Documents/code/ssc.sh
    If conky is running, it will shut it down. If it is not it will start it.

    To have it startup automatically when you log in. Modify the "Command:" line in your startup applications to:

    Code:
    sh ~/Documents/code/ssc.sh
    Or you can just create a seperate start script like I have:
    Code:
    #!/bin/bash
    
    sleep 30 &&
    conky -d -c ~/path/to/rc/file &
    exit
    Registered Ubuntu User #29430

Page 1189 of 2348 FirstFirst ... 1896891089113911791187118811891190119111991239128916892189 ... LastLast

Tags for this Thread

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
  •