guest@dotshare [~/groups/chat/irssi] $ ls sphere/ | cat

sphere (scrot, raw, dl) (+2 likes)

pander Dec 28, 2018 (chat/irssi)

SCROT

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# sphere.thm from cypress/1.0!bitchx/1.2.1 by codelogic
# ported by pander to IRSSI [12.27.18]

default_color = "-1";
info_eol = "false";
replaces = { "[]" = "%K$*%n"; };

abstracts = {
  indent_default = "10";
  line_start = "";
  timestamp = "%K[%c$*%K]%n";
  hilight = "%_$*%_";
  error = "%R$*%n";
  channel = "%K$*%n";
  nick = "%_$*%_";
  nickhost = "%n$*";
  server = "%_$*%_";
  comment = "%K[%n$*%K]";
  reason = "{comment $*}";
  mode = "{comment $*}";
  channick_hilight = "%M$*%N";
  chanhost_hilight = "{nickhost $*}";
  channick = "%c$*";
  chanhost = "{nickhost $*}";
  channelhilight = "%C$*%n";
  ban = "%c$*";

  # channel
  msgnick = "%c$0%K(%w$1-%K)%n %|";
  ownnick = "%n$*%n";
  pubnick = "%N$*%n";

  # query msg
  privmsg = "%K(%n$[9]0%K)%n $1-";
  ownprivmsg = "%K(%N$[9]0%K)%n $1-";
  privmsgnick = "%K(%n$0%K)%n $1";
  ownprivmsgnick = "%K(%N$0%K)%n $1";

  # action
  action_core = "%K! %n$*";

  #notice
  ownnotice = "%K-> [%cnot%K!%n$1%K]%n $2-";
  notice = "%K-%c$0%K-%n $2";
  pubnotice_channel = " %K(%n$*%K)";
  pvtnotice_host = "%K(%n$*%K)";
  servernotice = " %K(%n$*%K)%n";

  # ctcp
  ownctcp = "%K-> [%cctcp%K!%n$1%K]%n $2-";
  ctcp = "%K∙%c∙%C∙%c $*";

  # wallops
  wallop = "%K$*%n: ";
  wallop_nick = "%n$*";
  wallop_action = "%K! $*%n ";

  # netsplit
  #netsplit = "%K$!%n";
  #netjoin = "%K$!%n";

  # scan
  names_users = "%W ┌─────────%c──────────────────────────────────────%K────────────";
  names_nick = "%K[%c$2$0%n$1]%n ";
  names_nick_op = "{names_nick $* %c}";
  names_nick_halfop = "{names_nick $* %c}";
  names_nick_voice = "{names_nick $* %c}";
  names_prefix = "%K[%c│%K]%n %n$1";
  names_channel = "%W$*%n";

  # dcc (not used for me)
  dcc = "%c$*%n";
  dccfile = "%_$*%_";
  dccownmsg = "%c /* $0 ($1-) */";
  dccownnick = "$*%n";
  dccownquerynick = "$*%n";
  dccownaction = "{action $*}";
  dccownaction_target = "{action $*}";
  dccmsg = "%c/* $1- ($0) */";
  dccquerynick = "%c$*%n";
  dccaction = "{action $*}";

  # status bar - topic 
  topicsbstart = "%ctp%K:%n $*";
  topicsbend = "";
  prompt = "%K└─[%c$0%K]>%n ";

  # status bar
  sb_background = "%N%N";
  sb_default_bg = "%N";
  sb_prompt_bg = "%N";
  sb_info_bg = "%N";
  sb_topic_bg = "%N";
  sbstart = "%K┌─%K[%N ";
  sbend = "";
  sb = "%K(%n$*%K)%N ";
  sbtime = "%c$*%N ";
  sbmode = "%K/%c+%N$*%n";
  sbaway = "%K/%Naway%n";
  sbservertag = "%K:%N$0%K(%N^X%K)";
  # usercount (plugin)
  sb_act_sep = "%K$*";
  sb_act_text = "%c$*";
  sb_act_msg = "%c$*";
  sb_act_hilight = "%c$*";
  sb_act_hilight_color = "$0$1-%N";
  sb_usercount = "%K│%n totals%K:%n $1-";
  sb_uc_ircops = "%c*%N$*";
  sb_uc_ops = "%Co%K/%c$*";
  sb_uc_halfops = "%Ch%K/%c%%%N$*";
  sb_uc_voices = "%Cv%K/%c$*%K";
  sb_uc_normal = "%Cn%K/%c$*%K";
  sb_uc_space = "";
  nact_display = "$1>%N$0>%N$2";
  nact_command = "$1: [DN:$0 UP:$2]";
};
formats = {
  "fe-common/core" = {
    line_start_irssi = "{line_start}";
    own_msg = "%c$2%K(%W$[9]0%K)%N $1";
    own_msg_channel = "%c$2%K(%W$[9]0%K)%N $1";
    pubmsg = "%c$2%K(%n$[9]0%K)%n $1";
    pubmsg_channel = "%c$2%K(%n$[9]0%K)%n $1";
    join = "%K∙%c∙%C∙ %K[%cjoin%K!%n$2%K]%c %c$0%K!%n$1";
    part = "%K∙%c∙%C∙ %K[%cpart%K!%n$2%K]%c %c$0%K!%n$1";
    quit = "%K∙%c∙%C∙ %K[%csignoff%K!%n$3%K]%c $0 %K[%n$2%K]";
    kick = "%K∙%c∙%C∙ %c$0 %nwas kicked by $2 %K[%n$3%k]";
    nick_changed = "%K∙%c∙%C∙%n $0 %nis now known as%c $1";
    your_nick_changed = "%K∙%c∙%C∙%n You are now known as%c $1";
    new_topic = "%K∙%c∙%C∙ %K[%ctopic%K!%n$1%K]%c $0 %K[%n$2%K]";
    endofnames = "%c └─%K────────────────────────────────────────────── - ───";
  };
  "fe-common/irc" = {
    chanmode_change = "%K∙%c∙%C∙ %K[%cmode%K!%n$0%K]%c $2 %K[%n$1%K]";
    server_chanmode_change = "%K∙%c∙%C∙ %K[%cmode%K!%n$0%K]%c $2 %K[%n$1%K]";
    whois = "%W ┌───%n─%W─%n────%c─%n──%c─── %K─      ─          ─ %n\012%K[%W│%K] %K(%W$0%K!%c$1%n@%c$2%K) %n\012%K[%c│%K]  %nr%cealname  %K..%n $3";
    whois_idle = "%K[%c│%K]  %ni%cdle      %K..%n  $1d $2h $3m $4s";
    whois_idle_signon = "%K[%c│%K]  %ni%cdle      %K..%n $1d $2h $3m $4s {comment signon: $5}";
    whois_server = "%K[%c│%K]  %ns%cerver    %K..%n $1 {comment $2}";
    whois_oper = "%K[%c│%K]  %no%cper      %K..%n  {hilight $1}";
    whois_registered = "%K[%c│%K]  %nr%cegister  %K..%n yes";
    whois_help = "%K[%c│%K]  %nh%celp      %K..%n  available for help";
    whois_modes = "%K[%c│%K]  %nm%code      %K..%n  $1";
    whois_realhost = "%K[%c│%K]  %na%cctual    %K..%n $1";
    whois_usermode = "%K[%c│%K]  %nu%cmode     %K..%n $1";
    whois_channels = "%K[%c│%K]  %nc%channels  %K..%n $1";
    whois_away = "%K[%c│%K]  %na%cway      %K..%n $1";
    whois_special = "%K[%c│%K]  %ns%cpecial  %K..%n  $1";
    whois_extra = "%K[%c│%K]  %nx%ctra     %K..%n$1";
    end_of_whois = "%c └─ %K─── ─    ─               ─          ─";
    whowas = "%W ┌───%n─%W─%n────%c─%n──%c─── %K─      ─          ─ %n\012%K[%W│%K] %K(%W$0%K!%c$1%n@%c$2%K) %n\012%K[%c│%K]  %nr%cealname  %K..%n $3";
    end_of_whowas = "%c └─ %K─── ─    ─               ─          ─";
    whois_not_found = "%W∙%n∙%K∙%n There is no such nick%c $0";
    topic = "%K∙%c∙%C∙%n Topic for%c $0%K:%n $1";
    topic_info = "%K∙%c∙%C∙%n Set by%c $0%K!%c$2 %nat%c $1";
    channel_synced = "%K∙%c∙%C∙%n Join to $0 was synched in $1 secs!";
    channel_created = "%K∙%c∙%C∙%n Channel $0 was created at $1";
  };
};

CLICK TO VIEW

x

Notes

sphere/oblivion theme from cypress by codelogic/void

Comments

fro said about 5 years ago

this is the real deal right here