[checkpoint3]

This commit is contained in:
kofany 2025-08-22 22:28:05 +02:00
commit b5dfea8d6d
2 changed files with 203 additions and 114 deletions

View file

@ -21,7 +21,7 @@ chatnets = {
max_kicks = "4"; max_kicks = "4";
max_msgs = "20"; max_msgs = "20";
max_whois = "30"; max_whois = "30";
}; };
EFNet = { EFNet = {
type = "IRC"; type = "IRC";
max_kicks = "1"; max_kicks = "1";
@ -64,7 +64,7 @@ chatnets = {
max_msgs = "1"; max_msgs = "1";
max_whois = "1"; max_whois = "1";
}; };
OFTC = { OFTC = {
type = "IRC"; type = "IRC";
max_kicks = "1"; max_kicks = "1";
max_msgs = "1"; max_msgs = "1";
@ -150,7 +150,7 @@ aliases = {
SHELP = "QUOTE HELP"; SHELP = "QUOTE HELP";
SIGNOFF = "QUIT"; SIGNOFF = "QUIT";
SV = "MSG * Irssi $J ($V) - https://irssi.org"; SV = "MSG * Irssi $J ($V) - https://irssi.org";
T = "TOPIC"; T = "TOPIC";
UB = "UNBAN"; UB = "UNBAN";
UMODE = "MODE $N"; UMODE = "MODE $N";
UNSET = "SET -clear"; UNSET = "SET -clear";
@ -167,98 +167,147 @@ aliases = {
}; };
statusbar = { statusbar = {
items = { items = {
barstart = "{sbstart}"; barstart = "{sbstart}";
barend = "{sbend}"; barend = "{sbend}";
topicbarstart = "{topicsbstart}"; topicbarstart = "{topicsbstart}";
topicbarend = "{topicsbend}"; topicbarend = "{topicsbend}";
time = "{sb %B$Z%n%W❱ %G⚡%n Connected: %G%W$tag%n %W>%B>%C> %WNexus %G<%B<%W<%W}";
time = "{sb $Z}"; user = "{sb %WU%wser ⇋ %B$cumode%w$N%W : ➜ %WS%wtatus {sbmode (%C+$usermode%n)}}";
user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}"; window = "%W ➜ %n{sbmode %WC%whannel (%C+$M%n%W) %B ➜ %WW%window: %G$winref }{sbaway $A}%W %n";
window = "{sb $winref:$tag/$itemname{sbmode $M}}";
window_empty = "{sb $winref{sbservertag $tag}}"; window_empty = "{sb $winref{sbservertag $tag}}";
prompt = "%B⚡%N %k%B$itemname%k%N%C:%N ";
prompt = "{prompt $[.15]itemname}"; prompt_empty = "%k%B$winname%k%N ";
prompt_empty = "{prompt $winname}"; topic = "%WTopic%C:%W $topic";
topic = " $topic";
topic_empty = " Irssi v$J - https://irssi.org"; topic_empty = " Irssi v$J - https://irssi.org";
lag = "{sb ⇉ %WL%wagging ⇋ %W: %R$0- }";
lag = "{sb Lag: $0-}"; act = "{sb %WActive Windows%C: $0-}";
act = "{sb Act: $0-}"; more = "%C-- %Wmore %C--";
more = "-- more --";
}; };
default = { default = {
window = { window = {
type = "window";
disabled = "no";
type = "window";
placement = "bottom"; placement = "bottom";
position = "1"; position = "0";
visible = "active"; visible = "active";
items = { items = {
barstart = { priority = "100"; }; barstart = { priority = "100"; };
time = { }; time = { priority = "10"; };
user = { }; more = { priority = "-1"; alignment = "right"; };
window = { }; barend = { priority = "100"; alignment = "right"; };
window_empty = { };
lag = { priority = "-1"; };
act = { priority = "10"; };
more = { priority = "-1"; alignment = "right"; };
barend = { priority = "100"; alignment = "right"; };
}; };
disabled = "yes";
}; };
window_inact = {
type = "window";
placement = "bottom";
position = "1";
visible = "inactive";
items = {
barstart = { priority = "100"; };
window = { };
window_empty = { };
more = { priority = "-1"; alignment = "right"; };
barend = { priority = "100"; alignment = "right"; };
};
};
prompt = { prompt = {
type = "root";
type = "root";
placement = "bottom"; placement = "bottom";
position = "100"; position = "100";
visible = "always"; visible = "active";
items = { items = {
prompt = { priority = "-1"; }; prompt = { priority = "-1"; };
prompt_empty = { priority = "-1"; }; prompt_empty = { priority = "-1"; };
input = { priority = "10"; }; input = { priority = "10"; };
}; };
}; };
topic = { topic = {
type = "root";
type = "root";
placement = "top"; placement = "top";
position = "1"; position = "1";
visible = "always"; visible = "always";
items = { items = {
topicbarstart = { priority = "100"; }; topicbarstart = { priority = "100"; };
topic = { }; topic = { };
topic_empty = { }; topic_empty = { };
topicbarend = { priority = "100"; alignment = "right"; }; topicbarend = { priority = "100"; alignment = "right"; };
}; };
}; };
info1 = {
items = { user = { }; window = { }; };
position = "10";
placement = "bottom";
};
info2 = {
items = {
time = { };
more = { };
act = { };
lag = { };
};
position = "0";
};
add = { disabled = "yes"; };
window1 = { disabled = "yes"; };
}; };
}; };
settings = {
core = {
nick = "irssip_user";
hostname = "0.0.0.0";
timestamp_format = "%H:%M:%S";
override_coredump_limit = "no";
resolve_prefer_ipv6 = "no";
server_reconnect_time = "300";
recode_out_default_charset = "utf8";
recode_autodetect_utf8 = "yes";
recode_fallback = "ISO-8859-2";
recode_transliterate = "yes";
recode = "yes";
real_name = "Irssip User";
user_name = "irssip";
};
"irc/core" = {
lag_check_time = "5s";
ctcp_version_reply = "";
skip_motd = "no";
lag_max_before_disconnect = "300";
cmds_max_at_once = "10";
};
"fe-common/core" = {
activity_hide_level = "KICK MODE TOPIC NICK QUIT CLIENTNOTICE CLIENTCRAP SNOTICE JOIN PART CRAP";
timestamps = "yes";
timestamp_level = "ALL";
hilight_color = "%M";
autolog = "yes";
autolog_path = "~/.irssip/logs/$tag/$0.log";
term_charset = "UTF-8";
use_status_window = "no";
hilight_nick_matches = "yes";
hilight_nick_matches_everywhere = "yes";
window_auto_change = "yes";
print_active_channel = "yes";
};
"fe-text" = {
lag_min_show = "1s";
scrollback_lines = "2000";
paste_verify_line_count = "2";
term_force_colors = "no";
colors = "yes";
actlist_sort = "refnum";
colors_ansi_24bit = "yes";
};
lookandfeel = {
sidepanel_left = "yes";
sidepanel_right = "yes";
sidepanel_left_width = "20";
sidepanel_right_width = "16";
sidepanel_debug = "no";
sidepanel_right_auto_hide = "yes";
};
"fe-common/irc" = {
print_whois_rpl_in_active_window = "yes";
};
};
hilights = (
{ text = ""; nick = "yes"; word = "yes"; }
);
logs = { };
ignores = ( );
# Set default window name to Notices
windows = {
1 = { name = "Notices"; };
};

View file

@ -63,14 +63,13 @@ abstracts = {
## ##
# text to insert at the beginning of each non-message line # text to insert at the beginning of each non-message line
line_start = "%B-%n!%B-%n "; line_start = "%N";
# timestamp styling, nothing by default # timestamp styling, nothing by default
timestamp = "$*"; timestamp = "%b$*%C❱%N";
# any kind of text that needs hilighting, default is to bold # any kind of text that needs hilighting, default is to bold
hilight = "%_$*%_"; hilight = "%Y%_$*%_%N";
# any kind of error message, default is bright red # any kind of error message, default is bright red
error = "%R$*%n"; error = "%R$*%n";
@ -118,7 +117,7 @@ abstracts = {
## ##
# the basic styling of how to print message, $0 = nick mode, $1 = nick # the basic styling of how to print message, $0 = nick mode, $1 = nick
msgnick = "%K<%n$0$1-%K>%n %|"; msgnick = "%K<%n$0$[10]1-%K>%n %|";
# message from you is printed. "ownnick" specifies the styling of the # message from you is printed. "ownnick" specifies the styling of the
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
@ -137,15 +136,15 @@ abstracts = {
# privmsgnick = "%K{msgnick %R$*%K}%n"; # privmsgnick = "%K{msgnick %R$*%K}%n";
# $0 = nick mode, $1 = nick # $0 = nick mode, $1 = nick
ownmsgnick = "{msgnick $0 $1-}"; ownmsgnick = "{msgnick $0 $[10]1-}";
ownnick = "%_$*%n"; ownnick = "%_$*%n";
# public message in channel, $0 = nick mode, $1 = nick # public message in channel, $0 = nick mode, $1 = nick
pubmsgnick = "{msgnick $0 $1-}"; pubmsgnick = "{msgnick $0 $[10]1-}";
pubnick = "%N$*%n"; pubnick = "%N$*%n";
# public message in channel meant for me, $0 = nick mode, $1 = nick # public message in channel meant for me, $0 = nick mode, $1 = nick
pubmsgmenick = "{msgnick $0 $1-}"; pubmsgmenick = "{msgnick $0 $[10]1-}";
menick = "%Y$*%n"; menick = "%Y$*%n";
# public highlighted message in channel # public highlighted message in channel
@ -249,19 +248,33 @@ abstracts = {
## statusbar ## statusbar
## ##
# default background for all statusbars. You can also give # Statusbar background and styling elements
# the default foreground color for statusbar items. sb_background = "%K";
sb_background = "%4%w"; # Void black background
window_border = "%4%w"; window_border = "%B│%N";
# Electric blue cyberpunk border character
# default backround for "default" statusbar group sb_topic_bg = "%B%W";
#sb_default_bg = "%4"; # Electric blue + white for topic
# background for prompt / input line sb = "%B⚡%N $0-%B ⚬%N";
sb_prompt_bg = "%n"; # Electric blue lightning + bullet
# background for info statusbar sbmode = "$0-";
sb_info_bg = "%8"; # Mode display
# background for topicbar (same default) sbservertag = ":$0 %N(%Gchange with ^X%N)";
#sb_topic_bg = "%4"; # Server tag with green hint
sbmore = " %R❰%r❰%k❰ %Nmore %k❱%r❱%R❱ ";
# Triple-layered more indicator
sblag = "%R☠%N %RLAG%N %w$0-%N seconds";
# Skull + lag in crimson red
sb_default_bg = "%K";
# Default void black background
sb_info1_bg = "%B";
# Electric blue info1 background
sb_window_bg = "%B%W";
# Electric blue + white window bg
sb_window2_bg = "%B%W";
# Electric blue + white window2 bg
sb_info2_bg = "%C";
# Cyan steel info2 background
# text at the beginning of statusbars. "sb" already puts a space there, # text at the beginning of statusbars. "sb" already puts a space there,
# so we don't use anything by default. # so we don't use anything by default.
@ -283,27 +296,54 @@ abstracts = {
# activity in statusbar # activity in statusbar
# ',' separator # Shadow gray separator
sb_act_sep = "%c$*"; sb_act_sep = "%k/%N";
# normal text # Silver white activity text
sb_act_text = "%c$*"; sb_act_text = "%w$*";
# public message # Sky blue activity messages
sb_act_msg = "%W$*"; sb_act_msg = "%b$*";
# hilight # Lime green activity highlights
sb_act_hilight = "%M$*"; sb_act_hilight = "%g$*";
# hilight with specified color, $0 = color, $1 = text # Sky blue highlight with color
sb_act_hilight_color = "$0$1-%n"; sb_act_hilight_color = "%b$0$1-%N";
}; };
formats = { formats = {
"fe-text" = { "fe-text" = {
# Sidepanel formatting - clean default theme with hex colors # === LEFT PANEL (Window List) ===
sidepanel_header = "%z404040%_%_$0%_%_%N"; # Server headers - electric blue with power symbol (consistent with theme primary)
sidepanel_item = "%zCCCCCC$0%N"; sidepanel_header = "%B⚡%B$0%N";
sidepanel_item_selected = "%zFFFFFF%_%_$0%_%_%N";
sidepanel_item_activity = "%zFFFF00$0%N"; # Normal items - steel gray (consistent with theme secondary text)
sidepanel_item_highlight = "%zFF0000%_%_$0%_%_%N"; sidepanel_item = "%W %W$0%N";
sidepanel_nick_op = "%zFFFF00@%N%zCCCCCC$0%N";
sidepanel_nick_voice = "%z00FFFF+%N%zCCCCCC$0%N"; # Selected items - neon green highlight (consistent with theme highlights)
sidepanel_nick_normal = "%zCCCCCC$0%N"; sidepanel_item_selected = "%g%k❱ %g%k$0%N";
};
# === ACTIVITY HIERARCHY (by priority) ===
# PRIORITY 4 (Highest): NICK MENTION - magenta alert (when your nick is mentioned on channel)
sidepanel_item_nick_mention = "%M⬢ %M$0%N";
# PRIORITY 4 (Highest): QUERY MESSAGE - magenta alert (new messages in query/private)
sidepanel_item_query_msg = "%M◆ %M$0%N";
# PRIORITY 3: CHANNEL ACTIVITY - yellow warning (messages on channel without mention)
sidepanel_item_activity = "%y● %y$0%N";
# PRIORITY 1 (Lowest): EVENTS - green info (join/part/quit/nick changes)
sidepanel_item_events = "%G○%N %G$0%N";
# PRIORITY 2: HIGHLIGHTS - red alert (keyword highlights, fallback)
sidepanel_item_highlight = "%R☠ %R$0%N";
# New dual-parameter formats - status and nick separated for theme flexibility
# Operators - gold status symbol with steel nick (power users)
sidepanel_nick_op_status = "%Y$0%N%B$1%N";
# Voice users - cyan status with lighter nick (trusted users)
sidepanel_nick_voice_status = "%C$0%N%c$1%N";
# Normal users - subtle gray for clean appearance
sidepanel_nick_normal_status = "%k$0%N%w$1%N";
};
}; };