Page 1151 of 2348 FirstFirst ... 1516511051110111411149115011511152115311611201125116512151 ... LastLast
Results 11,501 to 11,510 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11501
    Join Date
    Jan 2009
    Location
    MA
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    I got the font from a previous posting a few weeks ago.

    Here is my setup. I was striving for simplicity. Please let me know how to improve it.

    -wl

    Code:
    background yes
    use_xft yes
    xftfont dodger:size=8
    xftalpha 1
    update_interval 2.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type override
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    #minimum_size 
    #maximum_width 280
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color black
    default_outline_color white
    alignment bottom_middle
    gap_x 12
    gap_y 12
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    temperature_unit          fahrenheit
    override_utf8_locale yes
    
    TEXT
    ${font dodger:size=10}
    ${nodename} - UPTIME ${uptime}${alignr}${alignr}Marlborough, MA - ${weather http://xoap.weather.com/weather/local/ USMA0235 cloud_cover}, ${weather http://xoap.weather.com/weather/local/ USMA0235 temperature}° F
    $hr${font dodger:size=15}
    CPU ${cpubar cpu0 6,125} | MEM ${membar 6,125} | / ${fs_bar 6,125 /} | BATT ${battery_bar 6,125 BAT0}
    $hr
    Attached Images Attached Images
    Last edited by whiskeylover; January 14th, 2010 at 03:50 PM.

  2. #11502
    Join Date
    Apr 2006
    Location
    Toronto
    Beans
    84

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mobilediesel View Post
    For wrapping the rss, the conky variable can't do it (yet) but you can use a script called conky-rss.sh and use it with fold.
    Code:
    ${execi 60 conky-rss.sh http://username:password@twitter.com/statuses/friends_timeline/35138760.rss|fold -sw 55}
    fold -sw 55 will wrap at 55 characters.
    Hmmmm...not working for me. Yes I did change my username password back in the .conkyrc code you posted, i moved the script to ~/.scripts, chmod +x the script, and changed the .conkyrc code to point to ~/.scripts for that script.
    Linux Registered User #457962

  3. #11503
    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 HangukMiguk View Post
    Hmmmm...not working for me. Yes I did change my username password back in the .conkyrc code you posted, i moved the script to ~/.scripts, chmod +x the script, and changed the .conkyrc code to point to ~/.scripts for that script.
    In the past I have seen issues with execi trying to access a hidden directory when using the tilde (~) to path instead of home.

    Try replacing the tilde with the full path name I.E. /home/user_name/.scripts

    See if that sorts you out.
    Registered Ubuntu User #29430

  4. #11504
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by HangukMiguk View Post
    Hmmmm...not working for me. Yes I did change my username password back in the .conkyrc code you posted, i moved the script to ~/.scripts, chmod +x the script, and changed the .conkyrc code to point to ~/.scripts for that script.
    Quote Originally Posted by dmillerct View Post
    In the past I have seen issues with execi trying to access a hidden directory when using the tilde (~) to path instead of home.

    Try replacing the tilde with the full path name I.E. /home/user_name/.scripts

    See if that sorts you out.
    In the conkyrc files I use $HOME instead of ~. That way I can copy the file to my wife's computer and not have to edit it.

  5. #11505
    Join Date
    Apr 2006
    Location
    Toronto
    Beans
    84

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mobilediesel View Post
    In the conkyrc files I use $HOME instead of ~. That way I can copy the file to my wife's computer and not have to edit it.
    Still not working on either account. So it's not exactly a problem with my syntax in .conkyrc, but it's something either in the script or that i haven't installed. going to make sure all the program calls work in the script
    Linux Registered User #457962

  6. #11506
    Join Date
    Nov 2008
    Location
    Port Charlotte, FL
    Beans
    152
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    It looks like you could use some weather icons at the bottom. Why dont you give K's weather script a shot:

    http://ubuntuforums.org/showthread.php?t=869328
    I've entered my Partner ID and Licence Key, what now?
    My conkyrc is in the default directory, etc/conky, because I'm lazy and don't remember how to get it to work in my home directory.
    my location ID: USFL0415
    Last edited by Redundant Username; January 15th, 2010 at 03:25 AM.

  7. #11507
    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 Redundant Username View Post
    I've entered my Partner ID and Licence Key, what now?
    My conkyrc is in the default directory, etc/conky, because I'm lazy and don't remember how to get it to work in my home directory.
    my location ID: USFL0415
    If you installed K's script you can call it from conky using the following example. (this is from an old config of mine. I hope it still works)

    Code:
    Current:${execi 900 conkyForecast --location=USFL0415 --datatype=CT}${alignr}${execpi 900 conkyForecast --location=USCT0223 --datatype=LT}
    Registered Ubuntu User #29430

  8. #11508
    Join Date
    Nov 2008
    Location
    Port Charlotte, FL
    Beans
    152
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    It only shows the cloud cover and temperature in metric(We use imperial in America). What should I use to make it look the the screenshot in the thread?

  9. #11509
    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 Redundant Username View Post
    It only shows the cloud cover and temperature in metric(We use imperial in America). What should I use to make it look the the screenshot in the thread?
    You should read over K's documentation in his weather script post (linked above) there are lots of options for for setting data type and displaying whatever information you would like to see. Here is the output of the help file. You should be able to tweak the example I posted to make it do whatever you want.

    Code:
    Usage: conkyForecast [options]
    Options:
      -h, --help            show this help message and exit
      -l CODE, --location=CODE
                            location code for weather data [default: UKXX0103],Use
                            the following url to determine your location code by
                            city name:
                            http://xoap.weather.com/search/search?where=Norwich
      -d DATATYPE, --datatype=DATATYPE
                            [default: HT] The data type options are: DW (Day of
                            Week), WF (Weather Font output), WI (Weather Icon
                            Path), LT (Forecast:Low Temp,Current:Feels Like Temp),
                            HT (Forecast:High Temp,Current:Current Temp), CC
                            (Current Conditions), CT (Conditions Text), PC
                            (Precipitation Chance), HM (Humidity), VI
                            (Visibility), WD (Wind Direction), WA (Wind Angle - in
                            degrees), WS (Wind Speed), WG (Wind Gusts), BF
                            (Bearing Font), BI (Bearing Icon Path), BS (Bearing
                            font with Speed), CN (City Name), CO (Country), OB
                            (Observatory), SR (SunRise), SS (SunSet), DL
                            (DayLight), MP (Moon Phase), MF (Moon Font), MI (Moon
                            Icon Path), BR (Barometer Reading), BD (Barometer
                            Description), UI (UV Index), UT (UV Text), DP (Dew
                            Point), LU (Last Update at weather.com), LF (Last
                            Fetch from weather.com). Not applicable at command
                            line when using templates.
      -s NUMBER, --startday=NUMBER
                            define the starting day number, if omitted current
                            conditions are output. Not applicable at command line
                            when using templates.
      -e NUMBER, --endday=NUMBER
                            define the ending day number, if omitted only starting
                            day data is output. Not applicable at command line
                            when using templates.
      -S NUMBER, --spaces=NUMBER
                            [default: 1] Define the number of spaces between
                            ranged output. Not applicable at command line when
                            using templates.
      -t FILE, --template=FILE
                            define a template file to generate output in one call.
                            A displayable item in the file is in the form
                            [--datatype=HT --startday=1]. The following are
                            possible options within each item: --location,--
                            datatype,--startday,--endday,--night,--shortweekday,--
                            imperial,--beaufort,--hideunits,--hidedegreesymbol,--
                            spaces,--minuteshide. Note that the short forms of the
                            options are not supported! If any of these options is
                            set from the commandline, it sets the default value of
                            the option for all template items.
      -L LOCALE, --locale=LOCALE
                            override the system locale for language output
                            (bg=bulgarian, cs=czech, de=german, es=spanish,
                            en=english, es=spanish, fj=fijian, fr=french,
                            it=italian, nl=dutch, pl=polish, ro=romanian,
                            sk=slovak, more to come)
      -i, --imperial        request imperial units, if omitted output is in
                            metric.
      -b, --beaufort        request beaufort scale for wind speeds, if omitted
                            output is either metric/imperial.
      -n, --night           switch output to night data, if omitted day output
                            will be output.
      -w, --shortweekday    Shorten the day of week data type to 3 characters.
      -u, --hideunits       Hide units such as mph or C, degree symbols (°) are
                            still shown.
      -x, --hidedegreesymbol
                            Hide the degree symbol used with temperature output,
                            this is only valid if used in conjunction with
                            --hideunits.
      -m NUMBER, --minuteshide=NUMBER
                            Works only with LU and LF. If present, hides the date
                            part of the LU or LF timestamp if the day of the
                            timestamp is today. The time part is also hidden, if
                            the timestamp is older than minutes specified in this
                            argument. If set to 0, the time part is always shown.
                            If set to -1, the value EXPIRY_MINUTES from the config
                            file is used.
      -c WIDTH, --centeredwidth=WIDTH
                            If used the output will be centered in a string of the
                            set width, padded out with spaces, if the output width
                            is greater than the setting it will have no effect
      -r, --refetch         Fetch data regardless of data expiry.
      -v, --verbose         Request verbose output, not a good idea when running
                            through conky!
      -V, --version         Displays the version of the script.
      --errorlogfile=FILE   If a filepath is set, the script appends errors to the
                            filepath.
      --infologfile=FILE    If a filepath is set, the script appends info to the
                            filepath.
    Registered Ubuntu User #29430

  10. #11510
    Join Date
    Oct 2009
    Beans
    619

    Re: Post your .conkyrc files w/ screenshots

    Here's my latest conky.
    The wallpaper will be changed. This one is just so I can see everything until I get a good wallpaper and change the colors again.

    EDIT: Changed attachment to my finished desktop with conky (hopefully).
    Attached Images Attached Images
    Last edited by llawwehttam; January 15th, 2010 at 06:08 PM.

Page 1151 of 2348 FirstFirst ... 1516511051110111411149115011511152115311611201125116512151 ... 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
  •