need version 3.6 for spacer item
/bar set buflist position bottom
/bar set buflist size 1
/bar set buflist filling_top_bottom horizontal
/bar set buflist items spacer,buflist,spacer
I created this after the user ikwyl6 wanted a quick way to filter the buflist
/set buflist.look.display_conditions "${eval_cond:${plugins.var.buflist_conditions}} && ${buffer.hidden}==0"
/alias add search_buflist /set plugins.var.buflist_conditions $1-;/buflist refresh
/alias add search_bufname /search_buflist ${channel}=~$1
exemples
Here I will show you how to create a bar very similar to the nicklist bar, but instead of showing nickname, it will show znc commands, whenever you click on a command, weechat will send a "help the_command_you_just_clicked" and insert the name of the command in the input bar, then enter any arguments required to the command and press enter.
You will need the following script
This configuration is no longer updated