You are not logged in.
conky -p 5
I think this can prove useful.
Offline
I just read about that recently in another forum. All my ssc.sh files use:
sleep 5 && conky -c /media/5/Conky/S11_Disk_Activity.conky &
I have yet to convert them - there are so many. But yes, really nice!
And I just had a though, that sleep 5 && conky may be more useful in certain circumstances. I'll run a few tests and see.
Last edited by Sector11 (2013-04-27 13:17:42)
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
OK, for those who asked .... ummmm wait sorry, no one asked ... for those interested:
Teo's Conky_WeatherCom_metric - Horizontal mode by me!
conkyrc_horiz_m
# killall conky && conky -c /home/sector11/Conky_WeatherCom_metric/international.conky &
### Begin Window Settings ##################################################
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
#own_window_colour 000000
own_window_class Conky
own_window_title Teo Weather.com International horiz_conky
# Use the Xdbe extension? (eliminates flicker)
# It is highly recommended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
### This option will not work as desired (in most cases) in conjunction with
### own_window_type normal
# 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 255
minimum_size 355 450 ## width, height
maximum_width 355 ## width
gap_x 10 ### left &right
gap_y 15 ### up & down
alignment tl
#################################################### End Window Settings ###
### Font Settings ##########################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
xftfont Monofur:bold:size=10
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
###################################################### End Font Settings ###
### Color Settings #########################################################
draw_shades yes # amplifies text if yes
default_shade_color 000000
draw_outline no # amplifies text if yes
default_outline_color 000000
## default_color cbcbcb
default_color DCDCDC #220 220 220 Gainsboro
color0 8FBC8F #143 188 143 DarkSeaGreen
color1 778899 #119 136 153 LightSlateGray
color2 FF8C00 #255 140 0 DarkOrange
color3 7FFF00 #127 255 0 Chartreuse
color4 FFA07A #255 160 122 LightSalmon
color5 FFDEAD #255 222 173 NavajoWhite
color6 00BFFF # 0 191 255 DeepSkyBlue
color7 00FFFF # 0 255 255 Cyan
color8 FFFF00 #255 255 0 Yellow
color9 B22222 #178 34 34 FireBrick ##FF0000 #255 0 0 Red
##################################################### End Color Settings ###
### Borders Section ########################################################
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_inner_margin 9
border_outer_margin 0
# border width
border_width 0
# graph borders
draw_graph_borders 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 right
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 1024
# Subtract (file system) 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 the image cache.
imlib_cache_size 0
# Maximum size of user text buffer, i.e. layout below TEXT line in config file
# (default is 16384 bytes)
# max_user_text 16384
# Desired output unit of all objects displaying a temperature. Parameters are
# either "fahrenheit" or "celsius". The default unit is degree Celsius.
# temperature_unit Fahrenheit
############################################## End Miscellaneous Section ###
### LUA Settings ###########################################################
## Above and After TEXT - requires a composite manager or blinks.
##
# lua_load /media/5/Conky/LUA/draw-bg.lua
#TEXT
# ${lua conky_draw_bg 125 0 0 0 0 0x000000 0.2}
#
## ${lua conky_draw_bg corner_radius x_position y_position width height color alpha}
##
## OR Both above TEXT (No composite manager required - no blinking!)
#
#--------------------------------
#lua_load /media/5/Conky/LUA/draw-bg.lua
#lua_draw_hook_pre draw_bg 20 0 0 0 0 0x000000 0.2
#lua_draw_hook_post draw_bg 20 0 0 0 0 0x000000 0.2
#
# TEXT
# ${lua conky_draw_bg 20 0 0 0 0 0x000000 0.2}
##
#
####################################################### End LUA Settings ###
update_interval 3
TEXT
${texeci 600 bash $HOME/Conky_WeatherCom_metric/weath_com_metric}\
${font Monofur:bold:size=12}${color}Current${font} ${color5}${cpubar cpu0 1,25} ${color}${execpi 600 sed -n '1p' $HOME/Conky_WeatherCom_metric/updated} ${color5}${cpubar cpu0 1,25} ${color}BsAs Arg.
${goto 170}${font Monofur:bold:size=14}${color5}Temp${color} ${execpi 600 sed -n '4p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°${alignr 20}${color5}Feels${color4} ${execpi 600 sed -n '5p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°${font}\
${image $HOME/Conky_WeatherCom_metric/now.png -p 0,30 -s 120x120}
${goto 170}${color5}Past 24hr Rain${color}${alignr}${execpi 600 sed -n '12p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Wind${color}${alignr}${execpi 600 sed -n '18p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Humidity${color}${alignr}${execpi 600 sed -n '24p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}UV Index${color}${alignr}${execpi 600 sed -n '30p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Barometer${color}${alignr}${execpi 600 sed -n '40p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Dew Point${color}${alignr}${execpi 600 sed -n '42p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°
${goto 170}${color5}Visibility${color}${alignr}${execpi 600 sed -n '44p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Sun${color}${alignr}${execpi 600 sed -n '45p' $HOME/Conky_WeatherCom_metric/Today/raw_td} / ${execpi 600 sed -n '46p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Moon ${color}${alignr}${execpi 600 sed -n '47p' $HOME/Conky_WeatherCom_metric/Today/raw_td} / ${execpi 600 sed -n '48p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${goto 170}${color5}Moonphase ${color}${alignr}${execpi 600 sed -n '49p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${font Monofur:bold:size=12}${color}Today${font} ${color5}${hr 2}
${font Monofur:bold:size=11}${color}${goto 75}Day${goto 240}Night${font}${color}\
${image $HOME/Conky_WeatherCom_metric/TD.png -p 25,220 -s 100x100}${image $HOME/Conky_WeatherCom_metric/TN.png -p 190,220 -s 100x100}
${goto 155}${font Monofur:bold:size=14}${execpi 600 sed -n '6p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°C${goto 320}${execpi 600 sed -n '7p' $HOME/Conky_WeatherCom_metric/Today/raw_td}°C${font}
${color5}${execpi 600 sed -n '13p' $HOME/Conky_WeatherCom_metric/Today/raw_td|tr 'a-z' 'A-Z'} ${color}${execpi 600 sed -n '14p' $HOME/Conky_WeatherCom_metric/Today/raw_td}${goto 200}${color5}${execpi 600 sed -n '15p' $HOME/Conky_WeatherCom_metric/Today/raw_td|tr 'a-z' 'A-Z'} ${color}${execpi 600 sed -n '16p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${color5}${execpi 600 sed -n '19p' $HOME/Conky_WeatherCom_metric/Today/raw_td|tr 'a-z' 'A-Z'} ${color}${execpi 600 sed -n '20p' $HOME/Conky_WeatherCom_metric/Today/raw_td}${goto 200}${color5}WIND ${color}${execpi 600 sed -n '22p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${color5}${execpi 600 sed -n '25p' $HOME/Conky_WeatherCom_metric/Today/raw_td|tr 'a-z' 'A-Z'} ${color}${execpi 600 sed -n '26p' $HOME/Conky_WeatherCom_metric/Today/raw_td}${goto 200}${color5}HUMIDITY ${color}${execpi 600 sed -n '28p' $HOME/Conky_WeatherCom_metric/Today/raw_td}
${color5}${execpi 600 sed -n '31p' $HOME/Conky_WeatherCom_metric/Today/raw_td|tr 'a-z' 'A-Z'} ${color}${execpi 600 sed -n '32p' $HOME/Conky_WeatherCom_metric/Today/raw_td}${goto 200}${color5}UV-INDEX${color} -
conkyrc_horiz_m_2 - delay running for 6 to 8 seconds
# killall conky && conky -c /home/sector11/Conky_WeatherCom_metric/international.conky &
### Begin Window Settings ##################################################
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
#own_window_colour 000000
own_window_class Conky
own_window_title Teo Weather.com International horiz_conky_2
# Use the Xdbe extension? (eliminates flicker)
# It is highly recommended to use own window with this one
# so double buffer won't be so big.
double_buffer yes
### ARGB can be used for real transparency
### NOTE that a composite manager is required for real transparency.
### This option will not work as desired (in most cases) in conjunction with
### own_window_type normal
# 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 255
minimum_size 360 450 ## width, height
maximum_width 360 ## width
gap_x 385 ### left &right
gap_y 15 ### up & down
alignment tl
#################################################### End Window Settings ###
### Font Settings ##########################################################
# Use Xft (anti-aliased font and stuff)
use_xft yes
xftfont Monofur:bold:size=10
# Alpha of Xft font. Must be a value at or between 1 and 0 ###
xftalpha 1
# Force UTF8? requires XFT ###
override_utf8_locale yes
uppercase no
###################################################### End Font Settings ###
### Color Settings #########################################################
draw_shades yes # amplifies text if yes
default_shade_color 000000
draw_outline no # amplifies text if yes
default_outline_color 000000
## default_color cbcbcb
default_color DCDCDC #220 220 220 Gainsboro
color0 8FBC8F #143 188 143 DarkSeaGreen
color1 778899 #119 136 153 LightSlateGray
color2 FF8C00 #255 140 0 DarkOrange
color3 7FFF00 #127 255 0 Chartreuse
color4 FFA07A #255 160 122 LightSalmon
color5 FFDEAD #255 222 173 NavajoWhite
color6 00BFFF # 0 191 255 DeepSkyBlue
color7 00FFFF # 0 255 255 Cyan
color8 FFFF00 #255 255 0 Yellow
color9 B22222 #178 34 34 FireBrick ##FF0000 #255 0 0 Red
##################################################### End Color Settings ###
### Borders Section ########################################################
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_inner_margin 9
border_outer_margin 0
# border width
border_width 0
# graph borders
draw_graph_borders 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 right
# Default and Minimum size is 256 - needs more for single commands that
# "call" a lot of text IE: bash scripts
text_buffer_size 1024
# Subtract (file system) 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 the image cache.
imlib_cache_size 0
# Maximum size of user text buffer, i.e. layout below TEXT line in config file
# (default is 16384 bytes)
# max_user_text 16384
# Desired output unit of all objects displaying a temperature. Parameters are
# either "fahrenheit" or "celsius". The default unit is degree Celsius.
# temperature_unit Fahrenheit
############################################## End Miscellaneous Section ###
### LUA Settings ###########################################################
## Above and After TEXT - requires a composite manager or blinks.
##
# lua_load /media/5/Conky/LUA/draw-bg.lua
#TEXT
# ${lua conky_draw_bg 125 0 0 0 0 0x000000 0.2}
#
## ${lua conky_draw_bg corner_radius x_position y_position width height color alpha}
##
## OR Both above TEXT (No composite manager required - no blinking!)
#
#--------------------------------
#lua_load /media/5/Conky/LUA/draw-bg.lua
#lua_draw_hook_pre draw_bg 20 0 0 0 0 0x000000 0.2
#lua_draw_hook_post draw_bg 20 0 0 0 0 0x000000 0.2
#
# TEXT
# ${lua conky_draw_bg 20 0 0 0 0 0x000000 0.2}
##
#
####################################################### End LUA Settings ###
update_interval 3
TEXT
${font Monofur:bold:size=12}${color}10 Day Forecast${font} ${color5}${hr 2}
${font Monofur:bold:size=11}${color5}${goto 65}${execpi 600 sed -n '1p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 175}${execpi 600 sed -n '8p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 285}${execpi 600 sed -n '15p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${color}\
${image $HOME/Conky_WeatherCom_metric/10_2.png -p 20,30 -s 70x70}\
${image $HOME/Conky_WeatherCom_metric/10_9.png -p 130,30 -s 70x70}\
${image $HOME/Conky_WeatherCom_metric/10_16.png -p 240,30 -s 70x70}
${goto 105}${font Monofur:bold:size=14}${execpi 600 sed -n '3p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 215}${execpi 600 sed -n '10p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 325}${execpi 600 sed -n '17p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${font}
${goto 109}${execpi 600 sed -n '4p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 219}${execpi 600 sed -n '11p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 329}${execpi 600 sed -n '18p' $HOME/Conky_WeatherCom_metric/10days/raw_10}
${color5}Rain ${color}${execpi 600 sed -n '6p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 135}${color5}Rain ${color}${execpi 600 sed -n '13p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 260}${color5}Rain ${color}${execpi 600 sed -n '20p' $HOME/Conky_WeatherCom_metric/10days/raw_10}
${color5}Wind ${color}${execpi 600 sed -n '7p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 135}${color5}Wind ${color}${execpi 600 sed -n '14p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 260}${color5}Wind ${color}${execpi 600 sed -n '21p' $HOME/Conky_WeatherCom_metric/10days/raw_10}
${color5}${hr 1}
${font Monofur:bold:size=11}${goto 65}${execpi 600 sed -n '22p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 175}${execpi 600 sed -n '29p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 285}${execpi 600 sed -n '36p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${color}\
${image $HOME/Conky_WeatherCom_metric/10_23.png -p 20,163 -s 70x70}\
${image $HOME/Conky_WeatherCom_metric/10_30.png -p 130,163 -s 70x70}\
${image $HOME/Conky_WeatherCom_metric/10_37.png -p 240,163 -s 70x70}
${goto 105}${font Monofur:bold:size=14}${execpi 600 sed -n '24p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 215}${execpi 600 sed -n '31p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 325}${execpi 600 sed -n '38p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${font}
${goto 109}${execpi 600 sed -n '25p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 219}${execpi 600 sed -n '32p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 329}${execpi 600 sed -n '39p' $HOME/Conky_WeatherCom_metric/10days/raw_10}
${color5}Rain ${color}${execpi 600 sed -n '27p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 135}${color5}Rain ${color}${execpi 600 sed -n '34p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 260}${color5}Rain ${color}${execpi 600 sed -n '41p' $HOME/Conky_WeatherCom_metric/10days/raw_10}
${color5}Wind ${color}${execpi 600 sed -n '28p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 135}${color5}Wind ${color}${execpi 600 sed -n '35p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 260}${color5}Wind ${color}${execpi 600 sed -n '42p' $HOME/Conky_WeatherCom_metric/10days/raw_10}
${color5}${hr 1}
${font Monofur:bold:size=11}${goto 50}${execpi 600 sed -n '43p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 135}${execpi 600 sed -n '50p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 220}${execpi 600 sed -n '57p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${if_existing $HOME/Conky_WeatherCom_metric/10days/10days_OK}\
${goto 305}${execpi 600 sed -n '64p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${endif}${font}${color}\
${image $HOME/Conky_WeatherCom_metric/10_44.png -p 0,295 -s 55x55}\
${image $HOME/Conky_WeatherCom_metric/10_51.png -p 85,295 -s 55x55}\
${image $HOME/Conky_WeatherCom_metric/10_58.png -p 170,295 -s 55x55}${if_existing $HOME/Conky_WeatherCom_metric/10days/10days_OK}\
${image $HOME/Conky_WeatherCom_metric/10_65.png -p 255,295 -s 55x55}${endif}
${goto 65}${font Monofur:bold:size=14}${execpi 600 sed -n '45p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 152}${execpi 600 sed -n '52p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 233}${execpi 600 sed -n '59p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${if_existing $HOME/Conky_WeatherCom_metric/10days/10days_OK}\
${goto 321}${execpi 600 sed -n '66p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${endif}${font}
${goto 69}${execpi 600 sed -n '45p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 156}${execpi 600 sed -n '53p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 237}${execpi 600 sed -n '60p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${if_existing $HOME/Conky_WeatherCom_metric/10days/10days_OK}\
${goto 325}${execpi 600 sed -n '67p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${endif}
${color5}Rain ${color}${execpi 600 sed -n '48p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 95}${color5}Rain ${color}${execpi 600 sed -n '55p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 180}${color5}Rain ${color}${execpi 600 sed -n '62p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${if_existing $HOME/Conky_WeatherCom_metric/10days/10days_OK}\
${goto 265}${color5}Rain ${color}${execpi 600 sed -n '69p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${endif}
${color}${execpi 600 sed -n '49p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 95}${color}${execpi 600 sed -n '56p' $HOME/Conky_WeatherCom_metric/10days/raw_10}\
${goto 180}${color}${execpi 600 sed -n '63p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${if_existing $HOME/Conky_WeatherCom_metric/10days/10days_OK}\
${goto 265}${color}${execpi 600 sed -n '70p' $HOME/Conky_WeatherCom_metric/10days/raw_10}${endif}
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Well technically S11, I asked. LOL and I thank you for helping me out. Have been trying to get the bargraphs running in my current info conky but keep getting the "attempt to call a nil value" error when it tries to run the lua script.
Edit: That has sense been fixed and now I have the bargraphs in my info conky. Forgot to add a }, at the end of one of the bars I added. Added screenies in the monster conky thread.
Last edited by ichase (2013-04-28 17:56:14)
Offline
Well technically S11, I asked. LOL and I thank you for helping me out. Have been trying to get the bargraphs running in my current info conky but keep getting the "attempt to call a nil value" error when it tries to run the lua script.
Edit: That has sense been fixed and now I have the bargraphs in my info conky. Forgot to add a }, at the end of one of the bars I added. Added screenies in the monster conky thread.
Well, you asked for the USA version (°F) that was the "metric" version and there are a few differences.
Yea, I saw where you mentioned Oops! and I responded too.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Sector11 wrote:conky -p 5
I think this can prove useful.
It doesn't. I've been testing it for several days, and conkys weren't fully loaded. I think I need something else.
Offline
morfik wrote:Sector11 wrote:conky -p 5
I think this can prove useful.
It doesn't.
I've been testing it for several days, and conkys weren't fully loaded. I think I need something else.
How are you using it? on a command line - in a bash script?
This test worked perfectly: test-p
#!/bin/bash
conky -p 15 -c /media/5/Conky/S11_v9_Vert.conky &
conky -p 5 -c /media/5/Conky/S11-Top_Right.conky &
conky -p 2 -c /media/5/Conky/S11_Email_1.conky &
exit
Terminal output:
04 May 13 | 12:25:40 ~
0 $ test-p
04 May 13 | 12:25:56 ~
0 $ Conky: forked to background, pid is 24156
Conky: desktop window (264) is root window
Conky: window type - normal
Conky: drawing to created window (0x2600001)
Conky: drawing to double buffer
Conky: forked to background, pid is 24166
Conky: desktop window (264) is root window
Conky: window type - normal
Conky: drawing to created window (0x1c00001)
Conky: drawing to double buffer
--2013-05-04 12:26:02-- http://themoneyconverter.com/rss-feed/CAD/rss.xml
Resolving themoneyconverter.com (themoneyconverter.com)... 174.120.229.20
Connecting to themoneyconverter.com (themoneyconverter.com)|174.120.229.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26803 (26K) [text/xml]
Saving to: ‘STDOUT’
100%[===================================================================================>] 26,803 50.0KB/s in 0.5s
2013-05-04 12:26:03 (50.0 KB/s) - written to stdout [26803/26803]
--2013-05-04 12:26:03-- http://themoneyconverter.com/rss-feed/ARS/rss.xml
Resolving themoneyconverter.com (themoneyconverter.com)... 174.120.229.20
Connecting to themoneyconverter.com (themoneyconverter.com)|174.120.229.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26673 (26K) [text/xml]
Saving to: ‘STDOUT’
100%[===================================================================================>] 26,673 51.1KB/s in 0.5s
2013-05-04 12:26:04 (51.1 KB/s) - written to stdout [26673/26673]
Conky: forked to background, pid is 24249
Conky: desktop window (264) is root window
Conky: window type - normal
Conky: drawing to created window (0x2400001)
Conky: drawing to double buffer
gathering data with curl
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 71221 100 71221 0 0 63156 0 0:00:01 0:00:01 --:--:-- 74034
not checking for alerts
processing complete
0 $
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Yes, I'm using a script:
#!/bin/bash
sleep 2
conky -c ~/.conky/.conkyrc &
conky -p 3 -c ~/.conky/.conkyrc_fs &
conky -p 5 -c ~/.conky/1c/.conkyrc_1c &
conky -p 5 -c ~/.conky/1b1/.conkyrc_1b1_int &
exit
I don't know, maybe the values of the -p parameters are wrong. It looks like this:
As you can see, the left window isn't fully loaded. It happens from time to time, not always but sometimes.
Offline
Yes, I'm using a script:
#!/bin/bash sleep 2 conky -c ~/.conky/.conkyrc & conky -p 3 -c ~/.conky/.conkyrc_fs & conky -p 5 -c ~/.conky/1c/.conkyrc_1c & conky -p 5 -c ~/.conky/1b1/.conkyrc_1b1_int & exit
I don't know, maybe the values of the -p parameters are wrong. It looks like this:
http://en.zimagez.com/miniature/28587.pngAs you can see, the left window isn't fully loaded. It happens from time to time, not always but sometimes.
I doubt that has anything to do with the -p command. It looks like you are missing the UV Index # only.
Since you are going to accuweather twice - using two separate scripts, I'd suggest this:
#!/bin/bash
sleep 2 &
conky -c ~/.conky/.conkyrc &
conky -c ~/.conky/.conkyrc_fs &
conky -c ~/.conky/1c/.conkyrc_1c &
conky -p 5 -c ~/.conky/1b1/.conkyrc_1b1_int &
exit
And to be honest I see no reason to sleep that last one either.
The only reason I suggested a sleep with the previous conkys was I was using two conkys with "one" call to the internet. The second conky didn't access accuweather and needed the information already on the computer from the fetch that the firest conky was doing. It needed a wait time to make sure the information was there.
What you might want to do is in the conky that calls up the 8 hour weather in increase the text_buffer_size
text_buffer_size
Size of the standard text buffer (default is 256 bytes). This buffer is used for intermediary text, such as individual lines, output from $exec vars, and various other variables. Increasing the size of this buffer can drastically reduce Conky's performance, but will allow for more text display per variable. The size of this buffer cannot be smaller than the default value of 256 bytes.
If your conky has no:
text_buffer_size above TEXT add it and set it to a minimum of 512 (looks like 256 isn't getting it all) and if it is there, increase the value by 256.
Try that an let us know the results.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Actually I have:
text_buffer_size 4096
So, do I have to change something? I updated the script as you suggested, and I've been killing conky for a while, and it looks good. But it needs to be tested for some days, and it will be, so I will post an update if something will change.
Offline
Actually I have:
text_buffer_size 4096
So, do I have to change something? I updated the script as you suggested, and I've been killing conky for a while, and it looks good. But it needs to be tested for some days, and it will be, so I will post an update if something will change.
Increase it by 256
text_buffer_size 4352
to see if that last # appears, if so leave that and let it run.
I remember one conkyForecast I did that required over 6000 It was a HUGE one.
If those are all your conkys why not make a Start/Stop Conky script? ssc.sh
#!/bin/sh
# click to start, click to stop
if pidof conky | grep [0-9] > /dev/null
then
exec killall conky
else
sleep 2 # sleep not required for xfce or dropbox upto - 30 or more for others
conky -c ~/.conky/.conkyrc &
conky -c ~/.conky/.conkyrc_fs &
conky -c ~/.conky/1c/.conkyrc_1c &
conky -c ~/.conky/1b1/.conkyrc_1b1_int &
exit
fi
Now as the last entry in your "autostart" file:
## Start Conky after a slight delay
(sleep 2s && ~/bin/ssc.sh) &
exit
and you can make an OB menu entry as well - it will kill all conkys and restart them fresh.
Last edited by Sector11 (2013-05-04 17:44:29)
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Ok, I changed it. Now, I have to test it.
Thanks for the Start/Stop script.
Offline
^
↑ You're welcome
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Offline
This doesn't work
http://en.zimagez.com/miniature/59224.png
I noticed this happens only with the left window. The right window is ok all the time.
Could you please post the conky for the "8 hours" that isn't working.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
This is my current setup: https://dl.dropboxusercontent.com/u/375 … ky2.tar.gz
Offline
This is my current setup: https://dl.dropboxusercontent.com/u/375 … ky2.tar.gz
Missing:
~/.conky/1b1/.conkyrc_1b1_int
~/.conky/1c/.conkyrc_1c
and any related files for those.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
What's wrong with them?
Offline
↑ They are not in the archive you posted, one of those is the left conky that isn't complete.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
But they are there.
The content of archive file:
drwxr-xr-x morfik/morfik 0 2013-05-05 00:11 .conky/
-rwxr-xr-x morfik/morfik 103 2009-08-18 20:19 .conky/ip
-rw-r--r-- morfik/morfik 2731 2013-05-04 03:44 .conky/draw_bg.lua
-rw-r--r-- morfik/morfik 21757 2013-04-25 13:33 .conky/bargraph_small.lua
-rw-rw-r-- morfik/morfik 6571 2013-05-04 23:50 .conky/.conkyrc
drwxr-xr-x morfik/morfik 0 2013-05-05 00:13 .conky/1b1/
-rw-r--r-- morfik/morfik 59185 2013-05-05 00:13 .conky/1b1/last_22.png
drwxr-xr-x morfik/morfik 0 2013-03-25 10:59 .conky/1b1/Forecast_Images/
-rw-r--r-- morfik/morfik 43556 2010-01-22 18:10 .conky/1b1/Forecast_Images/36.pn
g
-rw-r--r-- morfik/morfik 40762 2010-01-22 18:10 .conky/1b1/Forecast_Images/34.pn
g
-rw-r--r-- morfik/morfik 59185 2010-01-22 18:08 .conky/1b1/Forecast_Images/12.pn
g
-rw-r--r-- morfik/morfik 70588 2010-01-22 18:08 .conky/1b1/Forecast_Images/15.pn
g
-rw-r--r-- morfik/morfik 74170 2010-01-22 18:08 .conky/1b1/Forecast_Images/17.pn
g
-rw-r--r-- morfik/morfik 53290 2010-01-22 18:10 .conky/1b1/Forecast_Images/44.pn
g
-rw-r--r-- morfik/morfik 69193 2010-01-22 18:08 .conky/1b1/Forecast_Images/18.pn
g
-rw-r--r-- morfik/morfik 40713 2010-01-22 18:09 .conky/1b1/Forecast_Images/4.png
-rw-r--r-- morfik/morfik 58997 2013-03-15 21:49 .conky/1b1/Forecast_Images/21.pn
g
-rw-r--r-- morfik/morfik 17429 2010-01-22 18:09 .conky/1b1/Forecast_Images/30.pn
g
-rw-r--r-- morfik/morfik 58037 2013-03-15 21:54 .conky/1b1/Forecast_Images/22.pn
g
-rw-r--r-- morfik/morfik 69784 2010-01-22 18:10 .conky/1b1/Forecast_Images/42.pn
g
-rw-r--r-- morfik/morfik 8806 2010-01-22 18:09 .conky/1b1/Forecast_Images/32.pn
g
-rw-r--r-- morfik/morfik 71766 2010-01-22 18:09 .conky/1b1/Forecast_Images/41.pn
g
-rw-r--r-- morfik/morfik 71926 2013-03-15 21:55 .conky/1b1/Forecast_Images/29.pn
g
-rw-r--r-- morfik/morfik 68592 2010-01-22 18:09 .conky/1b1/Forecast_Images/16.pn
g
-rw-r--r-- morfik/morfik 27872 2010-01-22 18:09 .conky/1b1/Forecast_Images/11.pn
g
-rw-r--r-- morfik/morfik 36543 2010-01-22 18:09 .conky/1b1/Forecast_Images/8.png
-rw-r--r-- morfik/morfik 48515 2010-01-22 18:10 .conky/1b1/Forecast_Images/43.pn
g
-rw-r--r-- morfik/morfik 56199 2010-01-22 18:09 .conky/1b1/Forecast_Images/39.pn
g
-rw-r--r-- morfik/morfik 48481 2010-01-22 18:09 .conky/1b1/Forecast_Images/5.png
-rw-r--r-- morfik/morfik 47049 2010-01-22 18:09 .conky/1b1/Forecast_Images/6.png
-rw-r--r-- morfik/morfik 43561 2010-01-22 18:10 .conky/1b1/Forecast_Images/38.pn
g
-rw-r--r-- morfik/morfik 11908 2010-01-22 18:10 .conky/1b1/Forecast_Images/24.pn
g
-rw-r--r-- morfik/morfik 60655 2010-01-22 18:08 .conky/1b1/Forecast_Images/14.pn
g
-rw-r--r-- morfik/morfik 58996 2013-03-15 21:48 .conky/1b1/Forecast_Images/23.pn
g
-rw-r--r-- morfik/morfik 17106 2010-01-22 18:09 .conky/1b1/Forecast_Images/31.pn
g
-rw-r--r-- morfik/morfik 50347 2010-01-22 18:10 .conky/1b1/Forecast_Images/37.pn
g
-rw-r--r-- morfik/morfik 36111 2010-01-22 18:09 .conky/1b1/Forecast_Images/7.png
-rw-r--r-- morfik/morfik 33564 2010-01-22 18:08 .conky/1b1/Forecast_Images/1.png
-rw-r--r-- morfik/morfik 56815 2010-01-22 18:10 .conky/1b1/Forecast_Images/40.pn
g
-rw-r--r-- morfik/morfik 45939 2010-01-22 18:10 .conky/1b1/Forecast_Images/35.pn
g
-rw-r--r-- morfik/morfik 37382 2010-01-22 18:08 .conky/1b1/Forecast_Images/2.png
-rw-r--r-- morfik/morfik 56792 2010-01-22 18:09 .conky/1b1/Forecast_Images/13.pn
g
-rw-r--r-- morfik/morfik 68841 2013-03-15 21:44 .conky/1b1/Forecast_Images/26.pn
g
-rw-r--r-- morfik/morfik 39525 2010-01-22 18:08 .conky/1b1/Forecast_Images/25.pn
g
-rw-r--r-- morfik/morfik 48348 2013-03-15 21:50 .conky/1b1/Forecast_Images/19.pn
g
-rw-r--r-- morfik/morfik 54805 2013-03-15 21:52 .conky/1b1/Forecast_Images/20.pn
g
-rw-r--r-- morfik/morfik 38183 2010-01-22 18:08 .conky/1b1/Forecast_Images/3.png
-rw-r--r-- morfik/morfik 38750 2010-01-22 18:10 .conky/1b1/Forecast_Images/33.pn
g
-rw-r--r-- morfik/morfik 194 2013-05-05 00:13 .conky/1b1/messages
-rw-r--r-- morfik/morfik 40713 2013-05-05 00:13 .conky/1b1/21.png
-rw-r--r-- morfik/morfik 36111 2013-05-05 00:13 .conky/1b1/last_12.png
-rw-r--r-- morfik/morfik 76419 2013-05-05 00:13 .conky/1b1/curr_cond_raw
-rw-r--r-- morfik/morfik 37382 2013-05-05 00:13 .conky/1b1/16.png
-rw-r--r-- morfik/morfik 37382 2013-05-05 00:13 .conky/1b1/11.png
-rw-r--r-- morfik/morfik 5085 2013-05-05 00:06 .conky/1b1/.conkyrc_1b1_int
-rw-r--r-- morfik/morfik 289 2013-05-05 00:13 .conky/1b1/curr_cond
-rw-r--r-- morfik/morfik 179 2013-05-05 00:13 .conky/1b1/last_days
-rw-r--r-- morfik/morfik 40713 2013-05-05 00:13 .conky/1b1/6.png
-rw-r--r-- morfik/morfik 47049 2013-05-05 00:13 .conky/1b1/last_17.png
-rw-r--r-- morfik/morfik 7446 2013-03-24 21:26 .conky/1b1/.conkyrc_1b1_usa
-rw-r--r-- morfik/morfik 37382 2013-05-05 00:13 .conky/1b1/last_2.png
-rw-r--r-- morfik/morfik 40713 2013-05-05 00:13 .conky/1b1/tod.png
-rw-r--r-- morfik/morfik 696 2012-01-31 19:22 .conky/1b1/.conkyForecast.config
-rw-r--r-- morfik/morfik 38750 2013-05-05 00:13 .conky/1b1/ton.png
-rwxr-xr-x morfik/morfik 6668 2013-04-25 13:47 .conky/1b1/1b1
-rw-r--r-- morfik/morfik 14550 2013-05-05 00:13 .conky/1b1/first_days_raw
-rw-r--r-- morfik/morfik 40713 2013-05-05 00:13 .conky/1b1/last_7.png
drwxr-xr-x morfik/morfik 0 2013-03-25 10:59 .conky/1b1/1b1_README_INFO/
-rw-r--r-- morfik/morfik 83601 2013-03-25 10:58 .conky/1b1/1b1_README_INFO/1b1_O
utput_of_the_script.pdf
-rw-r--r-- morfik/morfik 88327 2013-03-25 10:58 .conky/1b1/1b1_README_INFO/1b1_R
EADME.pdf
-rw-r--r-- morfik/morfik 40762 2013-05-05 00:13 .conky/1b1/cc.png
-rw-r--r-- morfik/morfik 251 2013-05-05 00:13 .conky/1b1/first_days
-rw-r--r-- morfik/morfik 14367 2013-05-05 00:13 .conky/1b1/last_days_raw
-rw-r--r-- morfik/morfik 1844 2013-05-05 00:13 .conky/1b1/cookie
-rw-r--r-- morfik/morfik 59 2013-04-25 00:12 .conky/1b1/moon.template
-rw-r--r-- morfik/morfik 3828 2013-05-04 23:50 .conky/.conkyrc_fs
-rw-r--r-- morfik/morfik 21139 2013-05-04 01:23 .conky/bargraph_small_fs.lua
-rw-r--r-- morfik/morfik 359 2013-05-05 00:11 .conky/autostart_conky
drwxr-xr-x morfik/morfik 0 2013-05-05 00:13 .conky/1c/
drwxr-xr-x morfik/morfik 0 2013-03-25 11:08 .conky/1c/Forecast_Images/
-rw-r--r-- morfik/morfik 43556 2010-01-22 18:10 .conky/1c/Forecast_Images/36.png
-rw-r--r-- morfik/morfik 40762 2010-01-22 18:10 .conky/1c/Forecast_Images/34.png
-rw-r--r-- morfik/morfik 59185 2010-01-22 18:08 .conky/1c/Forecast_Images/12.png
-rw-r--r-- morfik/morfik 70588 2010-01-22 18:08 .conky/1c/Forecast_Images/15.png
-rw-r--r-- morfik/morfik 74170 2010-01-22 18:08 .conky/1c/Forecast_Images/17.png
-rw-r--r-- morfik/morfik 53290 2010-01-22 18:10 .conky/1c/Forecast_Images/44.png
-rw-r--r-- morfik/morfik 69193 2010-01-22 18:08 .conky/1c/Forecast_Images/18.png
-rw-r--r-- morfik/morfik 40713 2010-01-22 18:09 .conky/1c/Forecast_Images/4.png
-rw-r--r-- morfik/morfik 58997 2013-03-15 21:49 .conky/1c/Forecast_Images/21.png
-rw-r--r-- morfik/morfik 17429 2010-01-22 18:09 .conky/1c/Forecast_Images/30.png
-rw-r--r-- morfik/morfik 58037 2013-03-15 21:54 .conky/1c/Forecast_Images/22.png
-rw-r--r-- morfik/morfik 69784 2010-01-22 18:10 .conky/1c/Forecast_Images/42.png
-rw-r--r-- morfik/morfik 8806 2010-01-22 18:09 .conky/1c/Forecast_Images/32.png
-rw-r--r-- morfik/morfik 71766 2010-01-22 18:09 .conky/1c/Forecast_Images/41.png
-rw-r--r-- morfik/morfik 71926 2013-03-15 21:55 .conky/1c/Forecast_Images/29.png
-rw-r--r-- morfik/morfik 68592 2010-01-22 18:09 .conky/1c/Forecast_Images/16.png
-rw-r--r-- morfik/morfik 27872 2010-01-22 18:09 .conky/1c/Forecast_Images/11.png
-rw-r--r-- morfik/morfik 36543 2010-01-22 18:09 .conky/1c/Forecast_Images/8.png
-rw-r--r-- morfik/morfik 48515 2010-01-22 18:10 .conky/1c/Forecast_Images/43.png
-rw-r--r-- morfik/morfik 56199 2010-01-22 18:09 .conky/1c/Forecast_Images/39.png
-rw-r--r-- morfik/morfik 48481 2010-01-22 18:09 .conky/1c/Forecast_Images/5.png
-rw-r--r-- morfik/morfik 47049 2010-01-22 18:09 .conky/1c/Forecast_Images/6.png
-rw-r--r-- morfik/morfik 43561 2010-01-22 18:10 .conky/1c/Forecast_Images/38.png
-rw-r--r-- morfik/morfik 11908 2010-01-22 18:10 .conky/1c/Forecast_Images/24.png
-rw-r--r-- morfik/morfik 60655 2010-01-22 18:08 .conky/1c/Forecast_Images/14.png
-rw-r--r-- morfik/morfik 58996 2013-03-15 21:48 .conky/1c/Forecast_Images/23.png
-rw-r--r-- morfik/morfik 17106 2010-01-22 18:09 .conky/1c/Forecast_Images/31.png
-rw-r--r-- morfik/morfik 50347 2010-01-22 18:10 .conky/1c/Forecast_Images/37.png
-rw-r--r-- morfik/morfik 36111 2010-01-22 18:09 .conky/1c/Forecast_Images/7.png
-rw-r--r-- morfik/morfik 33564 2010-01-22 18:08 .conky/1c/Forecast_Images/1.png
-rw-r--r-- morfik/morfik 56815 2010-01-22 18:10 .conky/1c/Forecast_Images/40.png
-rw-r--r-- morfik/morfik 45939 2010-01-22 18:10 .conky/1c/Forecast_Images/35.png
-rw-r--r-- morfik/morfik 37382 2010-01-22 18:08 .conky/1c/Forecast_Images/2.png
-rw-r--r-- morfik/morfik 56792 2010-01-22 18:09 .conky/1c/Forecast_Images/13.png
-rw-r--r-- morfik/morfik 68841 2013-03-15 21:44 .conky/1c/Forecast_Images/26.png
-rw-r--r-- morfik/morfik 39525 2010-01-22 18:08 .conky/1c/Forecast_Images/25.png
-rw-r--r-- morfik/morfik 48348 2013-03-15 21:50 .conky/1c/Forecast_Images/19.png
-rw-r--r-- morfik/morfik 54805 2013-03-15 21:52 .conky/1c/Forecast_Images/20.png
-rw-r--r-- morfik/morfik 38183 2010-01-22 18:08 .conky/1c/Forecast_Images/3.png
-rw-r--r-- morfik/morfik 38750 2010-01-22 18:10 .conky/1c/Forecast_Images/33.png
-rw-r--r-- morfik/morfik 76399 2013-05-05 00:13 .conky/1c/curr_cond_raw
-rw-r--r-- morfik/morfik 2626 2013-05-05 00:10 .conky/1c/.conkyrc_1c
-rw-r--r-- morfik/morfik 43556 2013-05-05 00:13 .conky/1c/32.png
-rw-r--r-- morfik/morfik 38183 2013-05-05 00:13 .conky/1c/41.png
-rw-r--r-- morfik/morfik 43556 2013-05-05 00:13 .conky/1c/29.png
-rw-r--r-- morfik/morfik 707 2013-05-05 00:13 .conky/1c/hourly_raw1
-rw-r--r-- morfik/morfik 38183 2013-05-05 00:13 .conky/1c/38.png
drwxr-xr-x morfik/morfik 0 2013-03-25 11:08 .conky/1c/1c_README_INFO/
-rw-r--r-- morfik/morfik 129832 2013-03-25 11:08 .conky/1c/1c_README_INFO/1c_REA
DME.pdf
-rw-r--r-- morfik/morfik 114154 2013-03-25 11:08 .conky/1c/1c_README_INFO/1c_Out
put_of_the_script.pdf
-rw-r--r-- morfik/morfik 45939 2013-05-05 00:13 .conky/1c/23.png
-rw-r--r-- morfik/morfik 1801 2013-05-05 00:13 .conky/1c/altogether
-rw-r--r-- morfik/morfik 43556 2013-05-05 00:13 .conky/1c/35.png
-rw-r--r-- morfik/morfik 1844 2013-05-05 00:13 .conky/1c/cookie
-rw-r--r-- morfik/morfik 43556 2013-05-05 00:13 .conky/1c/26.png
-rw-r--r-- morfik/morfik 45939 2013-05-05 00:13 .conky/1c/20.png
-rwxr-xr-x morfik/morfik 6146 2013-04-25 13:39 .conky/1c/1c
Offline
But they are there.
Must have been a bad download .. I didn't get them, as you see the first download was only 10K
Got them now though - late will look at the last two tomorrow. The first two are running. some spacing issues but I'm not concerned with that at the moment.
Until tomorrow.
Last edited by Sector11 (2013-05-05 19:21:14)
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Ok, then
Last edited by morfik (2013-05-05 13:13:30)
Offline
Ok, then
Now here's something that's you will not like.
Other than changing some things that don't match my system ( example: /var/cache/pacman changed to /var/cache/apt/archives), some spacing issues (expected) your conkys run fine. I changed the path from "$HOME/.conky/etc" to "/media/5/conky/morfik/" and everything just works.
Teo's script is working just fine here for your location as well as the little cF template (like I said - spacing).
Last edited by Sector11 (2013-05-05 19:16:35)
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Have you tried reset your pc or just graphic environment? Because you know, it happens sometimes, and not every time you try to load conkys. I noticed also that after 10min everything is back to normal. I think that's because of the line:
${execpi 600 sed -n '1,21p' $HOME/.conky/1c/altogether}
But when I look into the file while the conky window isn't fully loaded, I can see there is all info that should be there. So, I don't know why I have "half loaded" conky window. xD
Try also delete all cache files and load conkys again.
Offline
Have you tried reset your pc or just graphic environment? Because you know, it happens sometimes, and not every time you try to load conkys. I noticed also that after 10min everything is back to normal. I think that's because of the line:
${execpi 600 sed -n '1,21p' $HOME/.conky/1c/altogether}
But when I look into the file while the conky window isn't fully loaded, I can see there is all info that should be there. So, I don't know why I have "half loaded" conky window. xD
Try also delete all cache files and load conkys again.
I have:
1. killall conky and restarted your conkys one at a time ... checking for errors (there are a few I will explain)
2. - killed all conkys, cleared out the cache files, restarted ... perfect.
3. - rebooted my machine (twice) ... they worked
4. - killed em, cheared the cache, rebooted - they worked.
I'm also having my system lock up when I start the "international conky" at times so I want to check that out.
I have turned off the background LUA you have, I have problems with that as well don't know why.
I'm still testing...
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
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