mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
users/kat/base: weechat highmon config
This commit is contained in:
parent
1692921d49
commit
59b92a6301
1 changed files with 18 additions and 1 deletions
|
|
@ -14,7 +14,13 @@ with lib;
|
|||
/key bind meta-b /bar toggle buflist
|
||||
/relay add weechat 9000
|
||||
'')
|
||||
(lib.mkAfter "/matrix connect kat")
|
||||
(lib.mkAfter ''
|
||||
/matrix connect kat
|
||||
/window splith +10
|
||||
/window 2
|
||||
/buffer highmon
|
||||
/window 1
|
||||
'')
|
||||
];
|
||||
homeDirectory = "${config.xdg.dataHome}/weechat";
|
||||
plugins.python = {
|
||||
|
|
@ -68,6 +74,7 @@ with lib;
|
|||
input = {
|
||||
items = "[input_prompt]+(away),[input_search],[input_paste],input_text,[vi_buffer]";
|
||||
color_delim = base0A;
|
||||
conditions = "\${window.buffer.full_name} != perl.highmon";
|
||||
};
|
||||
nicklist = {
|
||||
size_max = 18;
|
||||
|
|
@ -78,11 +85,17 @@ with lib;
|
|||
color_fg = base05;
|
||||
color_delim = base0A;
|
||||
items = "[time],mode_indicator,[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+matrix_typing_notice+buffer_zoom+buffer_filter,scroll,[lag],[hotlist],completion,cmd_completion";
|
||||
conditions = "\${window.buffer.full_name} != perl.highmon";
|
||||
};
|
||||
title = {
|
||||
color_bg = base01;
|
||||
color_fg = base05;
|
||||
color_delim = base0A;
|
||||
conditions = "\${window.buffer.full_name} != perl.highmon";
|
||||
};
|
||||
highmon = {
|
||||
position = "top";
|
||||
color_delim = base0A;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -95,6 +108,10 @@ with lib;
|
|||
plugins.var.python.title.title_suffix = " ]";
|
||||
plugins.var.python.notify_send.icon = "";
|
||||
plugins.var.python.go.short_name = true;
|
||||
plugins.var.perl.highmon = {
|
||||
short_names = "on";
|
||||
output = "buffer";
|
||||
};
|
||||
irc = {
|
||||
look = {
|
||||
server_buffer = "independent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue