SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 Re: Tips, Tricks & Scripts » Conky weather+moon scripts (Accuw/WUndergr/NWS/Weather.com/Lunaf.com) » 2013-03-25 00:22:44

I am happy with no Icons and Text only for my openbox istall..  Thank YOU!

#2 Re: Tips, Tricks & Scripts » Conky weather+moon scripts (Accuw/WUndergr/NWS/Weather.com/Lunaf.com) » 2013-03-25 00:20:21

It's ok...  I tweaked it to this below:

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
# use_spacer right
use_xft yes

# Update interval in seconds
update_interval 3.0

# Minimum size of text area
minimum_size 230

override_utf8_locale yes

# Text stuff

xftfont Droid Sans Japanese:size=12
uppercase no # set to yes if you want all text to be in uppercase

# Default colors and also border colors, grey90 == #e5e5e5
default_color FFFFF0


# Text alignment, other possible values are commented
# alignment top_left
alignment middle_right
# alignment bottom_left
# alignment bottom_right

# Gap between borders of screen and text
gap_x 10
gap_y 0

# stuff after 'TEXT' will be formatted on screen

TEXT
${color FFA07A}WEATHER ${hr 2}${execi 600 bash $HOME/.conky/accuweather_conky/accuw_script}$color

${execi 600  sed -n '2p' $HOME/.conky/accuweather_conky/curr_cond}${font}    NOW:    ${font Droid Sans Japanese:size=11}${execpi 600 sed -n '4p' $HOME/.conky/accuweather_conky/curr_cond}°F
${goto 35}${execpi 600 sed -n '3p' $HOME/.conky/accuweather_conky/curr_cond|fold -w30}${font}

${execi 600  sed -n '2p' ~/.conky/accuweather_conky/tod_ton}    ${execpi 600 sed -n '1p' $HOME/.conky/accuweather_conky/tod_ton}:${font Droid Sans Japanese:size=11}     ${execpi 600 sed -n '4p' $HOME/.conky/accuweather_conky/tod_ton}°F    ${execpi 600 sed -n '5p' $HOME/.conky/accuweather_conky/tod_ton}°F
${goto 35}${execpi 600 sed -n '3p' $HOME/.conky/accuweather_conky/tod_ton|fold -w30}

${execi 600  sed -n '7p' ~/.conky/accuweather_conky/tod_ton}${font}    ${execpi 600 sed -n '6p' $HOME/.conky/accuweather_conky/tod_ton}:${font Droid Sans Japanese:size=11}     ${execpi 600 sed -n '9p' $HOME/.conky/accuweather_conky/tod_ton}°F    ${execpi 600 sed -n '10p' $HOME/.conky/accuweather_conky/tod_ton}°F
${goto 35}${execpi 600 sed -n '8p' $HOME/.conky/accuweather_conky/tod_ton|fold -w30}

${execi 600  sed -n '12p' ~/.conky/accuweather_conky/tod_ton}${font}    ${execpi 600 sed -n '11p' $HOME/.conky/accuweather_conky/tod_ton}:${font Droid Sans Japanese:size=11}     ${execpi 600 sed -n '14p' $HOME/.conky/accuweather_conky/tod_ton}°F    ${execpi 600 sed -n '15p' $HOME/.conky/accuweather_conky/tod_ton}°F
${goto 35}${execpi 600 sed -n '13p' $HOME/.conky/accuweather_conky/tod_ton|fold -w30}

${execi 600  sed -n '17p' ~/.conky/accuweather_conky/tod_ton}${font}    ${execpi 600 sed -n '16p' $HOME/.conky/accuweather_conky/tod_ton}:${font Droid Sans Japanese:size=11}     ${execpi 600 sed -n '19p' $HOME/.conky/accuweather_conky/tod_ton}°F    ${execpi 600 sed -n '20p' $HOME/.conky/accuweather_conky/tod_ton}°F
${goto 35}${execpi 600 sed -n '18p' $HOME/.conky/accuweather_conky/tod_ton|fold -w30}

${execi 600  sed -n '22p' ~/.conky/accuweather_conky/tod_ton}${font}    ${execpi 600 sed -n '21p' $HOME/.conky/accuweather_conky/tod_ton}:${font Droid Sans Japanese:size=11}     ${execpi 600 sed -n '24p' $HOME/.conky/accuweather_conky/tod_ton}°F    ${execpi 600 sed -n '25p' $HOME/.conky/accuweather_conky/tod_ton}°F
${goto 35}${execpi 600 sed -n '23p' $HOME/.conky/accuweather_conky/tod_ton|fold -w30}

${execi 600  sed -n '2p' ~/.conky/accuweather_conky/last_days}${font}    ${execpi 600 sed -n '1p' $HOME/.conky/accuweather_conky/last_days}:     ${execpi 600 sed -n '4p' $HOME/.conky/accuweather_conky/last_days}°F    ${execpi 600 sed -n '5p' $HOME/.conky/accuweather_conky/last_days}°F
${goto 35}${execpi 600 sed -n '3p' $HOME/.conky/accuweather_conky/last_days|fold -w30}

${execi 600  sed -n '7p' ~/.conky/accuweather_conky/last_days}${font}    ${execpi 600 sed -n '6p' $HOME/.conky/accuweather_conky/last_days}:     ${execpi 600 sed -n '9p' $HOME/.conky/accuweather_conky/last_days}°F    ${execpi 600 sed -n '10p' $HOME/.conky/accuweather_conky/last_days}°F
${goto 35}${execpi 600 sed -n '8p' $HOME/.conky/accuweather_conky/last_days|fold -w30}

${execi 600  sed -n '12p' ~/.conky/accuweather_conky/last_days}${font}    ${execpi 600 sed -n '11p' $HOME/.conky/accuweather_conky/last_days}:     ${execpi 600 sed -n '14p' $HOME/.conky/accuweather_conky/last_days}°F    ${execpi 600 sed -n '15p' $HOME/.conky/accuweather_conky/last_days}°F
${goto 35}${execpi 600 sed -n '13p' $HOME/.conky/accuweather_conky/last_days|fold -w30}

${execi 600  sed -n '17p' ~/.conky/accuweather_conky/last_days}${font}    ${execpi 600 sed -n '16p' $HOME/.conky/accuweather_conky/last_days}:     ${execpi 600 sed -n '19p' $HOME/.conky/accuweather_conky/last_days}°F    ${execpi 600 sed -n '20p' $HOME/.conky/accuweather_conky/last_days}°F
${goto 35}${execpi 600 sed -n '18p' $HOME/.conky/accuweather_conky/last_days|fold -w30}

${execi 600  sed -n '22p' ~/.conky/accuweather_conky/last_days}${font}    ${execpi 600 sed -n '21p' $HOME/.conky/accuweather_conky/last_days}:     ${execpi 600 sed -n '24p' $HOME/.conky/accuweather_conky/last_days}°F    ${execpi 600 sed -n '25p' $HOME/.conky/accuweather_conky/last_days}°F
${goto 35}${execpi 600 sed -n '23p' $HOME/.conky/accuweather_conky/last_days|fold -w30}

#3 Re: Tips, Tricks & Scripts » Conky weather+moon scripts (Accuw/WUndergr/NWS/Weather.com/Lunaf.com) » 2013-03-24 22:17:21

I got the script to run once i placed the accu_weather script in it's own folder in the home directory and i got this output

conky -c ~/.conky/.conkyrc_acc_fahrenheit
WARNING: gnome-keyring:: couldn't connect to: /home/Lizzy/.cache/keyring-osWbRe/pkcs11: No such file or directory
Conky: desktop window (a6) is root window
Conky: window type - override
Conky: drawing to created window (0x3800001)
Conky: drawing to double buffer

[1]+  Stopped                 conky -c ~/.conky/.conkyrc_acc_fahrenheit
Lizzy@Sparky:~/.conky$ wget: no process found
--2013-03-24 18:13:28--  http://www.accuweather.com/en/us/washington-dc/20020/current-weather/8185
Resolving www.accuweather.com (www.accuweather.com)... 165.254.44.90, 165.254.44.11
Connecting to www.accuweather.com (www.accuweather.com)|165.254.44.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/home/Lizzy/accuweather_conky/curr_cond_raw’

    [ <=>                                   ] 74,806      --.-K/s   in 0.06s   

2013-03-24 18:13:28 (1.24 MB/s) - ‘/home/Lizzy/accuweather_conky/curr_cond_raw’ saved [74806]

--2013-03-24 18:13:28--  http://www.accuweather.com/en/us/washington-dc/20020/daily-weather-forecast/8185
Resolving www.accuweather.com (www.accuweather.com)... 165.254.44.90, 165.254.44.11
Connecting to www.accuweather.com (www.accuweather.com)|165.254.44.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/home/Lizzy/accuweather_conky/tod_ton_raw’

    [ <=>                                   ] 74,039      --.-K/s   in 0.05s   

2013-03-24 18:13:28 (1.30 MB/s) - ‘/home/Lizzy/accuweather_conky/tod_ton_raw’ saved [74039]

--2013-03-24 18:13:28--  http://www.accuweather.com/en/us/washington-dc/20020/daily-weather-forecast/8185?day=6
Resolving www.accuweather.com (www.accuweather.com)... 165.254.44.90, 165.254.44.11
Connecting to www.accuweather.com (www.accuweather.com)|165.254.44.90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/home/Lizzy/accuweather_conky/last_days_raw’

    [ <=>                                   ] 73,469      --.-K/s   in 0.05s   

2013-03-24 18:13:28 (1.29 MB/s) - ‘/home/Lizzy/accuweather_conky/last_days_raw’ saved [73469]


And i got it to run but i have no icons...?  i did get the temps and such but i do need to edit the fonts so they are readable

#4 Re: Tips, Tricks & Scripts » Conky weather+moon scripts (Accuw/WUndergr/NWS/Weather.com/Lunaf.com) » 2013-03-24 22:04:32

conky -c ./conkyrc_acc_fahrenheit
WARNING: gnome-keyring:: couldn't connect to: /home/Lizzy/.cache/keyring-osWbRe/pkcs11: No such file or directory
Conky: invalid configuration file './conkyrc_acc_fahrenheit'

Conky: no readable personal or system-wide config file found

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo