Weed is a very unique irssi theme for those who just don't like the default blue or the themes available.
- 中文版本 (thanks to @steve-jokes)
weed solarized (thanks to @her)
Weed? Yeah, I have no idea where I got that name from (no, I am not smoking). I guess I was watching the grass grow. Around 2006 or 2007 I was frustrated with all the irssi themes I had tried and decided to start designing my own.
Weed was maybe fifth or sixth theme I did. When nothing pleased me, not even my own previous themes, finally the gem was born. I have not used any other irssi theme ever since. For me and many other users weed.theme is the best irssi theme there is.
Feel free to edit to your needs but I would be pleased if you credited or thanked me in some way! (for example /msg rolle
at quakenet or rolle_
at IRCnet, remember to /whois
if not sure!)
If you like it, follow me in twitter to know more about my projects (some of them IRC related).
- Linux or Unix shell
- irssi (not tested on irssi for Windows)
- wget
- screen or tmux
- git (optional)
- solarized (optional)
- nano/pico (you can also use vim, but the tutorial below is for nano)
- Mac OS X Terminal, ExtraPuTTY for Windows or any command line interface with SSH or SSH tunneling
- Perl >= 5.1.4
I am not responsible if you break your irssi setup, but the theme should be rather safe to install when following the instructions carefully.
- Make backup of your current irssi setup, if you have one, by
cp -Rv ~/.irssi ~/.irssi-backup
. If something goes wrong, you can easily restore it by quitting irssi and runningrm -rf ~/.irssi && mv ~/.irssi-backup ~/.irssi
and running irssi again. - Make sure you are in your home directory by typing
cd ~
and start irssi for the first time (assuming this is clean installation):screen irssi
or if you prefer tmux, runtmux
and thenirssi
- In irssi, type
/save
- You'll see default irssi theme (blue), but get back by pressing the key combination CTRL + A + D (CTRL + B, then D in tmux), for now
- Clone this repository by using command
git clone https://github.com/ronilaukkarinen/weed.git weed-master
or if you don't have permissions to run/install git, run following:wget --no-check-certificate https://github.com/ronilaukkarinen/weed/archive/master.tar.gz
and unpack it usingtar -xvf master.tar.gz
- Copy your theme of choice to .irssi folder by running
cp ~/weed-master/weed.theme ~/.irssi/
orcp ~/weed-master/solarizedweed.theme ~/.irssi/
- Copy custom irssi scripts by running
mkdir -p ~/.irssi/scripts && cp ~/weed-master/scripts/* ~/.irssi/scripts/
- Copy the custom config by running
cp ~/weed-master/config ~/.irssi/
- Go back to irssi with
screen -dr
(tmux a
in tmux) and type/reload
. - Run advanced windowlist by typing
/script load awl
. - You will need to edit your colors to get the final touch (in Linux it looks like in the picture below)
In Putty only ANSI BLACK is required to be changed to 25 25 25.
Basically you are now done! You can connect to servers and do whatever you like. However...
Because this is a modified config, your nick and name are yourname by default.
- Please change your nick by using
/nick something
and/set user_name something
- Set your real name with
/set real_name Real Name
. - Remember to
/save
and/quit
and startscreen irssi
/tmux
again to the settings to come in effect.
Overall theme can be tweaked with useful scripts.
You can /script load usercount.pl
and /sbar awl_0 add -before awl_0 -alignment left usercount
and get a nice usercount on the left. You can add alias for this by /alias usercount /sbar awl_0 add -before awl_0 -alignment left usercount
so next time usercount is missing, just type /usercount
.
/script load trackbar22
gets you nice bar to separate old and new conversations. If you like it to fit feed more instead of that default grey, run /set trackbar_string _
and /set trackbar_style %r
to set it red.
If you'd like a weed awaybar (big red block in the right), you can add it by /script load awaybar
and /sbar statusbar add -after erotin -alignment right awaybar
commands.
If you prefer seeing nicks on the right side like in mIRC or other GUI clients, do this:
/script load nicklist
and /nicklist screen
(enables nicklist).
/script load tmux-nicklist-portable
. Currently tmux version of nicklist doesn't have any configuration and is by default 20% width of the window.
To make nicks to distinct more from each other, nickcolor comes pretty handy.
/script load nickcolor_expando
. For screen
and non-xterm-256color, run /set neat_colors X30rRX61X6CX3CyX1DcCBX3HX2AbMX3AX42X6M
. For tmux
and xterm-256color you are good to go and you can see colors with /neatcolor colors
and add or remove them with /neatcolor colors add X30
(adds orangish). If you are interested more in 256 colors in irssi, please read the docs.
In case if you want to know what was done before theme ending up in here Github.
- 4.0 (2013-03-25) Theme translated in english, added old changelog and tutorial in this Readme. Newer changes and versions will be in commits only.
- 3.6 (2010-11-27) Fixes to make theme even more readable. Query layout is now the same than the rest of the windows.
- 3.5 Readability fixes. Spaces made shorter between separator pipes and the timestamps.
- 3.05 Edited pubmsgnick, pubnick, pubmsgmenick, pubmsghinick and = "sb_awaybar";
- 3.00 Added whole new tutorial inside the theme. No changes to the theme itself.
- 2.75e Tutorial enhanced.
- 2.75d Created changelog. Better hilight.
If you have ideas about the theme or spot an issue, please let us know. If you have trouble setting the theme up, read this readme carefully again or open an issue.