Irssi
Notes for using irssi of irc client
1 | /connect irc.freenode.net |
Configuration
1 | ## Setting the auto connect servers |
Theme
I use weed for the irssi Theme
Add a new file startup in .irssi directory. It will auto run when the irssi startup.
Each line is a independent command, without /1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16script load awl
script load usercount.pl
sbar awl_0 add -before awl_0 -alignment left usercount
script load trackbar22
set trackbar_string _
set trackbar_style %r
script load awaybar
sbar statusbar add -after erotin -alignment right awaybar
script load tmux-nicklist-portable
script load nickcolor_expando
neatcolor colors add X30
If you can’t find the script, download from
1 | $ wget [link_above] -P ~/.irssi/scripts/ |
