move ACT to topic bar
This commit is contained in:
parent
a51ca5d54a
commit
2fef6bb84c
1 changed files with 2 additions and 1 deletions
|
@ -171,6 +171,7 @@ settings = {
|
||||||
theme = "furry";
|
theme = "furry";
|
||||||
active_window_ignore_refnum = "no";
|
active_window_ignore_refnum = "no";
|
||||||
autoclose_query = "172800";
|
autoclose_query = "172800";
|
||||||
|
beep_msg_level = "MSGS HILIGHT DCCMSGS";
|
||||||
};
|
};
|
||||||
"irc/core" = { cmds_max_at_once = "100"; };
|
"irc/core" = { cmds_max_at_once = "100"; };
|
||||||
};
|
};
|
||||||
|
@ -193,7 +194,6 @@ statusbar = {
|
||||||
input = { priority = "100"; };
|
input = { priority = "100"; };
|
||||||
lag = { };
|
lag = { };
|
||||||
more = { };
|
more = { };
|
||||||
act = { };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
topic = {
|
topic = {
|
||||||
|
@ -204,6 +204,7 @@ statusbar = {
|
||||||
topic = { };
|
topic = { };
|
||||||
topic_empty = { };
|
topic_empty = { };
|
||||||
topicbarend = { priority = "100"; alignment = "right"; };
|
topicbarend = { priority = "100"; alignment = "right"; };
|
||||||
|
act = { priority = "10"; alignment = "right"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue