2017-11-05 08:03:10 -05:00
|
|
|
# rofi-theme-selector 1 rofi-theme-selector
|
|
|
|
|
|
|
|
## NAME
|
|
|
|
|
|
|
|
**rofi-theme-selector** - Preview and apply themes for **rofi**
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
2023-03-27 12:45:44 -04:00
|
|
|
**rofi-theme-selector** is a bash/rofi script to preview and apply themes for
|
|
|
|
**rofi**. It's part of any installation of **rofi**.
|
2017-11-05 08:03:10 -05:00
|
|
|
|
|
|
|
## USAGE
|
|
|
|
|
|
|
|
### Running rofi-theme-selector
|
|
|
|
|
2023-03-27 12:45:44 -04:00
|
|
|
**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.
|
2017-11-05 08:03:10 -05:00
|
|
|
|
|
|
|
## Theme directories
|
|
|
|
|
|
|
|
**rofi-theme-selector** searches the following directories for themes:
|
|
|
|
|
2023-03-27 12:45:44 -04:00
|
|
|
- ${PREFIX}/share/rofi/themes
|
|
|
|
- $XDG_CONFIG_HOME/rofi/themes
|
|
|
|
- $XDG_DATA_HOME/share/rofi/themes
|
2017-11-05 08:03:10 -05:00
|
|
|
|
2023-03-27 12:45:44 -04:00
|
|
|
${PREFIX} reflects the install location of rofi. In most cases this will be
|
|
|
|
"/usr".<br>
|
2017-11-29 15:47:22 -05:00
|
|
|
$XDG_CONFIG_HOME is normally unset. Default path is "$HOME/.config".<br>
|
2017-11-05 08:03:10 -05:00
|
|
|
$XDG_DATA_HOME is normally unset. Default path is "$HOME/.local/share".
|
|
|
|
|
2017-11-29 15:47:22 -05:00
|
|
|
## SEE ALSO
|
2017-11-05 08:03:10 -05:00
|
|
|
|
2017-11-29 15:47:22 -05:00
|
|
|
rofi(1)
|
2017-11-05 08:03:10 -05:00
|
|
|
|
2017-11-29 15:47:22 -05:00
|
|
|
## AUTHORS
|
|
|
|
|
|
|
|
Qball Cow qball@gmpclient.org<br>
|
|
|
|
Rasmus Steinke rasi@xssn.at
|