deviant art





Login
Join deviantART for FREE Take the Tour Lost Password?
Deviant Login
Shop
 Join deviantART for FREE Take the Tour
[x]

More from ~hfcf

Featured in Groups:

Details

January 10
222 KB
Link
Thumb

Statistics

Comments: 13
Favourites: 21 [who?]
Views: 2,766 (12 today)
Downloads: 1,747 (6 today)
[x]
:iconhfcf:
Conky Cronograph Station (UPDATED)

Accuweather script updated, weather forecast works again.

See README file inside for instructions.
:icon:
Add a Comment:
 
love 0 0 joy 1 1 wow 3 3 mad 0 0 sad 0 0 fear 0 0 neutral 0 0
:iconverrynaughtyboy:
~verrynaughtyboy 4 days ago  Hobbyist Photographer
I have installed this on my Kubuntu,but i have a problem...my background is black,not transperent.
I have checked the rv file and it all seems good,i don't inderstand...
here is all the codes i have in rv file:

# — Conky settings — #

background yes

update_interval 1
total_run_times 0
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
imlib_cache_size 0

temperature_unit celcius

# — Window specifications — #

own_window_class Conky
own_window yes
own_window_type conky
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

border_inner_margin 0
border_outer_margin 0

minimum_size 300 300
maximum_width 300

alignment top_right

gap_x 30
gap_y 75


# — Graphics settings — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# — Text settings — #
use_xft yes
xftfont hooge 05_53:size=6
xftalpha 0.5

default_color FFFFFF

uppercase no
use_spacer right

color0 white
color1 orange
color2 green

# — Lua Load — #

lua_load $HOME/.Conky/cronograph/scripts/clock_rings.lua
lua_draw_hook_pre clock_rings
lua_load $HOME/.Conky/cronograph/scripts/multi_rings.lua
lua_draw_hook_post main

TEXT
${execi 500 bash $HOME/.Conky/cronograph/accuweather/accuw_script}
${voffset 29}${offset 120}BAT:
${voffset 17}${goto 65}${font hooge 05_53:size=12}${time %H:%M}${font}${goto 185}UPTIME:
${voffset 2}${goto 65}${time %a %d %b}${goto 185}${uptime}
${voffset 2}${goto 65}${time %Y}
${voffset -6}${goto 145}HD
${voffset 12}${alignc}${fs_free}/${fs_size}
${voffset 36}${goto 91}${cpu cpu0}%${goto 221}${memperc}%
${voffset 10}${goto 76}CPU${goto 205}MEM
${voffset 20}${goto 90}${font hooge 05_53:size=12}${execpi 600 sed -n '4p' $HOME/.Conky/cronograph/accuweather/curr_cond}°${voffset -32}${goto 125}${font conkyweather:size=40}${execpi 600 sed -n '2p' $HOME/.Conky/cronograph/accuweather/curr_cond}${font}${voffset -12}${goto 185}${execpi 600 sed -n '3p' $HOME/.Conky/cronograph/accuweather/curr_cond}${voffset 12}${goto 185}${font conkyweather:size=20}${voffset 7}${goto 80}${execpi 600 sed -n '7p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 135}${execpi 600 sed -n '12p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 185}${execpi 600 sed -n '17p' $HOME/.Conky/cronograph/accuweather/tod_ton}${font}${voffset 6}${goto 84}${execpi 600 sed -n '9p' $HOME/.Conky/cronograph/accuweather/tod_ton}°/${execpi 600 sed -n '10p' $HOME/.Conky/cronograph/accuweather/tod_ton}°${goto 140}${execpi 600 sed -n '14p' $HOME/.Conky/cronograph/accuweather/tod_ton}°/${execpi 600 sed -n '15p' $HOME/.Conky/cronograph/accuweather/tod_ton}°${goto 190}${execpi 600 sed -n '19p' $HOME/.
Conky/cronograph/accuweather/tod_ton}°/${execpi 600 sed -n '20p' $HOME/.Conky/cronograph/accuweather/tod_ton}°${voffset 7}${goto 85}${execpi 600 sed -n '6p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 140}${execpi 600 sed -n '11p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 190}${execpi 600 sed -n '16p' $HOME/.Conky/cronograph/accuweather/tod_ton}
${if_match ${battery_percent BAT1}>0}${if_match ${battery_percent BAT1}<=15}${image $HOME/.Conky/cronograph/images/Red.png -p 129,18 -s 40x40}${endif}${endif}
${if_match ${battery_percent BAT1}>15}${if_match ${battery_percent BAT1}<=20}${image $HOME/.Conky/cronograph/images/Orange.png -p 129,18 -s 40x40}${endif}${endif}
${if_match ${battery_percent BAT1}>20}${if_match ${battery_percent BAT1}<=35}${image $HOME/.Conky/cronograph/images/Yellow.png -p 129,18 -s 40x40}${endif}${endif}
${if_match ${battery_percent BAT1}>35}${if_match ${battery_percent BAT1}<=100}${image $HOME/.Conky/cronograph/images/Dark_Green.png -p 129,18 -s 40x40}${endif}${endif}
${execpi 1 cat $HOME/.Conky/cronograph/scripts/blinkingLED}



Please help if you can.
Thank you in advance.
Best regards.
Reply
:iconverrynaughtyboy:
~verrynaughtyboy 4 days ago  Hobbyist Photographer
I got this message when i try to start conky:

Conky: /home/nasko/.conkyrc: 30: no such configuration: 'on_bottom'
Conky: /home/nasko/.conkyrc: 63: no such configuration: 'border_margin'
Conky: use_spacer should have an argument of left, right, or none. 'no' seems to be some form of 'false', so defaulting to none.
Conky: /home/nasko/.conkyrc: 94: no such configuration: 'xmms_player'
Conky: got an endif without matching if
***** Imlib2 Developer Warning ***** :
This program is calling the Imlib call:

imlib_context_free();

With the parameter:

context

being NULL. Please fix your program.


Please Help!!!!
Reply
:iconilnanny:
Mood: Wow! =ilnanny Apr 25, 2012  Professional Digital Artist
i request in 4 groups,
please accept and join in
:squee:

--
My Gallery :[link]
Co-founder :icononly-wallpapers:
Reply
:iconilnanny:
Mood: Wow! =ilnanny Apr 25, 2012  Professional Digital Artist
i love it :D
thanks

--
My Gallery :[link]
Co-founder :icononly-wallpapers:
Reply
:iconpusi85:
I've stumbled upon this here:
[link]

It instantly reminded me of this quote from Steve Jobs:
“That’s not what we think design is. It’s not just what it looks like and feels like. Design is how it works”

And this is excellent design, IMHO! =D
Reply
:iconmiguelsanchez666:
~miguelsanchez666 Feb 4, 2012  Hobbyist Digital Artist
lovely conky. well done!!!
Reply
:iconalemajack:
that great!!
Reply
:iconeldervlacoste:
Beautiful, elegant and functional! Fantastic!
Reply
:iconicalper:
I get a spam of this lines and conky freezes after some time

Conky: unknown variable
Conky: unknown variable
Conky: unknown variable
Conky: unknown variable
Conky: unknown variable

conky -v: [link]
Reply
:iconicalper:
Fixed it by filling the empty variables (name, arg) in the settings_table array from the file clock_rings.lua

...
name='eval',
arg='1',
max=1,
...

It now evals a dummy argument and always returns 1.

:juggle:
Reply
:icon:
Add a Comment: