Bem-vindo: Sáb, 23 de Novembro 2024, 17:39 Pesquisa avançada

[RESOLVIDO] Conky - Borda Transparente

Area de suporte geral. Aqui poderá fazer as questões que quiser relativas ao Ubuntu que não se enquadrem em nenhuma das outras secções do Fórum!

[RESOLVIDO] Conky - Borda Transparente

Mensagempor rfsilveira » Seg, 28 de Outubro 2013, 3:09

Ola,

Estou usando este Conky aqui
Spoiler:
# Use Xft?
use_xft yes
xftfont AvantGarde LT ExtraLight:bold:size=8
xftalpha 0.8
text_buffer_size 2048# Update interval in seconds
update_interval 5

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window_class Conky
own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Stippled borders?
stippled_borders 0

# border margins
border_inner_margin 0
border_outer_margin 0
border_width 0
border_margin 5

draw_outline no
draw_borders no
draw_shades no
default_shade_color 444
draw_graph_borders no

# 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
# same thing as passing -x at command line
gap_x 12
gap_y 100

minimum_size 350 350
maximum_width 1024

xftfont Open Sans Light:size=10

override_utf8_locale yes

imlib_cache_size 0

# Color scheme #
default_color FFFFFF

color1 FFFFFF
color2 FFFFFF
color3 FFFFFF
color4 FFFFFF
color5 FFFFFF
color6 FFFFFF
color7 333333

TEXT
${goto 140}${font Raleway:weight=Light :size=100}${alignc}${time %H:%M}${font}



${goto 60}${font Raleway:weight=Light:size=32}${alignc}${time %A %B %d}${font}



${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=455820&u=c" -o ~/.cache/weather.xml}${font Raleway:size=20}
${goto 16}${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}°${font Raleway:weight=Light:size=14}${goto 114}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'}°${goto 224}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'}°${goto 334}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4'}°${goto 444}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5'}°

${font Raleway:weight=Light:size=10}${goto 150}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'}°${goto 260}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'}°${goto 370}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4'}°${goto 480}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5'}°
${font Raleway:weight=Light:size=15}
${goto 4}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==1' | tr '[a-z]' '[A-Z]'}${goto 114}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2' | tr '[a-z]' '[A-Z]'}${goto 224}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3' | tr '[a-z]' '[A-Z]'}${goto 334}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4' | tr '[a-z]' '[A-Z]'}${goto 444}${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5' | tr '[a-z]' '[A-Z]'}
${font Raleway:weight=Light:size=15}${execi 300 cp -f ~/.conky-weather-icons/$(grep "yweather:condition" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*").png ~/.cache/weather-1.png}${image ~/.cache/weather-1.png -p 0,320 -s 32x32}${execi 300 cp -f ~/.conky-weather-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2').png ~/.cache/weather-2.png}${image ~/.cache/weather-2.png -p 110,320 -s 32x32}${execi 300 cp -f ~/.conky-weather-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3').png ~/.cache/weather-3.png}${image ~/.cache/weather-3.png -p 220,320 -s 32x32}${execi 300 cp -f ~/.conky-weather-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4').png ~/.cache/weather-4.png}${image ~/.cache/weather-4.png -p 330,320 -s 32x32}${execi 300 cp -f ~/.conky-weather-icons/$(grep "yweather:forecast" ~/.cache/weather.xml | grep -o "code=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5').png ~/.cache/weather-5.png}${image ~/.cache/weather-5.png -p 440,320 -s 32x32}${voffset 20}


So que surge uma borda semi transparente que nao deveria existir, e pode ser vista aqui:


Alguém saberia como solucionar esse probleminha?
Uso ubuntu 13.10 32bits
Editado pela última vez por rfsilveira em Ter, 29 de Outubro 2013, 13:33, em um total de 1 vez.
Avatar do usuário
rfsilveira
 
Mensagens: 19
Registrado em: 03 Agosto, 2013

Re: Conky - Borda Transparente

Mensagempor yuryrodrigues » Seg, 28 de Outubro 2013, 15:19

rfsilveira,

Tente alterar a linha:

Código: Selecionar todos
own_window_type desktop


para:

Código: Selecionar todos
own_window_type normal
Avatar do usuário
yuryrodrigues
 
Mensagens: 835
Registrado em: 31 Outubro, 2011

Re: Conky - Borda Transparente

Mensagempor rfsilveira » Seg, 28 de Outubro 2013, 23:51

yuryrodrigues (28-10-2013, 14:19) escreveu:rfsilveira,

Tente alterar a linha:

Código: Selecionar todos
own_window_type desktop


para:

Código: Selecionar todos
own_window_type normal

Continuou o mesmo
Avatar do usuário
rfsilveira
 
Mensagens: 19
Registrado em: 03 Agosto, 2013

Re: Conky - Borda Transparente

Mensagempor Emerson » Ter, 29 de Outubro 2013, 0:16

Código: Selecionar todos
rfsilveira (28-10-2013, 22:51) escreveu:
yuryrodrigues (28-10-2013, 14:19) escreveu:rfsilveira,

Tente alterar a linha:

Código: Selecionar todos
own_window_type desktop


para:

Código: Selecionar todos
own_window_type normal

Continuou o mesmo


Isso deve resolver seu problema
Código: Selecionar todos
own_window_argb_visual yes
own_window yes
own_window_type normal
own_window_transparent yes
Avatar do usuário
Emerson
 
Mensagens: 138
Registrado em: 24 Maio, 2013
Localização: Jaguari-RS, Brasil

Re: Conky - Borda Transparente

Mensagempor Luis Cardoso » Ter, 29 de Outubro 2013, 0:18

Se está a usar o Unity, veja se isto resolve o seu problema:
ImagemImagem
«Escolhe um trabalho de que gostes, e não terás que trabalhar um só dia na tua vida» - Confúcio
Avatar do usuário
Luis Cardoso
Redator
 
Mensagens: 10455
Registrado em: 26 Maio, 2011
Localização: Portugal

Re: Conky - Borda Transparente

Mensagempor rfsilveira » Ter, 29 de Outubro 2013, 13:32

Emerson (28-10-2013, 23:16) escreveu:
Código: Selecionar todos
rfsilveira (28-10-2013, 22:51) escreveu:
yuryrodrigues (28-10-2013, 14:19) escreveu:rfsilveira,

Tente alterar a linha:

Código: Selecionar todos
own_window_type desktop


para:

Código: Selecionar todos
own_window_type normal

Continuou o mesmo


Isso deve resolver seu problema
Código: Selecionar todos
own_window_argb_visual yes
own_window yes
own_window_type normal
own_window_transparent yes


Ficou perfeito!
A dica do compiz certamente funcionaria, mas no scripto ficou 100%.
Valeu!
Avatar do usuário
rfsilveira
 
Mensagens: 19
Registrado em: 03 Agosto, 2013


Voltar para Questões gerais

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 61 visitantes

cron