Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
/ irssi-weed Public archive
forked from ronilaukkarinen/weed

Heavily Xchat inspired beautiful irssi theme.

Notifications You must be signed in to change notification settings

x70b1/irssi-weed

This branch is 62 commits ahead of, 21 commits behind ronilaukkarinen/weed:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3791a1 · Feb 27, 2022
Feb 25, 2021
Feb 27, 2022
Nov 2, 2021
Feb 3, 2020
Feb 3, 2020

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%