aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 47a9c05..116c0a2 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ Tmux ColorTag Theme
<img src="https://raw.githubusercontent.com/Determinant/tmux-colortag/master/demo.gif" width="90%">
</div>
-Also...works for powerline haters...
+Also...works for powerline haters using the default setting.
.. raw:: html
@@ -26,13 +26,6 @@ runs!
Installation
============
-- If you don't have powerline symbols in your terminal font (or you don't know
- what that is), add the following line to the top of your ``.tmux.conf``:
-
- ::
-
- TMUX_COLORTAG_NOPOWERLINE=yes
-
- Make sure you have tmux plugin manager installed: https://github.com/tmux-plugins/tpm
- Add plugin to the list of TPM plugins in ``.tmux.conf``:
@@ -51,11 +44,14 @@ Installation
Customization
=============
-- For the best experience, this plugin assumes a short status update
- interval. To change it back, specify ``TMUX_COLORTAG_SET_INTERVAL=no`` or
- directly override the setting in your tmux config file.
+- If you would like to use Powerline Symbols like shown in the demo, add the
+ following line to the top of your ``.tmux.conf`` to enable them:
-- If you don't like powerline symbols, feel free to change them by
+ ::
+
+ TMUX_COLORTAG_USE_POWERLINE=yes
+
+- If you don't like the existing powerline symbols, feel free to change them by
specifying the following environment variables to override the default:
- ``TMUX_ARROW_SYMBOL_L1``
@@ -63,6 +59,10 @@ Customization
- ``TMUX_ARROW_SYMBOL_R1``
- ``TMUX_ARROW_SYMBOL_R2``
+- For the best experience, this plugin assumes a short status update
+ interval. To change it back, specify ``TMUX_COLORTAG_SET_INTERVAL=no`` or
+ directly override the setting in your tmux config file.
+
- If you only want to color the tags (without changing other styles
such as borders), specify ``TMUX_COLORTAG_TAG_ONLY=yes``.