summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme-selector.1.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rofi-theme-selector.1.markdown')
-rw-r--r--doc/rofi-theme-selector.1.markdown20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/rofi-theme-selector.1.markdown b/doc/rofi-theme-selector.1.markdown
index e5c401ce..f52f31c7 100644
--- a/doc/rofi-theme-selector.1.markdown
+++ b/doc/rofi-theme-selector.1.markdown
@@ -6,27 +6,27 @@
## DESCRIPTION
-**rofi-theme-selector** is a bash/rofi script to preview and apply themes for **rofi**.
-It's part of any installation of **rofi**.
+**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.
-
+**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/themes
-* $XDG_DATA_HOME/share/rofi/themes
+- ${PREFIX}/share/rofi/themes
+- $XDG_CONFIG_HOME/rofi/themes
+- $XDG_DATA_HOME/share/rofi/themes
-${PREFIX} reflects the install location of rofi. In most cases this will be "/usr".<br>
+${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".