Skip to content

Heavily Xchat inspired beautiful irssi theme.

Notifications You must be signed in to change notification settings

x70b1/irssi-weed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Heavily Xchat inspired beautiful irssi theme.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Prolog 58.4%
  • Perl 41.6%