mirror of https://tildegit.org/ben/dotfiles
fix blinkenshell and add demure's buf highlight
parent
c1d299d412
commit
63b67331d9
|
@ -23,7 +23,7 @@ signals_refresh = ""
|
||||||
sort = "number"
|
sort = "number"
|
||||||
|
|
||||||
[format]
|
[format]
|
||||||
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${name}"
|
buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${if:(${buffer.full_name} =~ ^irc)?${if:(${irc_server.away_time} > 0)?${color:yellow}>}${if:(${irc_channel.part} == 1)?${color:red}_}${if:(${irc_server.is_connected} == 0)?${color:*magenta}*}}${if:${type}==private?↪}${name}"
|
||||||
buffer_current = "${color:,233}${format_number}${indent}${format_nick_prefix}${color:lightcyan}${name}"
|
buffer_current = "${color:,233}${format_number}${indent}${format_nick_prefix}${color:lightcyan}${name}"
|
||||||
hotlist = " ${color:green}(${hotlist}${color:green})"
|
hotlist = " ${color:green}(${hotlist}${color:green})"
|
||||||
hotlist_highlight = "${color:magenta}"
|
hotlist_highlight = "${color:magenta}"
|
||||||
|
|
|
@ -189,7 +189,7 @@ tilde.local_hostname
|
||||||
tilde.usermode
|
tilde.usermode
|
||||||
tilde.command = "/msg operserv login ${sec.data.pass}"
|
tilde.command = "/msg operserv login ${sec.data.pass}"
|
||||||
tilde.command_delay
|
tilde.command_delay
|
||||||
tilde.autojoin = "#meta,#secret-sudoers,#admin,#opers,#music,#politics,#gopher,#tildeverse,#idlerpg,#tilderadio,#minecraft,#cosmic,#institute,#.tilde,#tildetel,#thunix,#theasylum,#aussie,#projects,#hamradio,#vim,#pink,#bots,#ctrl-c,#radiofreqs,#envs,#gemini,#club,#zine,#team,#geocities,#helpdesk,#counting,#covid19,#rw.rs,#counting-meta,#irctokens,#linux,#fr,#factorio,#nsfw,#crawl,#mumble,#tilderadio-djs,#tilde.zone-admin,#tildebot,#submeta,#coffee,#envs_german,#wtf,#beer,#espanol,#meta_german,#tildelinux,#computertech,#spacebar,#anelki,#sus :10:20,secretsudoteam,adminsonly"
|
tilde.autojoin = "#meta,#secret-sudoers,#admin,#opers,#music,#politics,#gopher,#tildeverse,#idlerpg,#tilderadio,#minecraft,#cosmic,#institute,#.tilde,#tildetel,#thunix,#theasylum,#aussie,#projects,#hamradio,#vim,#pink,#bots,#ctrl-c,#radiofreqs,#envs,#gemini,#club,#zine,#team,#geocities,#helpdesk,#counting,#covid19,#rw.rs,#counting-meta,#irctokens,#linux,#fr,#factorio,#nsfw,#crawl,#mumble,#tilderadio-djs,#tilde.zone-admin,#tildebot,#submeta,#coffee,#envs_german,#wtf,#beer,#espanol,#meta_german,#tildelinux,#computertech,#spacebar,#sus,#anelki,#bread,#prepping :10:20,secretsudoteam,adminsonly"
|
||||||
tilde.autorejoin
|
tilde.autorejoin
|
||||||
tilde.autorejoin_delay
|
tilde.autorejoin_delay
|
||||||
tilde.connection_timeout
|
tilde.connection_timeout
|
||||||
|
@ -504,7 +504,7 @@ freenode.msg_quit
|
||||||
freenode.notify
|
freenode.notify
|
||||||
freenode.split_msg_max_length
|
freenode.split_msg_max_length
|
||||||
freenode.charset_message
|
freenode.charset_message
|
||||||
blinkenshell.addresses = "medusa.blinkenshell.org/6697"
|
blinkenshell.addresses = "irc.blinkenshell.org/6697"
|
||||||
blinkenshell.proxy
|
blinkenshell.proxy
|
||||||
blinkenshell.ipv6
|
blinkenshell.ipv6
|
||||||
blinkenshell.ssl = on
|
blinkenshell.ssl = on
|
||||||
|
@ -512,7 +512,7 @@ blinkenshell.ssl_cert
|
||||||
blinkenshell.ssl_password
|
blinkenshell.ssl_password
|
||||||
blinkenshell.ssl_priorities
|
blinkenshell.ssl_priorities
|
||||||
blinkenshell.ssl_dhkey_size
|
blinkenshell.ssl_dhkey_size
|
||||||
blinkenshell.ssl_fingerprint = "942D15173B72AD2A6CA0EADEABE7D3CCEB769A3BB56444B9D09C6FC34EB630B3"
|
blinkenshell.ssl_fingerprint
|
||||||
blinkenshell.ssl_verify
|
blinkenshell.ssl_verify
|
||||||
blinkenshell.password
|
blinkenshell.password
|
||||||
blinkenshell.capabilities
|
blinkenshell.capabilities
|
||||||
|
|
|
@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan
|
||||||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||||
default_dict = "en"
|
default_dict = "en"
|
||||||
during_search = off
|
during_search = off
|
||||||
enabled = off
|
enabled = on
|
||||||
real_time = off
|
real_time = off
|
||||||
suggestions = 2
|
suggestions = 2
|
||||||
word_min_length = 2
|
word_min_length = 2
|
||||||
|
|
Loading…
Reference in New Issue