summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index f1778e65..90a273f1 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -1,4 +1,4 @@
-# ROFI-THEME 5 rofi-theme
+# rofi-theme(5)
## NAME
@@ -896,15 +896,19 @@ These are appended after the name or class of the widget.
#### Example
-`button selected.normal { }`
+```
+button selected.normal { }
-`element selected.urgent { }`
+element selected.urgent { }
+```
Currently only the entrybox and scrollbar have states:
#### Entrybox
-`{visible modifier}.{state}`
+```
+{visible modifier}.{state}
+```
Where `visible modifier` can be:
- normal: no modification
@@ -1551,7 +1555,9 @@ From the pango manpage:
The string must have the form
-`\[FAMILY-LIST] \[STYLE-OPTIONS] \[SIZE] \[VARIATIONS]`,
+```text
+\[FAMILY-LIST] \[STYLE-OPTIONS] \[SIZE] \[VARIATIONS]
+```
where FAMILY-LIST is a comma-separated list of families optionally terminated
by a comma, STYLE\_OPTIONS is a whitespace-separated list of words where each