quinta-feira, 28 de junho de 2012

ConkyBR-6 Atualização

Saudações!

Este é o último modelo a ser atualizado. O ConkyBR-6 "HTC":





Nome: ConkyBR6-HTC
Características: Ele é idêntico ao Conky-HTC, mas utiliza o BrWeather como base:



Download: ConkyBR6.tar.gz

Funciona no modo Google:
Sim. Com algumas diferenças.


Instalação: Descompacte o arquivo tar.gz.. Escolha qual arquivo utilizar (se usa modo Google ou não) e rode o script:

$ sh installconky.sh

Este script confere se você possui o BrWeather instalado corretamente. Se tudo estiver OK, ele instala o Conky na pasta /home/seu_usuário/.brweather/conky6.

Observações: O modo Google é um pouco limitado, portanto, o Conky terá algumas diferenças:




Conkyrc:

# ConkyBrWeather
# Criado por LeandroNKZ
# Baseado no ConkHTC: http://wgacton.deviantart.com/art/Conky-HTC-v1-2-213418718
# Necessário o uso do BrWeather:
# http://brweatherproject.blogspot.com/
# Instruções e instalação: 
# http://va.mu/V59f

# -- Conky settings -- #
background yes
update_interval 1

cpu_avg_samples 2
net_avg_samples 2

override_utf8_locale yes

double_buffer yes
no_buffers yes

text_buffer_size 2048
imlib_cache_size 0

# -- Window specifications -- #

# -- GNOME -- #
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

# -- Openbox -- #
#own_window yes
#own_window_transparent yes
#own_window_type desktop


# -- Alignment -- # 

#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right

border_inner_margin 0
border_outer_margin 0

#minimum_size 200 200
maximum_width 250
gap_x 10
gap_y 0

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

# -- Text settings -- #
use_xft yes
xftfont Monospace:size=10
xftalpha 0.4
uppercase no

# -- Colors -- #
default_color 8b8b8b
color1 FFFFFF
color2 C8C8C8
color3 000000

TEXT
${voffset 15}${font FreeSans:style=Condensed:size=50}${color 434343}${goto 40}${time %H}${goto 130}${color 434343}${time %M}${font FreeSans:size=15:style=condensed}${color 808080}${goto 207}${time %S}${font}
# Cidade
${voffset 20}${goto 22}${color 909090}${font FreeSans:style=bold:size=8}${execi 3600 brweather --option=city | cut -f1 -d'-'}${font}
# Condicoes atuais
${voffset -8}${font FreeSans :size=8}${color whitesmoke}${voffset 0}${goto 24}${execi 3600 brweather --option=CNT}${font}
## Temperatura atual
${voffset -30}${goto 175}${font FreeSans :size=25}${color d4d4d4}${execi 3600 brweather --option=TN}${font}
# Dia de hoje
${voffset 2}${color whitesmoke}${font FreeSans :size=8}${alignc -10}${time %A},${time %e} de ${time %B} de ${time %G}${font}
## Temperatura para hoje
${voffset 30}${font FreeSans :size=8}${color white}${goto 20}${execi 3600 brweather --option=HT1}/${color 707070}${execi 3600 brweather --option=LT1}${font}
${voffset -8}${font FreeSans :size=8}${color 707070}${goto 25}${execi 3600 brweather --option=Day1}${font}
## Temperatura do segundo dia
${voffset -30}${font FreeSans :size=8}${color white}${goto 63}${execi 3600 brweather --option=HT2}/${color 707070}${execi 3600 brweather --option=LT2}${font}
${voffset -8}${font FreeSans :size=8}${color 707070}${goto 68}${execi 3600 brweather --option=Day2}${font}
## Temperatura do Terceiro dia
${voffset -30}${font FreeSans :size=8}${color white}${goto 105}${execi 3600 brweather --option=HT3}/${color 707070}${execi 3600 brweather --option=LT2}${font}
${voffset -8}${font FreeSans :size=8}${color 707070}${goto 110}${execi 3600 brweather --option=Day3}${font}
## Temperatura do Quarto dia
${voffset -30}${font FreeSans :size=8}${color white}${goto 147}${execi 3600 brweather --option=HT4}/${color 707070}${execi 3600 brweather --option=LT4}${font}
${voffset -8}${font FreeSans :size=8}${color 707070}${goto 152}${execi 3600 brweather --option=Day4}${font}
## Temperatura do Quinto dia
${voffset -30}${font FreeSans :size=8}${color white}${goto 190}${execi 3600 brweather --option=HT5}/${color 707070}${execi 3600 brweather --option=LT5}${font}
${voffset -8}${font FreeSans :size=8}${color 707070}${goto 195}${execi 3600 brweather --option=Day5}${font}
## Imagens de fundo
${image ~/.brweather/conky6/base.png -p 12,30 -s 220x135}
${image ~/.brweather/conky6/base.png -p 12,185 -s 220x38}
${image ~/.brweather/conky6/flip.png -p 30,10 -s 90x105}
${image ~/.brweather/conky6/flip.png -p 120,10 -s 90x105}
## Imagens de previsao
${execpi 3600 brweather --imagem1=CN -p 80,70 -s 80x80}
${execpi 3600 brweather --imagem1=C1 -p 20,165 -s 43x43}
${execpi 3600 brweather --imagem1=C2 -p 63,165 -s 43x43}
${execpi 3600 brweather --imagem1=C3 -p 105,165 -s 43x43}
${execpi 3600 brweather --imagem1=C4 -p 147,165 -s 43x43}
${execpi 3600 brweather --imagem1=C5 -p 190,165 -s 43x43}


Até a próxima!



Nenhum comentário:

Postar um comentário