summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-09-20 15:01:34 +0200
committerDave Davenport <qball@gmpclient.org>2019-09-20 15:01:34 +0200
commitf28cf0207e7641890617e8b946977dc204e05ce2 (patch)
tree3b405d2ad01d8579312488061b8d8fa983fa0613 /doc/rofi-theme.5
parent138acf6f3d842c509583f79cd29eb958160d449c (diff)
Update rofi-theme manpage with button and icon feature.
Diffstat (limited to 'doc/rofi-theme.5')
-rw-r--r--doc/rofi-theme.522
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 52928dcf..40e1a80a 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI\-THEME" "5" "May 2019" "" ""
+.TH "ROFI\-THEME" "5" "September 2019" "" ""
.
.SH "NAME"
\fBrofi\-theme\fR \- Rofi theme format files
@@ -1167,7 +1167,25 @@ inputbar Packs: \fBprompt,entry,case\-indicator\fR
.IP "" 0
.
.P
-Any widget name starting with \fBtextbox\fR is a textbox widget, others are box widgets and can pack other widgets\. To specify children, set the \fBchildren\fR property (this always happens on the \fBbox\fR child, see example below):
+Any widget name starting with \fBtextbox\fR is a textbox widget, others are box widgets and can pack other widgets\.
+.
+.P
+There are several special widgets that can be used by prefixing the name of the widget:
+.
+.TP
+\fBtextbox\fR
+This is a textbox widget\. The displayed string can be set with \fBstr\fR\.
+.
+.TP
+\fBicon\fR
+This is an icon widget\. The displayed icon can be set with \fBfilename\fR and size with \fBsize\fR\.
+.
+.TP
+\fBbutton\fR
+This is a textbox widget that can have a \'clickable\' action\. The \fBaction\fR can be set to: \fBok\fR accept entry\. \fBcustom\fR accept custom input\. \fBok|alternate\fR: accept entry and launch alternate action (for run launch in terminal)\. \fBcustom|alternate\fR: accept custom input and launch alternate action\.
+.
+.P
+To specify children, set the \fBchildren\fR property (this always happens on the \fBbox\fR child, see example below):
.
.IP "" 4
.