wm-scheme-toggle

generic window manager scheme toggler
Index Commits Files Refs README LICENSE
README.md (820B)
   1 # Window Manager Scheme Toggler
   2 
   3 Scripts to change the system color scheme between dark and light.
   4 
   5 ![Toggling dark scheme](https://github.com/mjkloeckner/wm-scheme-toggle/assets/64109770/55188134-b6e2-42dd-96d4-cd9058de0a5c)
   6 
   7 ## Dependencies
   8 The basic dependencies for my use case are:
   9 
  10 - sed
  11 - perl
  12 - qt5ct
  13 - gsettings
  14 - xsettingsd
  15 - neovim-remote
  16 - st patched (support sending user signals to switch schemes)
  17 
  18 This will vary from system to system, for example, if you don't use neovim and
  19 you use a different editor or terminal, etc. In that case, you can modify the
  20 scripts in order to fit your system.
  21 
  22 ## Quick Start
  23 
  24 If you want to switch the color scheme just run `$ ./sys-toggle-scheme` which is
  25 a wrapper around `sys-dark-scheme` and `sys-light-scheme`.
  26 
  27 ## LICENSE
  28 
  29 [MIT](https://opensource.org/licenses/MIT)