mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
added prompt, barstart and barend to theme. Removed mail stuff from config,
it's only a script now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1884 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ebd0334cb6
commit
6f8a3bd08d
2 changed files with 29 additions and 6 deletions
|
|
@ -255,8 +255,17 @@ abstracts = {
|
|||
# background for topicbar (same default)
|
||||
#sb_topic_bg = "%4";
|
||||
|
||||
# text at the beginning of statusbars. sb-item already puts
|
||||
# space there,so we don't use anything by default.
|
||||
sbstart = "";
|
||||
# text at the end of statusbars. Use space so that it's never
|
||||
# used for anything.
|
||||
sbend = " ";
|
||||
|
||||
sb = " %c[%n$0-%c]%n";
|
||||
sbmode = "(%c+%n$0-)";
|
||||
sbaway = " (%GzZzZ%n)";
|
||||
sbservertag = ":$0 (change with ^X)";
|
||||
|
||||
prompt = "[$0-] ";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue