1ROFI-THEME-SELECTOR(1) ROFI-THEME-SELECTOR(1)
2
3
4
6 rofi-theme-selector - Preview and apply themes for rofi
7
9 rofi-theme-selector is a bash/rofi script to preview and apply themes
10 for rofi. It´s part of any installation of rofi.
11
13 Running rofi-theme-selector
14 rofi-theme-selector shows a list of all available themes in a rofi win‐
15 dow. It lets you preview each theme with the Enter key and apply the
16 theme to your rofi configuration file with Alt+a.
17
19 rofi-theme-selector searches the following directories for themes:
20
21 · ${PREFIX}/share/rofi/themes
22
23 · $XDG_CONFIG_HOME/rofi/themes
24
25 · $XDG_DATA_HOME/share/rofi/themes
26
27
28
29 ${PREFIX} reflects the install location of rofi. In most cases this
30 will be "/usr".
31 $XDG_CONFIG_HOME is normally unset. Default path is "$HOME/.config".
32 $XDG_DATA_HOME is normally unset. Default path is "$HOME/.local/share".
33
35 rofi(1)
36
38 Qball Cow qball@gmpclient.org
39 Rasmus Steinke rasi@xssn.at
40
41
42
43 December 2017 ROFI-THEME-SELECTOR(1)