summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-15 20:10:04 +0200
committerDave Davenport <qball@blame.services>2021-06-15 20:10:04 +0200
commit824b21b4fb99cf78f6d7ddafee2bde618a5a5ed8 (patch)
treec11d0d857182c263b547e2806bf6c4b20fe1bb47 /doc/rofi-theme.5.markdown
parentf38f8324054cd524dd29403a79aed711f1d93b18 (diff)
[doc] small textual tweak
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 19cb5134..1da09bb6 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -252,10 +252,11 @@ dynamic: false;
## Image
-**rofi** support a very limited set of image formats.
+**rofi** support a limited set of background-image formats.
* Format: url("path to image");
* Format: url("path to image", scale);
+ where scale is: none, both, width, height
* Format: linear-gradient(stop color,stop1, color, stop2 color, ...);
* Format: linear-gradient(to direction, stop color,stop1, color, stop2 color, ...);
where direction is: top,left,right,bottom.
@@ -263,12 +264,6 @@ dynamic: false;
Angle in deg,rad,grad (as used in color).
Where the `path` is a string, and `stop` color is of type color.
-The `scale` property can be:
-
-* none
-* both
-* width
-* height
## Color