You are not logged in.
Scrap that ... it works.... it was my error.
Try my tweaked conky
# pkill -xf "conky -c $HOME/1d_accuweather_rss/conkyrc_1d" &
# works perfect - Mon 24 Nov 2014 23:42:07
# works perfect - Sat 24 Jan 2015 23:04:11
# works perfect - Fri 10 Apr 2015 10:17:05
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints skip_taskbar,skip_pager,undecorated,below
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
use_spacer yes
use_xft yes
# Update interval in seconds
update_interval 1
# Minimum size of text area
minimum_size 250 0
#maximum_width 250
override_utf8_locale yes
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
# Text stuff
draw_borders no
xftfont monofur:bold:size=11
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3
# border margins
border_inner_margin 9
border_outer_margin 0
# border width
border_width 10
# Default colors and also border colors, grey90 == #e5e5e5
default_color cbcbcb
own_window_colour 000000
own_window_transparent yes
# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
gap_x 10
gap_y 30
imlib_cache_size 0
# stuff after 'TEXT' will be formatted on screen
TEXT
${color 48bcff}BSAS WEATHER ${hr 2}$color${execi 600 bash $HOME/1d_accuweather_rss/1d}
${goto 75}${execpi 600 sed -n '1p' $HOME/1d_accuweather_rss/weather|cut -c1-10}
${goto 75}${execpi 600 sed -n '1p' $HOME/1d_accuweather_rss/weather|cut -c12-40}
${goto 75}${execpi 600 sed -n '1p' $HOME/1d_accuweather_rss/weather|cut -c41-60}
${voffset -40}${font conkyweather:size=30}${execpi 600 sed -n '2p' $HOME/1d_accuweather_rss/weather}${font}
${execi 600 sed -n '3p' $HOME/1d_accuweather_rss/weather}
${goto 75}${execpi 600 sed -n '4p' $HOME/1d_accuweather_rss/weather|cut -c1-20}
${goto 75}${execpi 600 sed -n '4p' $HOME/1d_accuweather_rss/weather|cut -c21-40}
${goto 75}${execpi 600 sed -n '4p' $HOME/1d_accuweather_rss/weather|cut -c41-60}
${voffset -40}${font conkyweather:size=30}${execpi 600 sed -n '5p' $HOME/1d_accuweather_rss/weather}${font}
${execi 600 sed -n '6p' $HOME/1d_accuweather_rss/weather}
${goto 75}${execpi 600 sed -n '4p' $HOME/1d_accuweather_rss/weather|cut -c1-20}
${goto 75}${execpi 600 sed -n '7p' $HOME/1d_accuweather_rss/weather|cut -c21-40}
${goto 75}${execpi 600 sed -n '7p' $HOME/1d_accuweather_rss/weather|cut -c41-60}
${voffset -40}${font conkyweather:size=30}${execpi 600 sed -n '8p' $HOME/1d_accuweather_rss/weather}${font}
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
It works here as well.
Can you post your full conkyrc and script version?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
It works here as well.
Can you post your full conkyrc and script version?
The exact script, from 1d unchanged, causes the issue.
Last edited by dwsmith (2015-04-11 17:21:47)
Offline
Can you post your .conkyrc as well?
EDIT (19-4-15): I suppose you've figured everything out by yourself.
Last edited by TeoBigusGeekus (2015-04-19 17:43:49)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
@TeoBigusGeekus: Just a heads up...the National Weather Service (U.S.) will be changing their forecast icons. To get a preview, go to www.weather.gov, type 45414 into the zip code/city-state field, click the GO button, and then click the click here for details link at the top of the resulting forecast page.
Linux User #586672
Come and Die -- Kyle Idleman
Offline
Thanks a lot KrunchTime! I consider the NWS script the most consistent one, since it has barely changed since 2009.
The new icons will most probably have zero effect on the script, because they are dynamically downloaded (if I remember correctly - I told you, this is the script that has given me the least trouble in the past).
Thanks again and I'm eagerly waiting for NWS's new icons and even their new layout if they choose to...
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
@TeoBigusGeekus: You're very welcome. It's the least I could do for all the great work you've done in putting together these scripts. I do enjoy all the weather eye candy on my desktop.
Linux User #586672
Come and Die -- Kyle Idleman
Offline
Thanks for your kind words KrunchTime!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Talking about Teo/s scripts I revisited 1a_accuweather_conkyweather_font just yesterday and made it smaller. And not a single ${voffset} in sight. --> And this morning
Made it a bit darker for the background.
WARNING: uses ARGB - composite manager required OR change:
own_window_transparent no #yes
to
own_window_transparent yes
and comment out:
# own_window_argb_visual yes ## Options: yes or no
# own_window_argb_value 50
And it uses Teo's font too:
Fantasque Sans Mono:bold:size=10
conkyrc_1a_int_s11
pkill -xf "conky -c /home/sector11/1a_accuweather_conkyweather_font/conkyrc_1a_int_s11" &
# works perfect - Mon 24 Nov 2014 18:18:09
# works perfect - Sat 24 Jan 2015 22:55:26
# works perfect - Tue 28 Apr 2015 19:57:45
### Begin Window Settings ########################################
own_window yes
own_window_type normal
own_window_transparent no #yes
own_window_hints undecorated,below,skip_taskbar,skip_pager ##,sticky
own_window_colour 000000
own_window_class Conky
own_window_title conkyrc 1a Int s11
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
own_window_argb_visual yes # Options: yes or no
### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
own_window_argb_value 50
minimum_size 180 0 ## w|h
maximum_width 180
gap_x 10 # l|r
gap_y 10 # u|d
alignment tl
########################################## End Window Settings ###
### Font Settings ################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
#xftfont monofur:bold:size=12
xftfont Fantasque Sans Mono:bold:size=10
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
############################################ End Font Settings ###
### Color Settings ###############################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
default_color DCDCDC #220 220 220 Gainsboro
color0 C0C0C0 # Silver
color1 778899 #LightSlateGray
color2 F5F5DC #Beige
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
########################################### End Color Settings ###
### Borders Section ##############################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
########################################### End Borders Secton ###
### Miscellaneous Section ########################################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 256
# Subtract (file slystem) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable th0e image cache.
imlib_cache_size 0
#default_bar_size 0 10
# Use the Xdbe extension? (eliminates flicker)
# It is highly reco${color}mmended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
##################################### End Miscellaneous Section ###
update_interval 1
TEXT
${goto 20} ${time %T}
${goto 20}SU MO ${time %b %Y} FR SA
${goto 20}${color1}${execpi 1800 LAR=`date +%-d`; ncal -bh | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color}&${color1}/' | sed ':a;N;$!ba;s/\n/\n${goto 20}/g'}${color}${font}
${goto 50}${membar 0}${execi 600 bash $HOME/1a_accuweather_conkyweather_font/1a}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/curr_cond}${font}\
${goto 50}${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/curr_cond}° at ${time %H:%M}
${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/curr_cond|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}\
${goto 50}${execi 9600 echo `date --date="0 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° \
${color7}${execpi 600 sed -n '5p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°${color}
${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '7p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}\
${goto 50}${execi 9600 echo `date --date="1 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '9p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° \
${color7}${execpi 600 sed -n '10p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°${color}
${execpi 600 sed -n '8p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '12p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}\
${goto 50}${execi 9600 echo `date --date="2 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '14p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° \
${color7}${execpi 600 sed -n '15p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°${color}
${execpi 600 sed -n '13p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '17p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}\
${goto 50}${execi 9600 echo `date --date="3 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '19p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° \
${color7}${execpi 600 sed -n '20p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°${color}
${execpi 600 sed -n '18p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '22p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}\
${goto 50}${execi 9600 echo `date --date="4 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '24p' $HOME/1a_accuweather_conkyweather_font/tod_ton}° \
${color7}${execpi 600 sed -n '25p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°${color}
${execpi 600 sed -n '23p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/last_days}${font}\
${goto 50}${execi 9600 echo `date --date="5 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/last_days}° \
${color7}${execpi 600 sed -n '5p' $HOME/1a_accuweather_conkyweather_font/last_days}°${color}
${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '7p' ~/1a_accuweather_conkyweather_font/last_days}${font}\
${goto 50}${execi 9600 echo `date --date="6 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '9p' $HOME/1a_accuweather_conkyweather_font/last_days}° \
${color7}${execpi 600 sed -n '10p' $HOME/1a_accuweather_conkyweather_font/last_days}°${color}
${execpi 600 sed -n '8p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '12p' ~/1a_accuweather_conkyweather_font/last_days}${font}\
${goto 50}${execi 9600 echo `date --date="7 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '14p' $HOME/1a_accuweather_conkyweather_font/last_days}° \
${color7}${execpi 600 sed -n '15p' $HOME/1a_accuweather_conkyweather_font/last_days}°${color}
${execpi 600 sed -n '13p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '17p' ~/1a_accuweather_conkyweather_font/last_days}${font}\
${goto 50}${execi 9600 echo `date --date="8 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '19p' $HOME/1a_accuweather_conkyweather_font/last_days}° \
${color7}${execpi 600 sed -n '20p' $HOME/1a_accuweather_conkyweather_font/last_days}°${color}
${execpi 600 sed -n '18p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -sw25}
${goto 50}${membar 0}\
${goto 5}${font conkyweather:size=20}${execi 600 sed -n '22p' ~/1a_accuweather_conkyweather_font/last_days}${font}\
${goto 50}${execi 9600 echo `date --date="9 day" | awk '{print $1" "$3" "$2}'`} \
${color9}${execpi 600 sed -n '24p' $HOME/1a_accuweather_conkyweather_font/last_days}° \
${color7}${execpi 600 sed -n '25p' $HOME/1a_accuweather_conkyweather_font/last_days}°${color}
${execpi 600 sed -n '23p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -sw25}
blank line - remove text
blank line - remove text
blank line - remove text
blank line - remove text
blank line - remove text - but keep the blank lines. Think it's for the "| fold" commands.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Hey, nice one S11!
I've added a link on the first page.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Welcome ...
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
OK, I have to ask as I'm looking around and I see:
1a) Accuweather_ConkyWeather_Font and 1b2) Accuweather - ConkyWeather font
Ummm why two from the same place? We won't talk about the 16 hour one.
I see that 1a has two conky versions, conkyrc_1a_int & conkyrc_1a_usa, that use the same bash script: 1a and so does 1b2 - both conkys, conkyrc_1b2_int & conkyrc_1b2_usa, use the same bash script: 1b2
No seriously - isn't it an over kill? 1b2 seems to grab more info, for today.
Nearest I can figure out you're a masochist looking for his next jolt! ]:D ]:D ]:D
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
1b2 gathers more info about current conditions; it was created as a request from a user (back in ubuntu forums) who didn't like the images of 1b1, preferred conkyweather font and disliked the simplicity of 1a.
...but all in all, you're right. They could basically be the same script: 1a could be used as a stripped down version of 1b2.
One difference though is that there is a C version of 1a, which is lightning fast (and the one I prefer myself).
Who knows, perhaps in a future update I'll merge the two scripts together...
EDIT: 5 has to be renamed to 4 now that I think of it. But all in due time...
Last edited by TeoBigusGeekus (2015-05-01 11:18:10)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I tried the "c" version of 1a once ... I couldn't get it to work. Maybe give that another shot.
3)NWS XML - USA users - 3_12-2-14
4)Weather-dot-com didn't play well - That's All Folks! - Game Over - Nothing to see here!
5) Moon phases' script - 5_19-3-14
]:D ]:D
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
1b2)Accuweather - ConkyWeather font
A new smaller - more colour version ...<-- Yesterday, I made it | Today -->
~/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11
# pkill -xf "conky -q -c /home/sector11/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11" &
# works perfect - Mon 24 Nov 2014 23:32
# works perfect - Sun 04 Jan 2015 14:31
# works perfect - Fri 01 May 2015 18:37
### Begin Window Settings ########################################
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager ##,sticky
own_window_colour 000000
own_window_class Conky
own_window_title conkyrc 1a Int s11
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
# own_window_argb_visual yes # Options: yes or no
### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
# own_window_argb_value 75
minimum_size 300 0 ## w|h
maximum_width 300
gap_x 20 # l|r
gap_y 20 # u|d
alignment tr
########################################## End Window Settings ###
### Font Settings ################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
#xftfont monofur:bold:size=12
xftfont Fantasque Sans Mono:bold:size=10
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
############################################ End Font Settings ###
### Color Settings ###############################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
default_color DCDCDC #220 220 220 Gainsboro
color0 C0C0C0 # Silver
color1 778899 #LightSlateGray
color2 FAEBD7 #AntiqueWhite
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
########################################### End Color Settings ###
### Borders Section ##############################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
########################################### End Borders Secton ###
### Miscellaneous Section ########################################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 256
# Subtract (file slystem) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable th0e image cache.
imlib_cache_size 0
#default_bar_size 0 10
# Use the Xdbe extension? (eliminates flicker)
# It is highly reco${color}mmended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
##################################### End Miscellaneous Section ###
update_interval 1
### ${texeci 500 bash $HOME/1b2_accuweather_conkyweather_font/1b2}
TEXT
${membar 0}${texeci 500 bash $HOME/1b2_accuweather_conkyweather_font/1b2}
${alignc}${time %a %d %b %Y} @ ${time %H:%M}
${membar 0}
Now${goto 140}Today${alignr 10}Tonight
${execpi 600 sed -n '29p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}° \
${color8}±${execpi 600 sed -n '30p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}°${color}\
${goto 140}${color9}${execpi 600 sed -n '26p' $HOME/1b2_accuweather_conkyweather_font/first_days}° \
${color6}${execpi 600 sed -n '27p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}\
${alignr 10}${color9}${execpi 600 sed -n '31p' $HOME/1b2_accuweather_conkyweather_font/first_days}° \
${color6}${execpi 600 sed -n '32p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}
${font Fantasque Sans Mono:bold:size=9}${alignc}${execpi 600 sed -n '2p' $HOME/1b2_accuweather_conkyweather_font/messages}${font}
${color2}${font conkyweather:bold:size=22}${execi 600 sed -n '27p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}\
${goto 140}${execi 600 sed -n '25p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 265}${execi 600 sed -n '30p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${font Fantasque Sans Mono:bold:size=9}${execpi 600 sed -n '1p' $HOME/1b2_accuweather_conkyweather_font/messages}\
${alignr}${execpi 600 sed -n '3p' $HOME/1b2_accuweather_conkyweather_font/messages}
${color7}CoP: ${execpi 600 sed -n '28p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${alignr 10}CoP: ${execpi 600 sed -n '33p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${membar 0}
Wind ${color2}${execpi 600 sed -n '31p' $HOME/1b2_accuweather_conkyweather_font/curr_cond} ${execpi 600 sed -n '32p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
Humidity ${color2}${execpi 600 sed -n '33p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
Dew Point ${color2}${execpi 600 sed -n '37p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}°${color}
Pressure ${color2}${execpi 600 sed -n '34p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
Visibility ${color2}${execpi 600 sed -n '38p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
Cloud Cover ${color2}${execpi 600 sed -n '35p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
UV Index ${color2}${execpi 600 sed -n '36p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
${color2}Sunrise ${execpi 600 sed -n '39p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}\
${alignr}Moonrise ${execpi 600 sed -n '41p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
${color0} Sunset ${execpi 600 sed -n '40p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}\
${alignr}Moonset ${execpi 600 sed -n '42p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
${membar 0}
${execi 600 echo `date --date="1 day" | awk '{print $1" "$3" "$2}'`}\
${goto 119}${execi 600 echo `date --date="2 day" | awk '{print $1" "$3" "$2}'`}\
${alignr}${execi 600 echo `date --date="3 day" | awk '{print $1" "$3" "$2}'`}
${color2}${goto 5}${font conkyweather:bold:size=22}${execi 600 sed -n '6p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 115}${execi 600 sed -n '11p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 235}${execi 600 sed -n '16p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${voffset -30}${color9}${goto 50}${execpi 600 sed -n '8p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '13p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 280}${execpi 600 sed -n '18p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}
${color6}${goto 50}${execpi 600 sed -n '9p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '14p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 280}${execpi 600 sed -n '19p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}
${execi 600 echo `date --date="4 day" | awk '{print $1" "$3" "$2}'`}\
${goto 119}${execi 600 echo `date --date="5 day" | awk '{print $1" "$3" "$2}'`}\
${alignr}${execi 600 echo `date --date="6 day" | awk '{print $1" "$3" "$2}'`}
${color2}${goto 5}${font conkyweather:bold:size=22}${execi 600 sed -n '21p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 115}${execi 600 sed -n '2p' $HOME/1b2_accuweather_conkyweather_font/last_days}\
${goto 235}${execi 600 sed -n '7p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${voffset -30}${color9}${goto 50}${execpi 600 sed -n '23p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '4p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '9p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${color}
${color6}${goto 50}${execpi 600 sed -n '24p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '5p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '10p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${color}
${execi 600 echo `date --date="7 day" | awk '{print $1" "$3" "$2}'`}\
${goto 119}${execi 600 echo `date --date="8 day" | awk '{print $1" "$3" "$2}'`}\
${alignr}${execi 600 echo `date --date="9 day" | awk '{print $1" "$3" "$2}'`}
${color2}${goto 5}${font conkyweather:bold:size=22}${execi 600 sed -n '12p' $HOME/1b2_accuweather_conkyweather_font/last_days}\
${goto 115}${execi 600 sed -n '17p' $HOME/1b2_accuweather_conkyweather_font/last_days}\
${goto 235}${execi 600 sed -n '22p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${voffset -30}${color9}${goto 50}${execpi 600 sed -n '14p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 160}${execpi 600 sed -n '19p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '24p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${color}
${color6}${goto 50}${execpi 600 sed -n '15p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 160}${execpi 600 sed -n '20p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '25p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${font}${color}
${membar 0}
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Nice one S11!
I already have a variation of your new version:
Dropped Dew Point and squeezed things a bit (length wise)
# pkill -xf "conky -q -c /home/sector11/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11" &
# works perfect - Mon 24 Nov 2014 23:32
# works perfect - Sun 04 Jan 2015 14:31
# works perfect - Fri 01 May 2015 18:37
### Begin Window Settings ########################################
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager ##,sticky
own_window_colour 000000
own_window_class Conky
own_window_title conkyrc 1a Int s11
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
# own_window_argb_visual yes # Options: yes or no
### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
# own_window_argb_value 75
minimum_size 300 0 ## w|h
maximum_width 300
gap_x 20 # l|r
gap_y 20 # u|d
alignment tr
########################################## End Window Settings ###
### Font Settings ################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
#xftfont monofur:bold:size=12
xftfont Fantasque Sans Mono:bold:size=10
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
############################################ End Font Settings ###
### Color Settings ###############################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
default_color DCDCDC #220 220 220 Gainsboro
color0 C0C0C0 # Silver
color1 778899 #LightSlateGray
color2 FAEBD7 #AntiqueWhite
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
########################################### End Color Settings ###
### Borders Section ##############################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
########################################### End Borders Secton ###
### Miscellaneous Section ########################################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 256
# Subtract (file slystem) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable th0e image cache.
imlib_cache_size 0
#default_bar_size 0 10
# Use the Xdbe extension? (eliminates flicker)
# It is highly reco${color}mmended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
##################################### End Miscellaneous Section ###
update_interval 1
### ${texeci 500 bash $HOME/1b2_accuweather_conkyweather_font/1b2}
TEXT
${membar 0}${texeci 500 bash $HOME/1b2_accuweather_conkyweather_font/1b2}
${alignc}${time %a %d %b %Y} @ ${time %H:%M}
${membar 0}
Now${goto 140}Today${alignr 10}Tonight
${execpi 600 sed -n '29p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}° \
${color8}±${execpi 600 sed -n '30p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}°${color}\
${goto 140}${color9}${execpi 600 sed -n '26p' $HOME/1b2_accuweather_conkyweather_font/first_days}° \
${color6}${execpi 600 sed -n '27p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}\
${alignr 10}${color9}${execpi 600 sed -n '31p' $HOME/1b2_accuweather_conkyweather_font/first_days}° \
${color6}${execpi 600 sed -n '32p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}
${font Fantasque Sans Mono:bold:size=9}${alignc}${execpi 600 sed -n '2p' $HOME/1b2_accuweather_conkyweather_font/messages}${font}
${color2}${font conkyweather:bold:size=22}${execi 600 sed -n '27p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}\
${goto 140}${execi 600 sed -n '25p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 265}${execi 600 sed -n '30p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${font Fantasque Sans Mono:bold:size=9}${execpi 600 sed -n '1p' $HOME/1b2_accuweather_conkyweather_font/messages}\
${alignr}${execpi 600 sed -n '3p' $HOME/1b2_accuweather_conkyweather_font/messages}
${color7}CoP: ${execpi 600 sed -n '28p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${alignr 10}CoP: ${execpi 600 sed -n '33p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${membar 0}
Wind ${color2}${execpi 600 sed -n '31p' $HOME/1b2_accuweather_conkyweather_font/curr_cond} ${execpi 600 sed -n '32p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}${goto 180}Visibility ${color2}${execpi 600 sed -n '38p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
Humidity ${color2}${execpi 600 sed -n '33p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}${goto 180}Cloud Cover ${color2}${execpi 600 sed -n '35p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
Pressure ${color2}${execpi 600 sed -n '34p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}${goto 180}UV Index ${color2}${execpi 600 sed -n '36p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
${color2}Sunrise ${execpi 600 sed -n '39p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}\
${alignr}Moonrise ${execpi 600 sed -n '41p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
${color0} Sunset ${execpi 600 sed -n '40p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}\
${alignr}Moonset ${execpi 600 sed -n '42p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${color}
${membar 0}
${execi 600 echo `date --date="1 day" | awk '{print $1" "$3" "$2}'`}\
${goto 119}${execi 600 echo `date --date="2 day" | awk '{print $1" "$3" "$2}'`}\
${alignr}${execi 600 echo `date --date="3 day" | awk '{print $1" "$3" "$2}'`}
${color2}${goto 5}${font conkyweather:bold:size=22}${execi 600 sed -n '6p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 115}${execi 600 sed -n '11p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 235}${execi 600 sed -n '16p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${voffset -30}${color9}${goto 50}${execpi 600 sed -n '8p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '13p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 280}${execpi 600 sed -n '18p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}
${color6}${goto 50}${execpi 600 sed -n '9p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '14p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 280}${execpi 600 sed -n '19p' $HOME/1b2_accuweather_conkyweather_font/first_days}°${color}
${execi 600 echo `date --date="4 day" | awk '{print $1" "$3" "$2}'`}\
${goto 119}${execi 600 echo `date --date="5 day" | awk '{print $1" "$3" "$2}'`}\
${alignr}${execi 600 echo `date --date="6 day" | awk '{print $1" "$3" "$2}'`}
${color2}${goto 5}${font conkyweather:bold:size=22}${execi 600 sed -n '21p' $HOME/1b2_accuweather_conkyweather_font/first_days}\
${goto 115}${execi 600 sed -n '2p' $HOME/1b2_accuweather_conkyweather_font/last_days}\
${goto 235}${execi 600 sed -n '7p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${voffset -30}${color9}${goto 50}${execpi 600 sed -n '23p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '4p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '9p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${color}
${color6}${goto 50}${execpi 600 sed -n '24p' $HOME/1b2_accuweather_conkyweather_font/first_days}°\
${goto 160}${execpi 600 sed -n '5p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '10p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${color}
${execi 600 echo `date --date="7 day" | awk '{print $1" "$3" "$2}'`}\
${goto 119}${execi 600 echo `date --date="8 day" | awk '{print $1" "$3" "$2}'`}\
${alignr}${execi 600 echo `date --date="9 day" | awk '{print $1" "$3" "$2}'`}
${color2}${goto 5}${font conkyweather:bold:size=22}${execi 600 sed -n '12p' $HOME/1b2_accuweather_conkyweather_font/last_days}\
${goto 115}${execi 600 sed -n '17p' $HOME/1b2_accuweather_conkyweather_font/last_days}\
${goto 235}${execi 600 sed -n '22p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${voffset -30}${color9}${goto 50}${execpi 600 sed -n '14p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 160}${execpi 600 sed -n '19p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '24p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${color}
${color6}${goto 50}${execpi 600 sed -n '15p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 160}${execpi 600 sed -n '20p' $HOME/1b2_accuweather_conkyweather_font/last_days}°\
${goto 280}${execpi 600 sed -n '25p' $HOME/1b2_accuweather_conkyweather_font/last_days}°${font}${color}
${membar 0}
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
NO Way dude - not allowed to tweak OPC's (Other People's Conkys) 8)
OH WAIT! That leave me high and dry! OK Tweak Away!!! O:)
That's a nice looking variation as well. I was thinking along the same lines BUT decided to do something "different" with the stuff flowing down the centre.
Also I should explain this line at the top of the conky:
# pkill -xf "conky -q -c /home/sector11/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11" &
1. copy to a terminal:
pkill -xf "conky -q -c /home/sector11/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11" &
2. hit enter
3. up arrow and edit the line:
conky -q -c /home/sector11/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11 &
4. hit enter the conky starts
5. hit enter and up arrow twice to KILL that conky and only that conky - leave all the others running.
So I can start/stop that conky and not touch any other running conkys - I've been known to run a few.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
re-write of: ~/1a_accuweather_conkyweather_font/conkyrc_1a_usa
- a more compact layout
- conditions text wraps at the space before the 22nd character
- "font icons" moved to the right to allow 'fold' to work properly
- configured for: Fantasque Sans Mono font
- uses 'date' command for future dates.
- - image has an error, I use Thu 7 May. In the USA it's: Thu May 7
- - image stays - code fixed for USA use.
# pkill -xf "conky -q -c /home/sector11/1a_accuweather_conkyweather_font/conkyrc_1a_usa" &
# works perfect - 3 Jan 2014
# works perfect - Sat 24 Jan 2015
# works perfect - Wed 06 May 2015
### Begin Window Settings ########################################
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_colour 000000
own_window_class Conky
own_window_title conkyrc 1a USA
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
# own_window_argb_visual yes # Options: yes or no
### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
# own_window_argb_value 75
minimum_size 200 0 ## w|h
maximum_width 200
gap_x 10 # l|r
gap_y 10 # u|d
alignment tl
########################################## End Window Settings ###
### Font Settings ################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
#xftfont Monofur:bold:size=10
xftfont Fantasque Sans Mono:bold:size=9
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
############################################ End Font Settings ###
### Color Settings ###############################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
default_color DCDCDC #220 220 220 Gainsboro
color0 C0C0C0 # Silver
color1 778899 #LightSlateGray
color2 F5F5DC #Beige
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
########################################### End Color Settings ###
### Borders Section ##############################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
########################################### End Borders Secton ###
### Miscellaneous Section ########################################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 256
# Subtract (file slystem) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable th0e image cache.
imlib_cache_size 0
#default_bar_size 0 10
# Use the Xdbe extension? (eliminates flicker)
# It is highly reco${color}mmended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
##################################### End Miscellaneous Section ###
update_interval 1
TEXT
${color7}Corpus Cristi TX ${hr}${color}${execi 3600 bash $HOME/1a_accuweather_conkyweather_font/1a}
Currently: ${execpi 3600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/curr_cond}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/curr_cond}${font}
${voffset -25}${execpi 3600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/curr_cond|fold -w22 -s}
${execi 3600 echo `date --date="0 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 3600 sed -n '5p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -25}${execpi 3600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w22 -s}
${execi 3600 echo `date --date="1 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '9p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 3600 sed -n '10p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '7p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -25}${execpi 3600 sed -n '8p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w22 -s}
${execi 3600 echo `date --date="2 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '14p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 3600 sed -n '15p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '12p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -25}${execpi 3600 sed -n '13p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w22 -s}
${execi 3600 echo `date --date="3 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '19p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 3600 sed -n '20p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '17p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -25}${execpi 3600 sed -n '18p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w22 -s}
${execi 3600 echo `date --date="4 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '24p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 3600 sed -n '25p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '22p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -25}${execpi 3600 sed -n '23p' $HOME/1a_accuweather_conkyweather_font/tod_ton|fold -w22 -s}
${execi 3600 echo `date --date="5 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/last_days}°F / \
${execpi 3600 sed -n '5p' $HOME/1a_accuweather_conkyweather_font/last_days}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/last_days}${font}
${voffset -25}${execpi 3600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -w22 -s}
${execi 3600 echo `date --date="6 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '9p' $HOME/1a_accuweather_conkyweather_font/last_days}°F / \
${execpi 3600 sed -n '10p' $HOME/1a_accuweather_conkyweather_font/last_days}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '7p' ~/1a_accuweather_conkyweather_font/last_days}${font}
${voffset -25}${execpi 3600 sed -n '8p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -w22 -s}
${execi 3600 echo `date --date="7 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '14p' $HOME/1a_accuweather_conkyweather_font/last_days}°F / \
${execpi 3600 sed -n '15p' $HOME/1a_accuweather_conkyweather_font/last_days}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '12p' ~/1a_accuweather_conkyweather_font/last_days}${font}
${voffset -25}${execpi 3600 sed -n '13p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -w22 -s}
${execi 3600 echo `date --date="8 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '19p' $HOME/1a_accuweather_conkyweather_font/last_days}°F / \
${execpi 3600 sed -n '20p' $HOME/1a_accuweather_conkyweather_font/last_days}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '17p' ~/1a_accuweather_conkyweather_font/last_days}${font}
${voffset -25}${execpi 3600 sed -n '18p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -w22 -s}
${execi 3600 echo `date --date="9 day" | awk '{print $1" "$2" "$3}'`} \
${execpi 3600 sed -n '24p' $HOME/1a_accuweather_conkyweather_font/last_days}°F / \
${execpi 3600 sed -n '25p' $HOME/1a_accuweather_conkyweather_font/last_days}°F\
${goto 165}${font conkyweather:size=30}${execi 600 sed -n '22p' ~/1a_accuweather_conkyweather_font/last_days}${font}
${voffset -25}${execpi 3600 sed -n '23p' $HOME/1a_accuweather_conkyweather_font/last_days|fold -w22 -s}${voffset 25}
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
... and then I changed from the images to the font: 1b2_accuweather_conkyweather_font
And the code: conkyrc_1b2_int_s11_thin
# pkill -xf "conky -q -c /home/sector11/1b2_accuweather_conkyweather_font/conkyrc_1b2_int_s11_thin" &
# works perfect - Mon 24 Nov 2014 23:32
# works perfect - Sun 04 Jan 2015 14:31
# works perfect - Fri 01 May 2015 18:37
# works perfect - Wed 06 May 2015 too
### Begin Window Settings ########################################
own_window yes
own_window_type normal
own_window_transparent no ##yes
own_window_hints undecorated,below,skip_taskbar,skip_pager ##,sticky
own_window_colour 000000
own_window_class Conky
own_window_title conkyrc 1b2 Int s11 thin
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
own_window_argb_visual yes # Options: yes or no
### When ARGB visuals are enabled, this use this to modify the alpha value
### Use: own_window_type normal
### Use: own_window_transparent no
### Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
own_window_argb_value 75
minimum_size 110 0 ## w|h
maximum_width 75
gap_x 10 # l|r
gap_y 10 # u|d
alignment tl
########################################## End Window Settings ###
### Font Settings ################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
#xftfont monofur:bold:size=12
xftfont Fantasque Sans Mono:bold:size=10
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1.0
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
############################################ End Font Settings ###
### Color Settings ###############################################
draw_shades yes
default_shade_color 000000
draw_outline no
default_outline_color 000000
default_color DCDCDC #220 220 220 Gainsboro
color0 C0C0C0 # Silver
color1 778899 #LightSlateGray
color2 FAEBD7 #AntiqueWhite
color3 87CEFA #LightSkyBlue
color4 48D1CC #MediumTurquoise
color5 FFDEAD #NavajoWhite
color6 00BFFF #DeepSkyBlue
color7 B0E0E6 #PowderBlue
color8 FFD700 #Gold
color9 CD5C5C #IndianRed
########################################### End Color Settings ###
### Borders Section ##############################################
draw_borders no
# Stippled borders?
stippled_borders 5
# border margins
border_inner_margin 5
border_outer_margin 0
# border width
border_width 2
# graph borders
draw_graph_borders yes #no
#default_graph_size 15 40
########################################### End Borders Secton ###
### Miscellaneous Section ########################################
# Boolean value, if true, Conky will be forked to background when started.
background yes
# Adds spaces around certain objects to stop them from moving other things
# around, this only helps if you are using a mono font
# Options: right, left or none
use_spacer none
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 256
# Subtract (file slystem) buffers from used memory?
no_buffers yes
# change GiB to G and MiB to M
short_units yes
# Like it says, ot pads the decimals on % values
# doesn't seem to work since v1.7.1
pad_percents 2
# Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
# $image lots. Set to 0 to disable th0e image cache.
imlib_cache_size 0
#default_bar_size 0 10
# Use the Xdbe extension? (eliminates flicker)
# It is highly reco${color}mmended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
##################################### End Miscellaneous Section ###
update_interval 1
### ${texeci 500 bash $HOME/1b2_accuweather_conkyweather_font/1b2}
TEXT
Now${texeci 500 bash $HOME/1b2_accuweather_conkyweather_font/1b2}
${execpi 600 sed -n '29p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}°
±${execpi 600 sed -n '30p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '27p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}${font}${color}
${execpi 600 sed -n '34p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
UVI ${execpi 600 sed -n '36p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
Wind ${execpi 600 sed -n '31p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
@ ${execpi 600 sed -n '32p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
Vis ${execpi 600 sed -n '38p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
CC ${execpi 600 sed -n '35p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
Hum ${execpi 600 sed -n '33p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
DP ${execpi 600 sed -n '37p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}°
S ${execpi 600 sed -n '39p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
↓ ${execpi 600 sed -n '40p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
M ${execpi 600 sed -n '41p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
↓ ${execpi 600 sed -n '42p' $HOME/1b2_accuweather_conkyweather_font/curr_cond}
${execi 3600 echo `date --date="0 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '26p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${execpi 600 sed -n '27p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '25p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
CoP ${execpi 600 sed -n '28p' $HOME/1b2_accuweather_conkyweather_font/first_days}
Tonight
${execpi 600 sed -n '31p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${execpi 600 sed -n '32p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '30p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
CoP ${execpi 600 sed -n '33p' $HOME/1b2_accuweather_conkyweather_font/first_days}
${execi 3600 echo `date --date="1 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '8p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${execpi 600 sed -n '9p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '6p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${execi 3600 echo `date --date="2 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '13p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${execpi 600 sed -n '14p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '11p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${execi 3600 echo `date --date="3 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '18p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${execpi 600 sed -n '19p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '16p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${execi 3600 echo `date --date="4 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '23p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${execpi 600 sed -n '24p' $HOME/1b2_accuweather_conkyweather_font/first_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '21p' $HOME/1b2_accuweather_conkyweather_font/first_days}${font}${color}
${execi 3600 echo `date --date="5 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '4p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${execpi 600 sed -n '5p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '2p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${execi 3600 echo `date --date="6 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '9p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${execpi 600 sed -n '10p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '7p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${execi 3600 echo `date --date="7 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '14p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${execpi 600 sed -n '15p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '12p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${execi 3600 echo `date --date="8 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '19p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${execpi 600 sed -n '20p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '17p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${execi 3600 echo `date --date="9 day" | awk '{print $1" "$3" "$2}'`}
${execpi 600 sed -n '24p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${execpi 600 sed -n '25p' $HOME/1b2_accuweather_conkyweather_font/last_days}°
${voffset -28}${goto 50}${color2}${font conkyweather:size=24}${execi 600 sed -n '22p' $HOME/1b2_accuweather_conkyweather_font/last_days}${font}${color}
${membar 0}${voffset -300}
I think this will be my default for a while, I like it.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Beautiful as always S11.
I've added links to the posts in the first page.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Thanks Teo ... I've been looking at it and thinking I should bring it in line with the same colours of the other three conkys on the desktop. Minor details its the layout that's
Your scripts are the clay and I'm a sculptor - perfect match.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Not sure if this is the right place, I've been using the 'Moon Phases script 5_19-3-14 for a while with no issues, it's a great script, however the last couple of days it's stopped displaying half of the information.
After a bit of poking around to see if I'd changed something that affected the script I discovered that the lunaf.com website has changed, at least from what I remember it has, I'm assuming what ever they've changed on the website has stopped the script from working as it did.
Just wondering how I might go about fixing it, if it's possible.
Many thanks.
'What am I now that I was then? May memory restore again and again
The smallest colour of the smallest day, Time is the school in which we learn,
Time is the fire in which we burn. '
Offline
This is the perfect - correct - place to discuss any of Teo's scripts.
Bummer .. Yea it did change a few things didn't it.
We must apply yin-yang ... and wait for Master Teo.
Well, I must I know precious little about the scripts.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
lunaf.com completely changed their layout.
It's possible to get a portion of the info that was downloaded before, but not all: the next week section has disappeared. Instead they now give moon info on a day to day basis. If I wanted the script to display a 7 days' lunar phase conky, it'd have to download 7 web pages; unacceptable IMO.
So, do you want me to insist on lunaf.com and lose the Next Week section or do you have a different site in mind?
Lets have a discussion here...
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I figured that might be the case, seems a bit drastic having to download all that info.
For me personally having just a basic moon phase is good enough, I like this script as it's the only one I've come across that actually matched what I could see out of my window.
I don't know of any similar sites to lunaf.com, I did find many that gave a basic moon phase, but not a forecast like lunaf.com, one site that seemed to be similar was - http://www.lunarium.co.uk/ I don't know if this is nay good or not, but as I said just a basic moon phase would be good for me, not sure what other people want or need though.
Many thanks.
'What am I now that I was then? May memory restore again and again
The smallest colour of the smallest day, Time is the school in which we learn,
Time is the fire in which we burn. '
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat