Completions: use only awk (#6763)

This commit is contained in:
Lincoln Yuji de Oliveira 2024-07-04 08:21:07 -03:00 committed by GitHub
parent e894d5e964
commit 0a6e83005f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -16,4 +16,4 @@ hyprpm [<FLAGS>]... <ARGUMENT>
| (reload) "Reload all plugins"
;
<PLUGINS> ::= {{{ hyprpm list | grep Plugin | awk '{print $4}' }}};
<PLUGINS> ::= {{{ hyprpm list | awk '/Plugin/{print $4}' }}};