summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-14 16:04:15 +0200
committerDave Davenport <qball@blame.services>2021-06-14 16:04:15 +0200
commit828aaa231a84f9ad23cf836a71b58290b5e217e8 (patch)
treeea06ac8d677f59a36a162ae4ecf2bd605cc39296 /doc/rofi-theme.5.markdown
parent5c5428bd11b87a336174398194062f7d3901daf6 (diff)
[Theme] Add angle support to linear-gradient.
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 5dc72de9..336f4cc5 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -258,6 +258,8 @@ dynamic: false;
* 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.
+* Format: linear-gradient(angle, stop color,stop1, color, stop2 color, ...);
+ Angle in deg,rad,grad (as used in color).
Where the path is a string, and stop color is of type color.