sexta-feira, 29 de junho de 2012

ConkyBR-8

Saudações!

Este é uma nova configuração de Conky, utilizando o BrWeather: O ConkyBR8!






Nome: ConkyBR8
Características: Ele exibe as condições atuais, mais a previsão para os próximos 3 dias. Além de um relógio estilo LCD.

Download: ConkyBR8.tar.gz

Funciona também no modo Google: Sim.

Requisitos:

- Fontes necessárias:

- LCDmono2;
- hooge 05_53



Instalação: Descompacte o arquivo tar.gz e rode o script:

$ sh installconky.sh

Este script confere se você possui o BrWeather e as fontes necessárias para o funcionamento correto do Conky. Se tudo estiver OK, ele instala o Conky na pasta /home/seu_usuário/.brweather/conky8.

Observações:
Sem as fontes corretas instaladas, o Conky ficará distorcido.

Conkyrc:

# ConkyBrWeather
# Criado por LeandroNKZ
# 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 1
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 10

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

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

# -- Colors -- #
default_color 8B8B8B
color0 C8C8C8


TEXT
#Cidade
${voffset 0}${font hooge 05_53:size=20}${color0}${goto 0}${execi 3600 brweather --option=city | cut -f1 -d'-'}
#Dia de hoje
${voffset 5}${font hooge 05_53:size=15}${color0}${exec date +%A | sed -r 's/\b[a-z]{3,}/\u&/g'}
${goto 100}${time %d %b %Y}
#Temperatura (mínima e máxima)
${voffset 10}${font hooge 05_53:size=20}${color0}${goto 120}${execi 3600 brweather --option=TN}C
#Hora
${voffset 10}${hr 2}
${voffset 0}${font lcdmono2:size=40}${color0}${time %r}
${voffset -30}${hr 2}
# Segundo dia (amanhã)
${voffset -40}${font hooge 05_53:size=20}${color0}${goto 10}${execi 3600 brweather --option=Day1}
# Terceiro dia (depois de amanhã)
${voffset -25}${font hooge 05_53:size=20}${color0}${goto 100}${execi 3600 brweather --option=Day2}
## Quarto dia
${voffset -24}${font hooge 05_53:size=20}${color0}${goto 175}${execi 3600 brweather --option=Day3}
## Temperatura de amanhã
${voffset 40}${font hooge 05_53:size=10}${color0}${goto 10}${execi 3600 brweather --option=LT1}/${execi 3600 brweather --option=HT1}
## Temperatura do terceiro dia
${voffset -12}${font hooge 05_53:size=10}${color0}${goto 95}${execi 3600 brweather --option=LT2}/${execi 3600 brweather --option=HT2}
## Temperatura do quarto dia
${voffset -12}${font hooge 05_53:size=10}${color0}${goto 175}${execi 3600 brweather --option=LT3}/${execi 3600 brweather --option=HT3}
# Imagens
# Lembre-se: Para adicionar imagens, use o comando "execpi" no lugar do "execi"
# Dica: Experimente trocar o "--imagem1" por --imagem2, 3, 4, 5, 6 ou 7.
#${image $HOME/.brweather/conky2/imagem.png -p 0,0}
${execpi 3600 brweather --imagem8=CN -p 0,40 -s 90x90}
${execpi 3600 brweather --imagem8=C1 -p 5,220 -s 60x60}
${execpi 3600 brweather --imagem8=C2 -p 90,220 -s 60x60}
${execpi 3600 brweather --imagem8=C3 -p 170,220 -s 60x60}

Até a próxima!

2 comentários: