mirror of https://github.com/polybar/polybar.git
Add note about colons in action format tag command
parent
50e7c0bc15
commit
f74d4805d3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue