settings

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a9d1bd12e3f09546a432b4e58a12e6f3ee686ca8
parent fa6e92a757124f559aca8d262a54003c6ea9be86
Author: Paul Longtine <paul@nanner.co>
Date:   Tue Jan 13 21:45:47 2015

updated irssi

Diffstat:
 irssi/asdf.theme | 23 ++++++-----------------
 irssi/config     | 21 +++++++++++++++------
 2 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/irssi/asdf.theme b/irssi/asdf.theme @@ -1,14 +1,3 @@ -# -# -# Beastie's irssi theme. -# -# Thanks to crshd. -# -# -# Visit irc.unixhub.net #unixhub :) -# - - # default foreground color (%N) - -1 is the "default terminal color" default_color = "-1"; @@ -24,8 +13,8 @@ abstracts = { ############# generic ############################### - #indent_default = " + "; - indent_default = ""; + indent_default = " │ "; + #indent_default = ""; # text to insert at the beginning of each non-message line # line_start = "%g//%n "; @@ -223,7 +212,7 @@ abstracts = { # text at the beginning of statusbars. sb-item already puts # space there,so we don't use anything by default. - sbstart = "%K╒━━━━━━━━━━━━━┙"; + sbstart = "%K │"; # text at the end of statusbars. Use space so that it's never # used for anything. sbend = ""; @@ -231,7 +220,7 @@ abstracts = { topicsbstart = "%K╘━━━━━━━━━━━━━┑ %K$N on $C: $S%N$*"; topicsbend = "$*"; - prompt = "%K└─── %n"; + prompt = "%K └─ %n"; sb = "%K$*%N "; sbmode = " %K[%g+%n$*%K]"; @@ -265,7 +254,7 @@ abstracts = { formats = { "fe-common/core" = { - line_start = "{line_start}"; + line_start = "{line_start}"; line_start_irssi = "{line_start}"; join = " join %g│ %n {channick $0}"; @@ -277,7 +266,7 @@ formats = { nick_changed = "%K{channick $[-13]0}%G│ %n {channick $1}"; your_nick_changed = "%K you %G│ %n {channick $1}"; - pubmsg = "{pubmsgnick $2 {pubnick \00304$[-11]0}}$1"; + pubmsg = "%b%w$2\00313$[-11]0%b%K │ %n $1"; own_msg = "{ownmsgnick $2 {ownnick $[-11]0}}$1"; own_msg_channel = "{ownmsgnick $3 {ownnick $[-11]0}{msgchannel $1}}$2"; diff --git a/irssi/config b/irssi/config @@ -23,7 +23,15 @@ servers = ( { address = "irc.webchat.org"; chatnet = "WebChat"; port = "6667"; }, { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; }, { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; }, - { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; } + { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }, + { + address = "irc.esper.net"; + chatnet = "esper"; + port = "6667"; + use_ssl = "no"; + ssl_verify = "no"; + autoconnect = "yes"; + } ); chatnets = { @@ -90,11 +98,13 @@ chatnets = { }; SILC = { type = "SILC"; }; Ubuntu = { type = "IRC"; }; + esper = { type = "IRC"; }; }; channels = ( { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; }, - { name = "silc"; chatnet = "silc"; autojoin = "No"; } + { name = "silc"; chatnet = "silc"; autojoin = "No"; }, + { name = "#squirrels"; chatnet = "esper"; autojoin = "yes"; } ); aliases = { @@ -187,7 +197,7 @@ statusbar = { # the "default statusbar" to be displayed at the bottom of the window. # contains all the normal items. window = { - disabled = "no"; + disabled = "yes"; # window, root type = "window"; @@ -201,8 +211,6 @@ statusbar = { # list of items in statusbar in the display order items = { barstart = { priority = "100"; }; - time = { }; - user = { }; window = { }; window_empty = { }; lag = { priority = "-1"; }; @@ -255,6 +263,7 @@ statusbar = { topic_empty = { }; topicbarend = { priority = "100"; alignment = "right"; }; }; + disabled = "yes"; }; }; }; @@ -264,6 +273,6 @@ settings = { user_name = "paul"; nick = "paull"; }; - "fe-text" = { actlist_sort = "refnum"; }; + "fe-text" = { actlist_sort = "refnum"; indent = "10"; }; "fe-common/core" = { theme = "asdf"; }; };