summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-24 16:26:14 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-24 16:26:14 +0200
commitb83f1504d59b0d7627d2e19107f297f1af70db94 (patch)
tree11dfa333cc887cc364b9152c696bd1b45d35d60c /doc/rofi-theme.5.markdown
parent09ad0e467990ec18bb0a1cdb802281ac59e84e83 (diff)
Add list format to theme api
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index f6913a51..4c7f929d 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -176,12 +176,13 @@ The current theme format support different type:
* a boolean value.
* a color.
* text style.
- * *line style*.
+ * line style.
* a distance.
* a padding.
* a border.
* a position.
* a reference.
+ * a list of keywords.
Some of these types are a combination of other types.
@@ -378,7 +379,12 @@ e.g. this is not valid:
highlight: bold @pink;
```
+## List of keywords
+* Format: `[ keyword, keyword ]`
+
+A list starts with a '[' and ends with a ']'. The entries in the list are comma separated.
+The `keyword` in the list refers to an widget name.
## ELEMENTS PATHS