Migrate wiki docs to rtd format

This commit is contained in:
Noah Gorny
2020-10-28 15:25:52 +02:00
parent bcc3f4080b
commit 621ac92ae1
4 changed files with 611 additions and 0 deletions

View File

@@ -29,6 +29,41 @@ You can see theme screenshots on `wiki/Themes <https://github.com/Bash-it/bash-i
**NOTE**\ : Bash-it and some themes use UTF-8 characters, so to avoid strange behavior in your terminal, set your locale to ``LC_ALL=en_US.UTF-8`` or the equivalent to your language if it isn't American English.
List of Themes
^^^^^^^^^^^^^^
See :ref:`here <list_of_themes>`.
Theme Switches & Variables
^^^^^^^^^^^^^^^^^^^^^^^^^^
Clock Related
=============
function: ``clock_char``
########################
Prints a character indicating clock.
* ``THEME_SHOW_CLOCK_CHAR`` : **true**\ /false
* ``THEME_CLOCK_CHAR`` : "\ **⌚**\ "
* ``THEME_CLOCK_CHAR_COLOR`` : "\ **$normal**\ "
function: ``clock_prompt``
##########################
Prints the clock prompt (date, time).
* ``THEME_SHOW_CLOCK`` : **true**\ /false
* ``THEME_CLOCK_COLOR`` : "\ **$normal**\ "
* ``THEME_CLOCK_FORMAT`` : "\ **%H:%M:%S**\ "
Contributing a new theme
^^^^^^^^^^^^^^^^^^^^^^^^