diff --git a/README.md b/README.md index 02dfadb..2db1f2d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ This is just a collection of simple scripts that I've made, mostly for my personal i3 installation and ricing. If you wanna use `wal` to customise stuff, you might wanna take a look though. -#List# +#List - [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 on `viscolourchanger` page. -- [temperature](https://git.lynnesbian.space/petra-fied/PechaScripts/src/branch/master/temperature) - this is the first ever rust program I wrote! Im just a proud lil bean. It converts temperatures between Farenheit and Celsius and vice versa. \ No newline at end of file +- [temperature](https://git.lynnesbian.space/petra-fied/PechaScripts/src/branch/master/temperature) - this is the first ever rust program I wrote! Im just a proud lil bean. It converts temperatures between Farenheit and Celsius and vice versa. +- [gentermcolour](html) - this regenerates Terminator's config file with the colours of current `wal` run. \ No newline at end of file diff --git a/temperature/.gitignore b/temperature/.gitignore new file mode 100644 index 0000000..53eaa21 --- /dev/null +++ b/temperature/.gitignore @@ -0,0 +1,2 @@ +/target +**/*.rs.bk diff --git a/temperature/temperature-bin b/temperature/temperature-bin new file mode 100755 index 0000000..d8bc3dc Binary files /dev/null and b/temperature/temperature-bin differ diff --git a/wal b/wal index 5794f16..b3c8a23 100644 --- a/wal +++ b/wal @@ -3,4 +3,5 @@ /usr/bin/wal "$@" viscolourchanger dunst.sh -genzathurarc \ No newline at end of file +genzathurarc +gentermcolour \ No newline at end of file