Re: howto get popup for connection speed

2005-07-23 Thread hacker (of golf)
On 7/23/05, Mr Mike <[EMAIL PROTECTED]> wrote: > On Wed, 20 Jul 2005 18:44:16 -0400, hacker (of golf) wrote: > > > I'm trying to create a popup to show the connection speed. > > > > I'm trying this: > > > > root :~# kdialog --display localhost:0 --msgbox "Connection Speed > > `tail -n1 /var/log/pp

Re: howto get popup for connection speed

2005-07-23 Thread Mr Mike
On Wed, 20 Jul 2005 18:44:16 -0400, hacker (of golf) wrote: > I'm trying to create a popup to show the connection speed. > > I'm trying this: > > root :~# kdialog --display localhost:0 --msgbox "Connection Speed > `tail -n1 /var/log/ppp-connect-errors | awk '{ print $6 }'` bps" > kdialog: cannot

Re: howto get popup for connection speed

2005-07-23 Thread hacker (of golf)
On 7/23/05, hacker (of golf) <[EMAIL PROTECTED]> wrote: > On 7/20/05, Matias Rollan <[EMAIL PROTECTED]> wrote: > > I hope it helps, > > Yes, I added: > > kdialog --display :0 --msgbox "`tail -n1 /var/log/ppp-connect-errors | > cut -b 8-` bps" > > to the end of /etc/ppp/ip-up and now I get a popu

Re: howto get popup for connection speed

2005-07-23 Thread hacker (of golf)
On 7/20/05, Matias Rollan <[EMAIL PROTECTED]> wrote: > Hola ! > > On Wed, Jul 20, 2005 at 06:44:16PM -0400, hacker (of golf) wrote: > > I'm trying to create a popup to show the connection speed. > > > > I'm trying this: > > > > root :~# kdialog --display localhost:0 --msgbox "Connection Speed > >

Re: howto get popup for connection speed

2005-07-20 Thread Hendrik Sattler
hacker (of golf) wrote: > I'm trying to create a popup to show the connection speed. > I'm trying this: > > root :~# kdialog --display localhost:0 --msgbox "Connection Speed > `tail -n1 /var/log/ppp-connect-errors | awk '{ print $6 }'` bps" > kdialog: cannot connect to X server localhost:0 > > b

Re: howto get popup for connection speed

2005-07-20 Thread Matias Rollan
Hola ! On Wed, Jul 20, 2005 at 06:44:16PM -0400, hacker (of golf) wrote: > I'm trying to create a popup to show the connection speed. > > I'm trying this: > > root :~# kdialog --display localhost:0 --msgbox "Connection Speed > `tail -n1 /var/log/ppp-connect-errors | awk '{ print $6 }'` bps" > kd

howto get popup for connection speed

2005-07-20 Thread hacker (of golf)
I'm trying to create a popup to show the connection speed. I'm trying this: root :~# kdialog --display localhost:0 --msgbox "Connection Speed `tail -n1 /var/log/ppp-connect-errors | awk '{ print $6 }'` bps" kdialog: cannot connect to X server localhost:0 but, as you can see, it won't connect to