summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-11-05 14:03:10 +0100
committerRasmus Steinke <rasi@xssn.at>2017-11-05 14:03:10 +0100
commitac91da123cfcaf5e75c6d6e7547aeddb80253009 (patch)
tree536d97be561f866543b51a13568175a02a216a63
parentf992e0e21a66b5de4725b07fcf618b81fd486d12 (diff)
add rofi-theme-selector manpage and mention it in rofi manpage
-rw-r--r--doc/rofi-theme-selector.1.md39
-rw-r--r--doc/rofi.1.markdown2
2 files changed, 40 insertions, 1 deletions
diff --git a/doc/rofi-theme-selector.1.md b/doc/rofi-theme-selector.1.md
new file mode 100644
index 00000000..985a9597
--- /dev/null
+++ b/doc/rofi-theme-selector.1.md
@@ -0,0 +1,39 @@
+# rofi-theme-selector 1 rofi-theme-selector
+
+## NAME
+
+**rofi-theme-selector** - Preview and apply themes for **rofi**
+
+## DESCRIPTION
+
+**rofi-theme-selector** is a bash/rofi script to preview and apply themes for **rofi**.
+It's part of any installation of **rofi**.
+
+## USAGE
+
+### Running rofi-theme-selector
+
+**rofi-theme-selector** shows a list of all available themes in a **rofi** window.
+It lets you preview each theme with the Enter key and apply the theme to your
+**rofi** configuration file with Alt+a.
+
+
+## Theme directories
+
+**rofi-theme-selector** searches the following directories for themes:
+
+* ${PREFIX}/share/rofi/themes
+* $XDG_CONFIG_HOME/rofi
+* $XDG_DATA_HOME/share/rofi/themes
+
+${PREFIX} reflects the install location of rofi. In most cases this will be "/usr".
+$XDG_CONFIG_HOME is normally unset. Default path is "$HOME/.config".
+$XDG_DATA_HOME is normally unset. Default path is "$HOME/.local/share".
+
+SEE ALSO
+ rofi(1)
+
+AUTHOR
+ Qball Cow qball@gmpclient.org
+
+ Rasmus Steinke rasi@xssn.at
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 32c9b21b..ca78b096 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -957,7 +957,7 @@ first.
## SEE ALSO
-rofi-sensible-terminal(1), dmenu(1), rofi-theme(5)
+rofi-sensible-terminal(1), dmenu(1), rofi-theme(5), rofi-theme-selector(1)
## AUTHOR