/irssi-weed

Heavily Xchat inspired beautiful irssi theme.

Primary LanguageProlog

irssi-weed

GitHub contributors license

Heavily Xchat inspired beautiful irssi theme.

This is a version for my own use of ronilaukkarinen/weed. All congratulations go to him. Primarily the scripts have been updated. However, some of the config had to be adapted to this.

Configuration

Change your username and your quit message in your config file. You can use the snippet as an example.

settings = {
  core = {
    real_name    = "";
    user_name    = "";
    nick         = "";
    quit_message = "bye!";
    }
  };

servers = ();

chatnets = {};

channels = ();

The following scripts are used in this fork:

  • adv_windowlist.pl
  • nickcolor_expando.pl
  • trackbar.pl
  • recentdepart.pl

Take a look into the perl/core/scripts area in the config file. The settings for the scripts are set there. Check also the startup file.