wm-scheme-toggle

generic window manager scheme toggler
Index Commits Files Refs README LICENSE
commit 0a33afeea72c38b4eb5a668c46f3cc18048fe6fd
parent 19665e72287024019bd7dd1f08764a73b27b50e2
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Fri, 12 May 2023 23:40:36 -0300

add Quick Start

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -19,6 +19,11 @@ This will vary from system to system, for example, if you don't use neovim and
 you use a different editor or terminal, etc. In that case, you can modify the
 scripts in order to fit your system.
 
+## Quick Start
+
+If you want to switch the color scheme just run `$ ./sys-toggle-scheme` which is
+a wrapper around `sys-dark-scheme` and `sys-light-scheme`.
+
 ## LICENSE
 
 [MIT](https://opensource.org/licenses/MIT)