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"; };
prompt = {
placement = "bottom";
items = { user = { }; input = { priority = "10"; }; act = { }; };
};
topic = {
items = {
prompt = { priority = "-1"; };
prompt_empty = { priority = "-1"; };
input = { priority = "10"; };
act = { };
topicbarstart = { priority = "100"; };
window = { };
window_empty = { };
topic = { };
topic_empty = { };
topicbarend = { priority = "100"; alignment = "right"; };
};
};
};

View file

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