mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
433f9664e9
* [Build] Add missing dist files from libnkutils * [Doc] Switch to pandoc and remove generated files * [Doc] Rewrite markdown for conversion to man * convert existing markup to use definition list (a bit hacky...) * rewrite title to pandoc man metadata * reduce heading nesting to match most man pages * inline code displayed as bold, also common man style * [Doc] New installation with autoconf and meson - autoconf: * generate in source directory if pandoc found * install from source directory - meson: * generate and install with build directory if pandoc found * try to install from source directory if pandoc not found * bail otherwise * [Doc] Make pandoc filter 2.9 compatible Man pages look better with pandoc >= 2.17
1,014 B
1,014 B
rofi-theme-selector(1)
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".
$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)
AUTHORS
Qball Cow qball@gmpclient.org
Rasmus Steinke rasi@xssn.at