diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-30 02:14:13 +0000 |
commit | 47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch) | |
tree | d179f93bea23c81df424d8a5d45951116424e1d8 /irssi/solarized-powerline.theme | |
parent | haproxy,jabber,bitlbee (diff) | |
download | scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip |
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to 'irssi/solarized-powerline.theme')
-rw-r--r-- | irssi/solarized-powerline.theme | 53 |
1 files changed, 43 insertions, 10 deletions
diff --git a/irssi/solarized-powerline.theme b/irssi/solarized-powerline.theme index cd857b2..56895f0 100644 --- a/irssi/solarized-powerline.theme +++ b/irssi/solarized-powerline.theme @@ -82,7 +82,7 @@ abstracts = { hilight = "$*"; # any kind of error message - error = "%z5f5fd7$*%n"; + error = "%Zff8700$*%n"; # channel name is printed channel = "%Z00af00$*%n"; @@ -104,7 +104,7 @@ abstracts = { iserver = "%Zeeeeee%z00af00$*%n"; # some kind of comment is printed - comment = " $*"; + comment = "%Zff8700 %N $*"; # reason for something is printed (part, quit, kick, ..) reason = "$*"; @@ -259,7 +259,7 @@ abstracts = { # /names list names_prefix = "%N%k%n"; names_nick = " %G$0$1-%N "; - names_nick_op = " %k$0$_$1-%n "; + names_nick_op = " %g$0$_$1-%n "; names_nick_halfop = " %Y$_$0$_$1-%n "; names_nick_voice = " %C$_$0$_$1-%n "; names_users = "%k%z005f87 $* %Z005f87%0%n"; @@ -348,7 +348,7 @@ abstracts = { # hilight with specified color, $0 = color, $1 = text sb_act_hilight_color = "%z5f5fd7$1-"; - ### For usercount.pl script + # For usercount.pl script sb_usercount = "%Z000000%z005faf%Z000000%z005faf{sb $0 nicks %Zeeeeee %Z000000$1-%Z005faf%z000000}"; sb_uc_ircops = "%Z000000%z005faf*$*"; sb_uc_ops = "%Z000000%z005faf@$*"; @@ -357,10 +357,43 @@ abstracts = { sb_uc_normal = "$*"; sb_uc_space = " "; - ### For adv_windowlist.pl script - + # For adv_windowlist.pl script # Mentioned in adv_windowlist but not default_theme sb_act_none = "$*"; + + # for dcc stats + # $0 = sb_ds_short(_waiting)/sb_ds_normal(_waiting) + sb_dccstat = "{sb $0-}"; + # $0 = G/S + # $1 = filename + # $2 = transfer speed + # $3 = percent + # $4 = progressbar + sb_ds_short = "$0%G:%n$1%Y@%n$2kB/s%G:%n$4%G:%n$3"; + # $0 = G/S + # $1 = filename + # $2 = to/from + # $3 = nick + sb_ds_short_waiting = "$0%G:%n$1 $2 $3 waiting"; + # $0 = GET/SEND + # $1 = nick + # $2 = filename + # $3 = transferred amount + # $4 = full filesize + # $5 = percent + # $6 = speed + # $7 = ETA + # $8 = progressbar + # $9 = rotator thingy :) + sb_ds_normal = "$0 $1: '$2' $3 of $4 [$8] $9 ($5) $6kB/s ETA: $7"; + # $0 = GET/SEND + # $1 = nick + # $2 = filename + # $3 = full filesize + # $4 = to/from + # $5 = nick + sb_ds_normal_waiting = "$0 $1: '$2' $3 $4 $5 waiting"; + sb_ds_separator = ", "; }; formats = { @@ -403,10 +436,10 @@ formats = { end_of_who = "%z00d700%kWHO %N%k%N END"; end_of_whois = "%z00d700%kWHOIS %N%k%N END"; end_of_whowas = "%z00d700%kWHOWAS %N%k%N END"; - netsplit = "%k%z8787ff%8%8 NETSPLIT %k%0%8 {iserver $0} %z00d700%8 {iserver $1}%8 %N%8%n%k%N Quits: $2"; - netsplit_join = "%k%z8787ff NETSPLIT %k%8%N Joins: $0"; - netsplit_join_more = "%k%z8787ff NETSPLIT %k%8%N Joins: $0 (+$1 more)"; - netsplit_more = "%k%z8787ff%8%8 NETSPLIT %k%0%8 {iserver $0} %z00d700%8 {iserver $1}%8 %N%8%n%k%N Quits: $2 (+$3 more, use /NETSPLIT to show all of them)"; + netsplit = "%k%z8787ff%8%8 NETSPLIT %k%0%8 {iserver $0} %z00d700%8 {iserver $1}%8 %N%8%n%k%N Quits: $2"; + netsplit_join = "%k%z8787ff NETSPLIT %k%8%N Joins: $0"; + netsplit_join_more = "%k%z8787ff NETSPLIT %k%8%N Joins: $0 (+$1 more)"; + netsplit_more = "%k%z8787ff%8%8 NETSPLIT %k%0%8 {iserver $0} %z00d700%8 {iserver $1}%8 %N%8%n%k%N Quits: $2 (+$3 more, use /NETSPLIT to show all of them)"; no_topic = "%k%N No topic set for {channelhilight $0}"; own_ctcp = "%k%z005f87 CTCP {hilight $2-} {inick $0} %n%Z005f87%N"; server_chanmode_change = "%k%z8787ff SERVERMODE %k%8 {channelhilight $0} {mode $1} by {nick $2}"; |