pipeline
is an Irssi theme inspired by madcow and skeita
- Irssi - a terminal based IRC client.
- adv_windowlist.pl - Adds a permanent advanced window list on the right or in a statusbar.
- hilightwin.pl - Print hilighted messages to window named "hilight".
- usercount.pl - Adds a usercount for a channel as a statusbar item.
Note: the optional scripts are required to look like the screenshot.
- Put the theme into your
~/.irssi/
directory - In irssi do
/set theme pipeline
- That's it!
It is recommended to do the optional steps below.
Download the above scripts and copy them into your ~/.irssi/scripts/
In your shell:
mkdir ~/.irssi/scripts/autorun
cd ~/.irssi/scripts/autorun/
ln -s ../adv_windowlist.pl .
ln -s ../hilightwin.pl .
ln -s ../usercount.pl .
/script load adv_windowlist.pl
/script load hilightwin.pl
/script load usercount.pl
/window new split
/window name hilight
/window size 6
/window stick
/hilight -word REPLACE_WITH_YOUR_NICKNAME
/statusbar window remove act
/set awl_block -18
/set awl_display_key $Q%K|%n$H$C$
/statusbar window add usercount
/set usercount_show_zero off
/set usercount_show_ircops on
/set usercount_show_halfops on
/save
/layout save
- How to remove the '[Act:]' display?
/statusbar window remove act
- How to restore the '[Act:]' display?
/statusbar window add -after lag -priority 10 act
pipeline is released under the GNU General Public License v2
Copyright (c) 2016 Beau Hastings