Add note about colons in action format tag command

Patrick Ziegler 2018-01-10 20:56:56 +01:00
parent 50e7c0bc15
commit f74d4805d3
1 changed files with 1 additions and 0 deletions

@ -205,3 +205,4 @@ Actions handlers are defined using the following syntax: `%{A<button-index><colo
~~~
%{A1:command:} clickable text %{A}
~~~
**Note:** If `command` contains any colons (`:`), you have to escape them with a backslash like this: `\:`. Otherwise the colon acts as the command delimiter and polybar would only parse the command until the colon.