Conky HUD

Tiling window manager Conky HUD

Sera que estou exagerando no conky :D Varios conky's no i3wm

[ 826 hits ]

Publicado em: 10/05/2019

Enviado por M4iir1c10




  

Comentários
[1] Comentário enviado por evandrocapelao em 11/05/2019 - 06:19h

Qual configuração do conkyrc? Ficou muito bom!!!

[2] Comentário enviado por M4iir1c10 em 11/05/2019 - 12:16h


[1] Comentário enviado por evandrocapelao em 11/05/2019 - 06:19h
Qual configuração do conkyrc? Ficou muito bom!!!


Evandro aqui vai alguns lugares para voce checar...

https://youtu.be/atsC0R-Lv9c

https://github.com/mauricioph/conky

A "casa" do meu conky e ~/.config/conky/, estou usando as fontes:
Font-Awesome
https://github.com/FortAwesome/Font-Awesome
Conky de Antonio Carelli
https://github.com/antoniocarelli/conky
Liberation Mono
https://www.fontsquirrel.com/fonts/liberation-mono

readline.sh e um script que eu encontrei aqui ( https://how-to.fandom.com/wiki/How_to_add_an_RSS_feed_to_Conky/conky-rss.sh ) e adaptei para o meu uso. O script permanece o mesmo com execao do ultimo comando. :D

Para fazer a animação do circulo pegue um gif animado qualquer no google e desconstrua ele em varias imagens, coloque as imagens dentro de uma pasta e coloque uma condicao if que chame um de cada a cada update.

Para desconstruir o gif use o seguinte comando:
gifsicle --unoptimize --explode /home/usuario/temp/foo.gif --output /home/usuario/temp/temp.gif

chame no conky assim:

conky.config = {
imlib_cache_size 0
template1 /home/usuario/temp/temp.gif.
template2 -p 10,20 -s 135x135
}
conky.text = [[
${if_updatenr 01}${image ${template1}005 ${template2}}${endif}
${if_updatenr 02}${image ${template1}010 ${template2}}${endif}
${if_updatenr 03}${image ${template1}015 ${template2}}${endif}
${if_updatenr 04}${image ${template1}020 ${template2}}${endif}
${if_updatenr 05}${image ${template1}025 ${template2}}${endif}
${if_updatenr 06}${image ${template1}030 ${template2}}${endif}
${if_updatenr 07}${image ${template1}035 ${template2}}${endif}
${if_updatenr 08}${image ${template1}040 ${template2}}${endif}
${if_updatenr 09}${image ${template1}045 ${template2}}${endif}
${if_updatenr 10}${image ${template1}050 ${template2}}${endif}
${if_updatenr 11}${image ${template1}055 ${template2}}${endif}
${if_updatenr 12}${image ${template1}060 ${template2}}${endif}
${if_updatenr 13}${image ${template1}065 ${template2}}${endif}
${if_updatenr 14}${image ${template1}070 ${template2}}${endif}
${if_updatenr 15}${image ${template1}075 ${template2}}${endif}
${if_updatenr 16}${image ${template1}080 ${template2}}${endif}
${if_updatenr 17}${image ${template1}085 ${template2}}${endif}
${if_updatenr 18}${image ${template1}090 ${template2}}${endif}
${if_updatenr 19}${image ${template1}095 ${template2}}${endif}
${if_updatenr 20}${image ${template1}100 ${template2}}${endif}
${if_updatenr 21}${image ${template1}105 ${template2}}${endif}
${if_updatenr 22}${image ${template1}110 ${template2}}${endif}
${if_updatenr 23}${image ${template1}115 ${template2}}${endif}
${if_updatenr 24}${image ${template1}120 ${template2}}${endif}
${if_updatenr 25}${image ${template1}125 ${template2}}${endif}
${if_updatenr 26}${image ${template1}130 ${template2}}${endif}
${if_updatenr 27}${image ${template1}135 ${template2}}${endif}
${if_updatenr 28}${image ${template1}140 ${template2}}${endif}
${if_updatenr 29}${image ${template1}145 ${template2}}${endif}
${if_updatenr 30}${image ${template1}150 ${template2}}${endif}
${if_updatenr 31}${image ${template1}155 ${template2}}${endif}
${if_updatenr 32}${image ${template1}160 ${template2}}${endif}
${if_updatenr 33}${image ${template1}165 ${template2}}${endif}
${if_updatenr 34}${image ${template1}170 ${template2}}${endif}
${if_updatenr 35}${image ${template1}175 ${template2}}${endif}
${if_updatenr 36}${image ${template1}180 ${template2}}${endif}
${if_updatenr 37}${image ${template1}185 ${template2}}${endif}
${if_updatenr 38}${image ${template1}190 ${template2}}${endif}
${if_updatenr 39}${image ${template1}195 ${template2}}${endif}
${if_updatenr 40}${image ${template1}200 ${template2}}${endif}
${if_updatenr 41}${image ${template1}205 ${template2}}${endif}
${if_updatenr 42}${image ${template1}210 ${template2}}${endif}
${if_updatenr 43}${image ${template1}215 ${template2}}${endif}
${if_updatenr 44}${image ${template1}220 ${template2}}${endif}
${if_updatenr 45}${image ${template1}225 ${template2}}${endif}
${if_updatenr 46}${image ${template1}230 ${template2}}${endif}
${if_updatenr 47}${image ${template1}235 ${template2}}${endif}
${if_updatenr 48}${image ${template1}239 ${template2}}${endif}
${if_updatenr 49}${image ${template1}239 ${template2}}${endif}
${if_updatenr 50}${image ${template1}239 ${template2}}${endif}
]]

Cada linha representa um espaço vazio que determina a altura da imagem mostrada ( eu sei isso não faz sentido se você somente ler, mas vai por mim ), para reduzir essa altura ajunte os comandos em linhas únicas de acordo com a altura da imagem que você quer usar. veja o meu config que eu uso para mostrar a animação e veja como eu fiz.


Contribuir com comentário




Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts