From 3714884660ab5dd7eb6fb12e3f815f602d89314f Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Fri, 13 Jan 2017 06:01:20 +0100 Subject: [PATCH] fix(zsh): Add missing flags --- doc/zsh/_polybar | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/zsh/_polybar b/doc/zsh/_polybar index 0ed93f41..7a8119e9 100644 --- a/doc/zsh/_polybar +++ b/doc/zsh/_polybar @@ -11,8 +11,11 @@ _polybar() { '(-l --log -q --quiet)'{-q,--quiet}'[Be quiet (will override -l)]' \ '(-c --config)'{-c,--config=}'[Path to the configuration file]:configuration file:_files' \ '(-r --reload)'{-r,--reload}'[Reload when the configuration has been modified]' \ + '(-d --dump)'{-d,--dump=}'[Print parameter value in bar section and exit]:parameter name' \ '(-m --list-monitors)'{-m,--list-monitors}'[Print list of available monitors and exit]' \ - '*:bar name:_polybar_list_names' + '(-w --print-wmname)'{-w,--print-wmname}'[Print the generated WM_NAME and exit]' \ + '(-s --stdout)'{-s,--stdout}'[Output data to stdout instead of drawing the X window]' \ + '::bar name:_polybar_list_names' } (( $+functions[_polybar_list_names] )) || _polybar_list_names() {