PechaScripts/README.md

12 lines
1.8 KiB
Markdown
Raw Normal View History

2019-10-11 06:40:19 +00:00
# PechaScripts
2019-10-11 07:00:27 +00:00
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.
2020-03-01 06:26:41 +00:00
# List
2019-10-11 07:00:27 +00:00
2019-10-11 07:05:55 +00:00
- [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.
2019-10-11 08:52:42 +00:00
- [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.
2019-10-13 03:19:12 +00:00
- [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.
2020-03-01 06:21:44 +00:00
- [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.
2020-03-01 06:26:41 +00:00
- [gentermcolour](https://git.bune.city/petra-fied/PechaScripts/src/branch/master/gentermcolour) - this regenerates Terminator's config file with the colours of current `wal` run.