View previous topic :: View next topic |
Author |
Message |
MaTz Apprentice
Joined: 28 Aug 2005 Posts: 166 Location: Genova (IT)
|
Posted: Tue Jul 11, 2006 10:42 am Post subject: |
|
|
E' uno scriptino in bash che viene eseguito ogni 20 minuti da conky.
Se ti interessa ti posto lo script (ora non ce l'ho qui con me) |
|
Back to top |
|
|
Sephirot Tux's lil' helper
Joined: 09 Jun 2004 Posts: 124 Location: Milano
|
Posted: Tue Jul 11, 2006 11:03 am Post subject: |
|
|
sisi quando puoi fai pure.... thanks! _________________ "Gentoo is more educational than mainstream distros. It encourages you to look under the hood and effectively turns a lot of n00bs into l33ts."
resistence is futile
(if < 1 ohm) |
|
Back to top |
|
|
topper_harley Guru
Joined: 05 Apr 2006 Posts: 363 Location: Treviso / Udine (Italy)
|
|
Back to top |
|
|
RexRocker Apprentice
Joined: 20 Jan 2005 Posts: 227 Location: Conegliano, Treviso
|
Posted: Wed Jul 12, 2006 2:41 pm Post subject: |
|
|
PboY wrote: | fluxbox-1.0_rc1 - tema : sn33z (fluxbox-styles-fluxmod)
rxvt-unicode-5.3
cut....
|
ehm che usi per ascoltare musica? non riesco a capire che cosa sia quella cosa (rhythmbox non è di sicuro e nemmeno amarok)
ciao
Rex _________________ Gentoo on AMD64
.::Gentoo Rulez::.
registered Linux user number 390877 |
|
Back to top |
|
|
nikko96 Apprentice
Joined: 22 Jul 2005 Posts: 229 Location: Pulcinella's Country
|
Posted: Wed Jul 12, 2006 5:12 pm Post subject: |
|
|
Ragazzi questa e' la mia gentoo box:
http://digilander.libero.it/kikko96
......dopo aver girovagato un po' ho trovato il mio amore,flux.
ciao. _________________ My system: cpu Intel core 2 duo e6750,mb asus p5n-e sli,scheda grafica nvidia GeForce 9600 GT,kernel 2.6.31-gentoo-r6 |
|
Back to top |
|
|
MaTz Apprentice
Joined: 28 Aug 2005 Posts: 166 Location: Genova (IT)
|
Posted: Wed Jul 12, 2006 5:26 pm Post subject: |
|
|
Sephirot wrote: | sisi quando puoi fai pure.... thanks! |
Code: |
#RSS Setup
if [ $# -lt 1 ]; then
echo "Passare l'url come parametro"
exit
fi
URI=$1 #URI of RSS Feed
LINES=10 #N Line
if [ $# -eq 2 ]; then
LINES=$2
fi
#Environment Setup
EXEC="/usr/bin/curl -s" #Path to curl
#Work Start
$EXEC $URI | grep title |\
sed -e 's/[ \t]*//' |\
sed -e "s/<.*\[ //g" |\
sed -e "s/\].*>//g" |\
sed -e 's/<[^>]*>//g'|\
head -n $(($LINES + 2)) |\
tail -n $(($LINES))
|
se riesci a scoprire l'arcano motivo per cui su shell gira perfettamente mentre su conky aggiunge ad ogni linea una ']' non sarebbe male
io mi sono arreso |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Wed Jul 12, 2006 5:28 pm Post subject: |
|
|
Per ora il mio è così:
Vuoto
Con qualche finestra aperta
Gnome 2.14
Tema GTK2: Human-graphite
Metacity: tish
Icone: OSX
Wallpaper: fatto in casa _________________ Running Fast! |
|
Back to top |
|
|
zolar czakl Apprentice
Joined: 25 Sep 2004 Posts: 162 Location: UMRK
|
Posted: Wed Jul 12, 2006 7:33 pm Post subject: |
|
|
MaTz wrote: | Sephirot wrote: | sisi quando puoi fai pure.... thanks! |
se riesci a scoprire l'arcano motivo per cui su shell gira perfettamente mentre su conky aggiunge ad ogni linea una ']' non sarebbe male
io mi sono arreso |
Aggiungendo questo funziona?
Code: | sed -e 's/\r$//' |\ |
|
|
Back to top |
|
|
MaTz Apprentice
Joined: 28 Aug 2005 Posts: 166 Location: Genova (IT)
|
Posted: Wed Jul 12, 2006 8:15 pm Post subject: |
|
|
zolar czakl wrote: |
Code: | sed -e 's/\r$//' |\ |
|
perfetto grazie.
Mi spieghi cosa hai fatto? |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Jul 12, 2006 8:22 pm Post subject: |
|
|
MaTz wrote: | zolar czakl wrote: |
Code: | sed -e 's/\r$//' |\ |
|
perfetto grazie.
Mi spieghi cosa hai fatto? |
ha rimosso il carattere di ritorno carrello: "\r" nel codice, "^M" se lo guardi con vi. _________________ Ciao da me! |
|
Back to top |
|
|
PboY Apprentice
Joined: 02 Feb 2005 Posts: 238 Location: Italia - Monza
|
Posted: Wed Jul 12, 2006 9:12 pm Post subject: |
|
|
RexRocker wrote: | PboY wrote: | fluxbox-1.0_rc1 - tema : sn33z (fluxbox-styles-fluxmod)
rxvt-unicode-5.3
cut....
|
ehm che usi per ascoltare musica? non riesco a capire che cosa sia quella cosa (rhythmbox non è di sicuro e nemmeno amarok)
ciao
Rex |
mpd-svn + gmpc-svn |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Jul 12, 2006 9:22 pm Post subject: |
|
|
PboY wrote: | mpd-svn + gmpc-svn |
che buona notizia... mi sembra che gmpc sia migliorato parecchio, effettivamente con l'attuale tengo costantemente aperta la finestra della playlist _________________ Ciao da me! |
|
Back to top |
|
|
PboY Apprentice
Joined: 02 Feb 2005 Posts: 238 Location: Italia - Monza
|
Posted: Wed Jul 12, 2006 10:38 pm Post subject: |
|
|
moltissimo .. e finalmente funziona a dovere il plugin che fetcha le cover da amazon! |
|
Back to top |
|
|
DiMar Tux's lil' helper
Joined: 10 Feb 2005 Posts: 127 Location: Milan, Italy
|
Posted: Thu Jul 13, 2006 7:37 am Post subject: |
|
|
Ecco il mio!
Fluxbox
Manca ancora qualcosina, ma tutto sommato ci siamo! _________________ :: Divin Marchese
"Entro giusti confin virtù si tiene,
se oltrepassarli vuoi vizio diviene!"
(D.A.F de Sade) |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Fri Jul 14, 2006 7:29 pm Post subject: |
|
|
ecco quello che sto utilizzando adesso.
pieno
vuoto |
|
Back to top |
|
|
daniel979 n00b
Joined: 12 Apr 2006 Posts: 68
|
Posted: Mon Jul 17, 2006 11:16 pm Post subject: |
|
|
questo è il mio non ancora completo......
vuoto |
|
Back to top |
|
|
gamberetto Apprentice
Joined: 29 Mar 2005 Posts: 210 Location: Camisano Vicentino (VI)
|
Posted: Thu Jul 20, 2006 11:04 am Post subject: |
|
|
MaTz wrote: | Code: |
#RSS Setup
if [ $# -lt 1 ]; then
echo "Passare l'url come parametro"
exit
fi
URI=$1 #URI of RSS Feed
LINES=10 #N Line
if [ $# -eq 2 ]; then
LINES=$2
fi
#Environment Setup
EXEC="/usr/bin/curl -s" #Path to curl
#Work Start
$EXEC $URI | grep title |\
sed -e 's/[ \t]*//' |\
sed -e "s/<.*\[ //g" |\
sed -e "s/\].*>//g" |\
sed -e 's/<[^>]*>//g'|\
head -n $(($LINES + 2)) |\
tail -n $(($LINES))
|
|
Ho fatto delle piccole modifiche per fare in modo che vengano stampati solamente i pacchetti già installati. Praticamente stampa il nome del pacchetto, la versione installata e quella nuova disponibile.
Pro: vedo subito cosa c'è da aggiornare nel mio sistema
Contro: non vedo altri pacchetti che magari non ho ancora installato, ma che potrebbero essere interessanti.
Credo sia drasticamente migliorabile: non sono un programmatore Intanto lo posto, se poi qualcuno è interessato e fa dei miglioramenti... spero li posti Code: | #!/bin/bash
#RSS Setup
if [ $# -lt 1 ]
then
echo "Passare l'url come parametro"
exit
fi
URI=$1 #URI of RSS Feed
#Environment Setup
EXEC="/usr/bin/curl -s" #Path to curl
#Work Start
lista1=`eix -n -I | grep "*" | grep "/" | cut -d " " -f 2`
lista2=`$EXEC $URI | grep title | sed -e 's/[ \t]*//' | sed -e "s/<.*\[ //g" | sed -e "s/\].*>//g" | sed -e 's/<[^>]*>//g'| sed -e 's/\r$//' | grep "/"`
for i in $lista2
do
for j in $lista1
do
if [ "$i" == "$j" ]
then
vers_inst=`eix $i | grep Installed: | cut -d ":" -f 2 | cut -d " " -f 12`
vers_nuov=`echo -e "$lista2" | grep $i | cut -d " " -f 2`
if [ "$vers_inst" != "$vers_nuov" ]
then
echo "$i $vers_inst --> $vers_nuov"
fi
fi
done
done |
Come vedete uso eix che deve essere installato. Poi quel doppio ciclo for è un po' lunghetto: ci mette un paio di secondi a farlo...
PS: Grazie Matz per il codice che hai c ondiviso _________________ Andre!
http://www.antimafiaduemila.com |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
CarloJekko Veteran
Joined: 31 Mar 2005 Posts: 1315 Location: Baia Domizia :-)
|
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
MaTz Apprentice
Joined: 28 Aug 2005 Posts: 166 Location: Genova (IT)
|
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
|
Back to top |
|
|
mouser Veteran
Joined: 10 Aug 2004 Posts: 1419 Location: Milano
|
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Wed Aug 09, 2006 5:26 pm Post subject: |
|
|
mouser wrote: | Bhe', allora metto il mio attuale |
mammamia, ma come fai a resistere? io impazzirei dopo neanche 5 minuti di utilizzo.
P.S: Ma non eri passato al framebuffer? Tra l'altro ora le nuove GTK ti sono venute incontro visto che girano pure sul framebuffer. _________________ Running Fast! |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Wed Aug 09, 2006 9:05 pm Post subject: |
|
|
lavish wrote: | Minimalismo funzionale |
mouser wrote: | che dire: twm + idesk e basta..... leggerissimo |
Devo dire che non capita spesso di assistere alla gara a chi lo ha piú piccolo _________________ Ciao da me! |
|
Back to top |
|
|
|