|
|
2009-11-17
, 20:35
|
|
|
Administrator |
Posts: 1,036 |
Thanked: 2,018 times |
Joined on Sep 2009
@ Germany
|
#12
|
|
|
2009-11-18
, 13:35
|
|
|
Posts: 780 |
Thanked: 855 times |
Joined on Sep 2009
@ Helsinki, Finland
|
#13
|
|
|
2009-11-18
, 20:23
|
|
Posts: 11 |
Thanked: 5 times |
Joined on Nov 2009
|
#14
|
|
|
2009-11-18
, 20:39
|
|
|
Administrator |
Posts: 1,036 |
Thanked: 2,018 times |
Joined on Sep 2009
@ Germany
|
#15
|
That was my screenshot. I was sshed from the n900 into my 24x7 server that has a screen session with the irssi IRC client in it. The status bar along the bottom is a custom thing set up for screen that has little text widgets to tell me, things like whether I have new email and, when someone talks to me in IRC.
I think even if irssi were ported to the n900 I'd still connect to the same remote session like I do with all of my other computers.
hardstatus alwayslastline "%{ck}%?%-w%?[%n*%f %t]%?%+Lw%?%=| %{..W}[%l] %{..G}%2`@%H %{..Y} %D %d/%m/%Y %c"
$bash | $load $user@$host $DOW $date $time
|
|
2009-11-18
, 21:01
|
|
Posts: 11 |
Thanked: 5 times |
Joined on Nov 2009
|
#16
|
how do you do the widgetting for email and IRC? I didn't get that working ever....
btw my statuslines all look something like this but colours are different on each server
Code:hardstatus alwayslastline "%{ck}%?%-w%?[%n*%f %t]%?%+Lw%?%=| %{..W}[%l] %{..G}%2`@%H %{..Y} %D %d/%m/%Y %c"Code:$bash | $load $user@$host $DOW $date $time
hardstatus string '%{= w}%Y-%m-%d %c:%s%{= w}|%= |%{+b r}%101`%{-}|%{+b g}%103`%{-}|%{+b b}%105`%{-}|%{= y}%107`%{= w}'
backtick 105 60 60 /path/to/custom/fetchmail.pl
#!/usr/bin/perl
open FETCHMAIL, "/usr/bin/fetchmail -t 10 -c 2>/dev/null |" or die "Can't run fetchmail: $!\n";
while(<FETCHMAIL>){
if(/^(\d+) messages \((\d+) seen.*?folder (.*?)\)/){
$m+=$1; $s+=$2; $f=$3;
$f =~ s/INBOX\.//; #my IMAP server adds INBOX in front of each folder
}
if($1 > $2){
$fs{$f} = $1 - $2;
}
}
close FETCHMAIL;
$t = $m - $s;
if($t > 0){
foreach $folder (sort { $fs{$a}<=>$fs{$b} } keys %fs){
push @folders, "$folder:$fs{$folder}";
}
}
print join " ", @folders;
| The Following User Says Thank You to greenfly For This Useful Post: | ||
|
|
2009-11-18
, 21:09
|
|
|
Administrator |
Posts: 1,036 |
Thanked: 2,018 times |
Joined on Sep 2009
@ Germany
|
#17
|
|
|
2009-11-18
, 21:11
|
|
Posts: 11 |
Thanked: 5 times |
Joined on Nov 2009
|
#18
|
|
|
2009-11-18
, 21:35
|
|
|
Administrator |
Posts: 1,036 |
Thanked: 2,018 times |
Joined on Sep 2009
@ Germany
|
#19
|
how does the irssi highlight light up your statusbar (thats even more interesting, would write plugins if I learn perl some time...)
X-Chat has a reasonable port for the N900, too. But it isn't nearly as hardcore geeky as what greenfly, joppu, timoph, and chemist are doing...
You can probably run a local version of irssi on your N900 with Easy Debian. I'm not going to bother trying, however...
ircII is much better
Want to know something?
K.I.S.S. approach:
wiki category:beginners. Browse it through and you'll be much wiser!
If the link doesn't help, just use
Google Custom Search