Page 1799 of 2348 FirstFirst ... 7991299169917491789179717981799180018011809184918992299 ... LastLast
Results 17,981 to 17,990 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #17981
    Join Date
    Jul 2009
    Location
    AL, USA
    Beans
    330
    Distro
    Kubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    It's the server end causing issue I think

    Code:
    ~]$ wget -O - http://www.whatismyip.com/automation/n09230945.asp
    --2011-06-04 11:17:22--  http://www.whatismyip.com/automation/n09230945.asp
    Resolving www.whatismyip.com... 72.233.89.200, 72.233.89.197, 72.233.89.198, ...
    Connecting to www.whatismyip.com|72.233.89.200|:80... connected.
    HTTP request sent, awaiting response... 403 Forbidden
    2011-06-04 11:17:23 ERROR 403: Forbidden.
    Try using an alternative URL to get the public IP address, updating the offending line in your conkyrc to this should sort it:

    Code:
    EXTERNAL IP: ${pre_exec wget -qO- whatismyip.org}
    Note I changed the execi to be pre_exec so this would then only execute when conky first runs rather than every so often, I am assuming that once conky is running (on login?) you will not have your IP address changing (if at all) until you've atleast logged out and logged in at some point later?

    Details for pre_exec from the conky docs are:

    Code:
    pre_exec
    Executes a shell command one time before conky displays anything and puts output as text.
    Cheers

    I was wondering if it might've been an issue on their side. Thanks! ^.^d

    Edit: Yeah, you'd be correct, there's really no need for a constant update. Good observation!
    Thinkpad T430, Intel i5-3320M (Ivy), 8GB RAM, Intel HD 4000, 500GB HDD: Xubuntu 20.04 LTS 64bit

  2. #17982
    Join Date
    Dec 2010
    Location
    Estonia
    Beans
    101
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bandit View Post
    You can always have a line come under something, then voofset by a negative number to put it where you want it, then use a goto or alignr command. Look at my weather for example..
    Actually i wasn't after for this, but never thought of this option. Thanks man!

    Here's the result:
    Code:
    ##################################
    ##         TOP PROCESSES        ##
    ##################################
    ${voffset 8}${font DroidSans:bold:size=8}${color4}TOP PROCESSES${offset 8}${color8}${voffset -2}${hr 2}${font}
    ${font DroidSans:size=9}${color2}${offset 12}CPU usage%${offset 60}Mem usage%
    ${voffset -3}${font DroidSans:size=8.3}${color3}${offset 2}${top name 1}${alignr}${offset -137}${top cpu 1}
    ${voffset -3}${font DroidSans:size=8.3}${color3}${offset 2}${top name 2}${alignr}${offset -137}${top cpu 2}
    ${voffset -3}${font DroidSans:size=8.3}${color3}${offset 2}${top name 3}${alignr}${offset -137}${top cpu 3}
    ${voffset -36}${font DroidSans:size=8.3}${color3}${offset 135}${top_mem name 1}${alignr}${top_mem mem 1}
    ${voffset -3}${font DroidSans:size=8.3}${color3}${offset 135}${top_mem name 2}${alignr}${top_mem mem 2}
    ${voffset -3}${font DroidSans:size=8.3}${color3}${offset 135}${top_mem name 3}${alignr}${top_mem mem 3}

  3. #17983
    Join Date
    Jun 2005
    Location
    Buenavista, ADN, Phils
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by layr View Post
    actually i wasn't after for this, but never thought of this option. Thanks man!
    np
    Mac Mini: OSX 10.9 Mavericks, i7-3720QM 2.6Ghz, 16GB RAM, 1.25TB Fusion Array, Intel HD4000 iGPU
    Photo Blog on Youtube: www.youtube.com/user/ExodistPhotoBlog
    Linux User: 380654

  4. #17984
    Join Date
    Nov 2008
    Location
    #!
    Beans
    1,749

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    It's the server end causing issue I think

    Code:
    ~]$ wget -O - http://www.whatismyip.com/automation/n09230945.asp
    --2011-06-04 11:17:22--  http://www.whatismyip.com/automation/n09230945.asp
    Resolving www.whatismyip.com... 72.233.89.200, 72.233.89.197, 72.233.89.198, ...
    Connecting to www.whatismyip.com|72.233.89.200|:80... connected.
    HTTP request sent, awaiting response... 403 Forbidden
    2011-06-04 11:17:23 ERROR 403: Forbidden.
    Try using an alternative URL to get the public IP address, updating the offending line in your conkyrc to this should sort it:

    Code:
    EXTERNAL IP: ${pre_exec wget -qO- whatismyip.org}
    Note I changed the execi to be pre_exec so this would then only execute when conky first runs rather than every so often, I am assuming that once conky is running (on login?) you will not have your IP address changing (if at all) until you've atleast logged out and logged in at some point later?

    Details for pre_exec from the conky docs are:

    Code:
    pre_exec
    Executes a shell command one time before conky displays anything and puts output as text.
    Cheers
    Great info Kaivalagi, thanks for sharing it...

  5. #17985
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Post your .conkyrc files w/ screenshots

    Hi everyone,thought I would ask a question I installed 11.10 for testing and I copied all my home files over to it, but the weather does not work now for some reason, am I missing something obvious? Thanks for any ideas I appreciate the help.

  6. #17986
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by wildmanne39 View Post
    Hi everyone,thought I would ask a question I installed 11.10 for testing and I copied all my home files over to it, but the weather does not work now for some reason, am I missing something obvious? Thanks for any ideas I appreciate the help.
    did you reinstall conkyForecast?

  7. #17987
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    did you reinstall conkyForecast?
    Hi,yes it is there and I opened it and looked at it with gedit and compared it to the one I am using in natty they are the exact same, that is not one of the scripts that needed added to startup is it? At the moment I have not been able to check that, that part of 11.10 is not letting me in to look at it at the moment it is malfunctioning. Thank you for your idea, I appreciate the help.

  8. #17988
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by wildmanne39 View Post
    Hi,yes it is there and I opened it and looked at it with gedit and compared it to the one I am using in natty they are the exact same, that is not one of the scripts that needed added to startup is it? At the moment I have not been able to check that, that part of 11.10 is not letting me in to look at it at the moment it is malfunctioning. Thank you for your idea, I appreciate the help.
    what do you get when you type this in a terminal?
    Code:
    conkyForecast -d HT

  9. #17989
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    what do you get when you type this in a terminal?
    Code:
    conkyForecast -d HT
    Hi, I got command not found. I installed conky all in the terminal that is the only thing working right now to install from in 11.10, the weather is included in the conky all is it not? Thanks again.

  10. #17990
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    what do you get when you type this in a terminal?
    Code:
    conkyForecast -d HT
    Hi, you are right conkyforcast failed to install, I have tried several times, I am going to have to get the install problem fixed,and then it should all work. Thank you for your help.

Page 1799 of 2348 FirstFirst ... 7991299169917491789179717981799180018011809184918992299 ... 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
  •