wm-scheme-toggle

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

add README

Diffstat:
AREADME.md | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,24 @@
+# Window Manager Scheme Toggler
+
+Scripts to change the system color scheme between dark and light.
+
+![Toggling scheme](https://github.com/mjkloeckner/wm-scheme-toggle/assets/64109770/78595775-b7ba-4334-81ea-63c75595720f)
+
+## Dependencies
+The basic dependencies for my use case are:
+
+- sed
+- perl
+- qt5ct
+- gsettings
+- xsettingsd
+- neovim-remote and vim with custom
+- st patched (support sending user signals to switch schemes)
+
+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.
+
+## LICENSE
+
+[MIT](https://opensource.org/licenses/MIT)