Update README.pod
This commit is contained in:
parent
ac7c60e374
commit
cc6fb0797b
12
README.pod
12
README.pod
|
@ -88,12 +88,6 @@ Set the text foreground color. The parameter I<color> can be I<-> or a color in
|
||||||
|
|
||||||
Set the text underline color. The parameter I<color> can be I<-> or a color in one of the formats mentioned before. The special value I<-> resets the color to the default one.
|
Set the text underline color. The parameter I<color> can be I<-> or a color in one of the formats mentioned before. The special value I<-> resets the color to the default one.
|
||||||
|
|
||||||
=item B<I>:I<filename>:
|
|
||||||
|
|
||||||
Load an image. The individual character between the opening and closing tags act as formatters and default strings if the file doesn't exist.
|
|
||||||
|
|
||||||
Eg. I<%{I:battery.png:} B %{I}>
|
|
||||||
|
|
||||||
=item B<A>I<button>:I<command>:
|
=item B<A>I<button>:I<command>:
|
||||||
|
|
||||||
Create a clickable area starting from the current position, when the area is clicked I<command> is executed. The area is closed when a B<A> token, not followed by : is encountered.
|
Create a clickable area starting from the current position, when the area is clicked I<command> is executed. The area is closed when a B<A> token, not followed by : is encountered.
|
||||||
|
@ -102,6 +96,12 @@ Eg. I<%{A:reboot:} Click here to reboot %{A}>
|
||||||
|
|
||||||
The I<button> field is optional, it defaults to the left button, and it's a number ranging from 1 to 5 which maps to the left, middle, right, scroll down and scroll up movements. Your mileage may vary.
|
The I<button> field is optional, it defaults to the left button, and it's a number ranging from 1 to 5 which maps to the left, middle, right, scroll down and scroll up movements. Your mileage may vary.
|
||||||
|
|
||||||
|
=item B<I>:I<filename>:
|
||||||
|
|
||||||
|
Load an image. The individual characters between the opening and closing tags act as formatters and default strings if the file doesn't exist.
|
||||||
|
|
||||||
|
Eg. I<%{I:battery.png:} B %{I}>
|
||||||
|
|
||||||
=item B<S>I<dir>
|
=item B<S>I<dir>
|
||||||
|
|
||||||
Change the monitor bar is rendering to. I<dir> can be either
|
Change the monitor bar is rendering to. I<dir> can be either
|
||||||
|
|
Loading…
Reference in New Issue
Block a user