corrected line about wrapper

This commit is contained in:
Pecha 2019-10-11 18:59:56 +10:00
parent 41070384bc
commit 767a55c56c

View File

@ -7,4 +7,4 @@ This is just a collection of simple scripts that I've made, mostly for my person
- [dunst.sh](https://git.lynnesbian.space/petra-fied/PechaScripts/src/branch/master/dunst.sh) - configures the notification server [dunst](https://dunst-project.org) to use colours chosen by [pywal](https://github.com/dylanaraps/pywal) whenever run. I use it on startup and from a `wal` wrapper for when I change the colours. `dunst.sh` should ideally be put in your `$PATH` or your dotfiles.
- [viscolourchanger](https://git.lynnesbian.space/petra-fied/viscolourchanger) - hooks into `wal` and [cli-visualizer](https://github.com/dpayne/cli-visualizer) (hereafter `vis`) to update `vis` colours to match the generated colourscheme.
- [genzathurarc](https://git.lynnesbian.space/petra-fied/PechaScripts/src/branch/master/genzathurarc) - updated version from [here](https://github.com/GideonWolfe/Zathura-Pywal/blob/master/genzathurarc). It was acting weird on my system so I messed around with it for a bit.
- [wal wrapper](https://git.lynnesbian.space/petra-fied/PechaScripts/src/branch/master/wal) - a wrapper for `wal` to run several of these scripts when called, thus automating the whole colour-changing process. Also available above.
- [wal wrapper](https://git.lynnesbian.space/petra-fied/PechaScripts/src/branch/master/wal) - a wrapper for `wal` to run several of these scripts when called, thus automating the whole colour-changing process. Also available on `viscolourchanger` page.