This commit is contained in:
lickthecheese 2020-04-02 09:22:31 -04:00
parent 8074b18278
commit e5d8631791
2 changed files with 10 additions and 5 deletions

View file

@ -356,11 +356,16 @@ statusbar = {
window = { placement = "top"; position = "0"; disabled = "yes"; }; window = { placement = "top"; position = "0"; disabled = "yes"; };
prompt = { prompt = {
placement = "bottom"; placement = "bottom";
items = { user = { }; input = { priority = "10"; }; act = { }; };
};
topic = {
items = { items = {
prompt = { priority = "-1"; }; topicbarstart = { priority = "100"; };
prompt_empty = { priority = "-1"; }; window = { };
input = { priority = "10"; }; window_empty = { };
act = { }; topic = { };
topic_empty = { };
topicbarend = { priority = "100"; alignment = "right"; };
}; };
}; };
}; };

View file

@ -262,6 +262,6 @@ formats = {
"fe-common/core" = { "fe-common/core" = {
timestamp = "{timestamp %%H:%%M:%%S} "; timestamp = "{timestamp %%H:%%M:%%S} ";
own_msg = "{ownmsgnick $2 {ownnick $[0]0}}$1"; own_msg = "{ownmsgnick $2 {ownnick $[0]0}}$1";
pubmsg = "{pubmsgnick $2 {pubnick \00309$[0]0}}$1"; pubmsg = "{pubmsgnick $2 {pubnick \00350$[0]0}}$1";
}; };
}; };