summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme-selector.1.markdown
blob: e5c401ceed9bbb4311440b504a233848d7e619a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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/themes
* $XDG_DATA_HOME/share/rofi/themes

${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".

## SEE ALSO

rofi(1)

## AUTHORS

Qball Cow qball@gmpclient.org<br>
Rasmus Steinke rasi@xssn.at