| Customization / Skins & Themes / Linux and Unix Utilities / Applications / conky | ©2011-2013 ~DeviantMM |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
Per quanto riguarda il colore dei giorni devi cambiarlo nello script .lua conkycalendar, c'è una voce in merito al colore che puoi regolare, oppure si può modificare dallo script di conky.
Per modificare la posizione dell'immagine del giorno corrente in modo che si allinei, devi modificare a manina^^ di "-p" e "-s":
${if_match ${time %d}==01} ${image ~/.conky/day.png -p 3,12 -s 39x30} ${endif}
${if_match ${time %d}==02} ${image ~/.conky/day.png -p 3,43 -s 39x30} ${endif}
${if_match ${time %d}==03} ${image ~/.conky/day.png -p 3,74 -s 39x30} ${endif}
${if_match ${time %d}==04} ${image ~/.conky/day.png -p 3,105 -s 39x30} ${endif}
${if_match ${time %d}==05} ${image ~/.conky/day.png -p 3,136 -s 39x30} ${endif}
${if_match ${time %d}==06} ${image ~/.conky/day.png -p 3,167 -s 39x30} ${endif}
${if_match ${time %d}==07} ${image ~/.conky/day.png -p 3,298 -s 39x30} ${endif}
${if_match ${time %d}==08} ${image ~/.conky/day.png -p 3,229 -s 39x30} ${endif}
${if_match ${time %d}==09} ${image ~/.conky/day.png -p 3,260 -s 39x30} ${endif}
${if_match ${time %d}==10} ${image ~/.conky/day.png -p 3,291 -s 39x30} ${endif}
${if_match ${time %d}==11} ${image ~/.conky/day.png -p 3,322 -s 39x30} ${endif}
${if_match ${time %d}==12} ${image ~/.conky/day.png -p 3,353 -s 39x30} ${endif}
${if_match ${time %d}==13} ${image ~/.conky/day.png -p 3,384 -s 39x30} ${endif}
${if_match ${time %d}==14} ${image ~/.conky/day.png -p 3,415 -s 39x30} ${endif}
${if_match ${time %d}==15} ${image ~/.conky/day.png -p 3,446 -s 39x30} ${endif}
${if_match ${time %d}==16} ${image ~/.conky/day.png -p 3,477 -s 39x30} ${endif}
${if_match ${time %d}==17} ${image ~/.conky/day.png -p 3,508 -s 39x30} ${endif}
${if_match ${time %d}==18} ${image ~/.conky/day.png -p 3,539 -s 39x30} ${endif}
${if_match ${time %d}==19} ${image ~/.conky/day.png -p 3,570 -s 39x30} ${endif}
${if_match ${time %d}==20} ${image ~/.conky/day.png -p 3,601 -s 39x30} ${endif}
${if_match ${time %d}==21} ${image ~/.conky/day.png -p 3,632 -s 39x30} ${endif}
${if_match ${time %d}==22} ${image ~/.conky/day.png -p 3,663 -s 39x30} ${endif}
${if_match ${time %d}==23} ${image ~/.conky/day.png -p 3,694 -s 39x30} ${endif}
${if_match ${time %d}==24} ${image ~/.conky/day.png -p 3,725 -s 39x30} ${endif}
${if_match ${time %d}==25} ${image ~/.conky/day.png -p 3,756 -s 39x30} ${endif}
${if_match ${time %d}==26} ${image ~/.conky/day.png -p 3,787 -s 39x30} ${endif}
${if_match ${time %d}==27} ${image ~/.conky/day.png -p 3,818 -s 39x30} ${endif}
${if_match ${time %d}==28} ${image ~/.conky/day.png -p 3,849 -s 39x30} ${endif}
${if_match ${time %d}==29} ${image ~/.conky/day.png -p 3,880 -s 39x30} ${endif}
${if_match ${time %d}==30} ${image ~/.conky/day.png -p 3,911 -s 39x30} ${endif}
${if_match ${time %d}==31} ${image ~/.conky/day.png -p 3,942 -s 39x30} ${endif}
p indica la posizione x,y, s indica la dimensione dell'immagine lunghezzaxlarghezza.
- Se vuoi modificare la posizione di tutto il conky, vai nello script .conkyrc e modifica questi parametri:
- Per il calendario ${image /home/johannes/.conky/panel_24vx.png -p -5,0}
- Per l'orologio ${image /home/johannes/.conky/imgclock.png -p -22,970 -s 336x99}
ricordati p ed s.
Poi procederemo con il conkycalendar.
Quando hai finito passami il conkyrc ed il conkycalendar moddati per la tua risoluzione che l'aggiungo al pacchetto per il download^^.
Che tipo di problemi ti da? Non compare?
Perchè devi usare feh? E' un visualizzatore di immagini, non c'entra niente con conky???
Inizialmente compariva come un rettangolo nero nella parte sx dello schermo, ora compare ma i numeri non sono allineati, e sono bianchi. Così le immagini di backround. Feh l'ho rimosso cmq. Probabile sia io che continuo a sbagliare, conky non l'ho mai usato...
Ti ringrazio della risposta
Purtroppo non riesco ad utilizzarlo su kde....Puoi darmi qualche consiglio?
La configurazione sembra già buona, e ho pure settato feh per replicare lo sfondo ed ottenere l'effetto 'trasparente', ma niente ha funzionato!
Can u show what it is and how to get it work?