2020-02-02 11:21:21 -05:00
|
|
|
.TH rofi\-theme\-selector 1 rofi\-theme\-selector
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
|
|
|
\fBrofi\-theme\-selector\fP \- Preview and apply themes for \fBrofi\fP
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
\fBrofi\-theme\-selector\fP is a bash/rofi script to preview and apply themes for \fBrofi\fP\&.
|
|
|
|
It's part of any installation of \fBrofi\fP\&.
|
|
|
|
|
|
|
|
.SH USAGE
|
|
|
|
.SS Running rofi\-theme\-selector
|
|
|
|
.PP
|
|
|
|
\fBrofi\-theme\-selector\fP shows a list of all available themes in a \fBrofi\fP window.
|
|
|
|
It lets you preview each theme with the Enter key and apply the theme to your
|
|
|
|
\fBrofi\fP configuration file with Alt+a.
|
|
|
|
|
|
|
|
.SH Theme directories
|
|
|
|
.PP
|
|
|
|
\fBrofi\-theme\-selector\fP searches the following directories for themes:
|
2020-04-22 17:41:25 -04:00
|
|
|
|
|
|
|
.RS
|
2020-02-02 11:21:21 -05:00
|
|
|
.IP \(bu 2
|
2017-11-05 09:28:17 -05:00
|
|
|
${PREFIX}/share/rofi/themes
|
2020-02-02 11:21:21 -05:00
|
|
|
.IP \(bu 2
|
|
|
|
$XDG\_CONFIG\_HOME/rofi/themes
|
|
|
|
.IP \(bu 2
|
|
|
|
$XDG\_DATA\_HOME/share/rofi/themes
|
|
|
|
|
2020-04-22 17:41:25 -04:00
|
|
|
.RE
|
|
|
|
|
2020-02-02 11:21:21 -05:00
|
|
|
.PP
|
|
|
|
${PREFIX} reflects the install location of rofi. In most cases this will be "/usr".<br>
|
|
|
|
$XDG\_CONFIG\_HOME is normally unset. Default path is "$HOME/.config".<br>
|
|
|
|
$XDG\_DATA\_HOME is normally unset. Default path is "$HOME/.local/share".
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
2017-12-08 04:56:41 -05:00
|
|
|
rofi(1)
|
2020-02-02 11:21:21 -05:00
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
.PP
|
|
|
|
Qball Cow qball@gmpclient.org<br>
|
|
|
|
Rasmus Steinke rasi@xssn.at
|