Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Com'e' il vostro desktop? E il framebuffer? (parte 2)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5 ... 9, 10, 11  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
MaTz
Apprentice
Apprentice


Joined: 28 Aug 2005
Posts: 166
Location: Genova (IT)

PostPosted: Tue Jul 11, 2006 10:42 am    Post subject: Reply with quote

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
View user's profile Send private message
Sephirot
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2004
Posts: 124
Location: Milano

PostPosted: Tue Jul 11, 2006 11:03 am    Post subject: Reply with quote

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
View user's profile Send private message
topper_harley
Guru
Guru


Joined: 05 Apr 2006
Posts: 363
Location: Treviso / Udine (Italy)

PostPosted: Tue Jul 11, 2006 11:40 am    Post subject: Reply with quote

Accidenti quanti fluxbox in questo thread...

Questo è il mio desktop con fvwm...

http://img338.imageshack.us/my.php?image=200607062250191280x800scrot9qp.png
http://img281.imageshack.us/my.php?image=200607062245051280x800scrot5af.png
http://img166.imageshack.us/my.php?image=200607062242571280x800scrot8ek.png

Fvwm ha di bello che è leggero, lo adatti a te come un guanto, e le possibilità di espanderlo sono incredibili...

Il brutto lo sapete già... Per fare una config decente bisogna scriversi a manina un centinaio di kb di file di config...
_________________
http://topperh.ath.cx
Jabber: topper_harley@jabber.org
ICQ: 224179391
MSN: Topper_Harley80@gmail.com
Last FM
Back to top
View user's profile Send private message
RexRocker
Apprentice
Apprentice


Joined: 20 Jan 2005
Posts: 227
Location: Conegliano, Treviso

PostPosted: Wed Jul 12, 2006 2:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
nikko96
Apprentice
Apprentice


Joined: 22 Jul 2005
Posts: 229
Location: Pulcinella's Country

PostPosted: Wed Jul 12, 2006 5:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
MaTz
Apprentice
Apprentice


Joined: 28 Aug 2005
Posts: 166
Location: Genova (IT)

PostPosted: Wed Jul 12, 2006 5:26 pm    Post subject: Reply with quote

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 :D
io mi sono arreso
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Wed Jul 12, 2006 5:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
zolar czakl
Apprentice
Apprentice


Joined: 25 Sep 2004
Posts: 162
Location: UMRK

PostPosted: Wed Jul 12, 2006 7:33 pm    Post subject: Reply with quote

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 :D
io mi sono arreso


Aggiungendo questo funziona?
Code:
sed -e 's/\r$//' |\
Back to top
View user's profile Send private message
MaTz
Apprentice
Apprentice


Joined: 28 Aug 2005
Posts: 166
Location: Genova (IT)

PostPosted: Wed Jul 12, 2006 8:15 pm    Post subject: Reply with quote

zolar czakl wrote:

Code:
sed -e 's/\r$//' |\



perfetto grazie.
Mi spieghi cosa hai fatto?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Jul 12, 2006 8:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
PboY
Apprentice
Apprentice


Joined: 02 Feb 2005
Posts: 238
Location: Italia - Monza

PostPosted: Wed Jul 12, 2006 9:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Jul 12, 2006 9:22 pm    Post subject: Reply with quote

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 :roll:
_________________
Ciao da me!
Back to top
View user's profile Send private message
PboY
Apprentice
Apprentice


Joined: 02 Feb 2005
Posts: 238
Location: Italia - Monza

PostPosted: Wed Jul 12, 2006 10:38 pm    Post subject: Reply with quote

moltissimo .. e finalmente funziona a dovere il plugin che fetcha le cover da amazon! :o
Back to top
View user's profile Send private message
DiMar
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2005
Posts: 127
Location: Milan, Italy

PostPosted: Thu Jul 13, 2006 7:37 am    Post subject: Reply with quote

Ecco il mio! 8)

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
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Fri Jul 14, 2006 7:29 pm    Post subject: Reply with quote

ecco quello che sto utilizzando adesso.

pieno

vuoto
Back to top
View user's profile Send private message
daniel979
n00b
n00b


Joined: 12 Apr 2006
Posts: 68

PostPosted: Mon Jul 17, 2006 11:16 pm    Post subject: Reply with quote

questo è il mio non ancora completo......

vuoto
Back to top
View user's profile Send private message
gamberetto
Apprentice
Apprentice


Joined: 29 Mar 2005
Posts: 210
Location: Camisano Vicentino (VI)

PostPosted: Thu Jul 20, 2006 11:04 am    Post subject: Reply with quote

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 :roll: Intanto lo posto, se poi qualcuno è interessato e fa dei miglioramenti... spero li posti :wink:
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
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Fri Jul 21, 2006 3:05 pm    Post subject: Reply with quote

dwm --> http://www.wmii.de/dwm

http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060719-1.png
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060719-2.png
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060719-3.png
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060719-4.png

8)

Code:
SLOC   Directory   SLOC-by-Language (Sorted)
1519    dwm             ansic=1519


eheh
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Mon Jul 24, 2006 6:05 pm    Post subject: Reply with quote

Windows xp su XGL :D trasparenze artificiali :D
http://img115.imageshack.us/img115/5831/winxpsuxglrs7.jpg
_________________
C.
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Mon Jul 24, 2006 9:45 pm    Post subject: Reply with quote

CarloJekko wrote:
Windows xp su XGL :D trasparenze artificiali :D
http://img115.imageshack.us/img115/5831/winxpsuxglrs7.jpg

Bleah, farò brutti sogni questa notte :? 8O

:lol: :lol: :lol:
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
MaTz
Apprentice
Apprentice


Joined: 28 Aug 2005
Posts: 166
Location: Genova (IT)

PostPosted: Sun Jul 30, 2006 10:31 am    Post subject: Reply with quote

Portatile della ragazza:
http://img80.imageshack.us/my.php?image=200607301225501280x800scrotsq7.png
Back to top
View user's profile Send private message
lavish
Bodhisattva
Bodhisattva


Joined: 13 Sep 2004
Posts: 4296

PostPosted: Sun Aug 06, 2006 10:36 am    Post subject: Reply with quote

Ho modificato un bel po' di cose.. sempre dwm ( http://www.10kloc.org/dwm/ ):

Tiled layout -> urxvtc trasparente con irssi, vim, bash:
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060806-1.png

Float layout -> urxvtc trasparente con irssi, vim, bash:
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060806-2.png

Float layout -> urxvtc trasparente con irssi, vim, bash, mutt (in primo piano):
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060806-3.png

Float layout -> firefox:
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060806-4.png

Float layout -> xclock, dmenu:
http://www.minimalblue.com/ftp/public/images/screenshots/dwm-20060806-5.png

Minimalismo funzionale ;)
_________________
minimalblue.com | secgroup.github.io/
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Mon Aug 07, 2006 9:25 am    Post subject: Reply with quote

Bhe', allora metto il mio attuale

http://mouser.altervista.org/immagini/screenshot/finestre.png (con finestre)
http://mouser.altervista.org/immagini/screenshot/vuoto.png (senza nulla)

che dire: twm + idesk e basta..... leggerissimo 8)

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Wed Aug 09, 2006 5:26 pm    Post subject: Reply with quote

mouser wrote:
Bhe', allora metto il mio attuale


mammamia, ma come fai a resistere? io impazzirei dopo neanche 5 minuti di utilizzo. :D

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
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Wed Aug 09, 2006 9:05 pm    Post subject: Reply with quote

lavish wrote:
Minimalismo funzionale ;)


mouser wrote:
che dire: twm + idesk e basta..... leggerissimo 8)


Devo dire che non capita spesso di assistere alla gara a chi lo ha piú piccolo :roll:
_________________
Ciao da me!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Goto page Previous  1, 2, 3, 4, 5 ... 9, 10, 11  Next
Page 4 of 11

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum