docs(config): Added example with xtitle
This commit is contained in:
parent
af6ef01ea6
commit
4cbd53810b
15
README.md
15
README.md
@ -811,6 +811,21 @@ is not fully functional yet. If you notice any other anomalies, please [create a
|
|||||||
scroll:down = echo scroll down %counter%
|
scroll:down = echo scroll down %counter%
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
##### Useful example
|
||||||
|
|
||||||
|
Show title of the currently focused window.
|
||||||
|
|
||||||
|
~~~ ini
|
||||||
|
[module/xtitle]
|
||||||
|
type = custom/script
|
||||||
|
exec = xtitle
|
||||||
|
interval = 0.25
|
||||||
|
|
||||||
|
format = <output>
|
||||||
|
format-background = #999
|
||||||
|
format-foreground = #000
|
||||||
|
format-padding = 4
|
||||||
|
~~~
|
||||||
|
|
||||||
### Module `custom/text`
|
### Module `custom/text`
|
||||||
~~~ ini
|
~~~ ini
|
||||||
|
Loading…
Reference in New Issue
Block a user