really does what it says on the can
Go to file
Pecha f830d83b92 removed binary and added whole temperature directory 2019-10-13 13:23:04 +10:00
temperature removed binary and added whole temperature directory 2019-10-13 13:23:04 +10:00
.gitignore removed binary and added whole temperature directory 2019-10-13 13:23:04 +10:00
LICENSE Initial commit 2019-10-11 06:40:19 +00:00
README.md added temperature script to README 2019-10-13 13:19:12 +10:00
dunst.sh added dunst.sh script 2019-10-11 16:51:44 +10:00
genzathurarc added genzathurarc command for updating zathura's colours 2019-10-11 18:50:51 +10:00
wal added wal wrapper 2019-10-11 18:26:08 +10:00

PechaScripts

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#

  • dunst.sh - configures the notification server dunst to use colours chosen by 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 - hooks into wal and cli-visualizer (hereafter vis) to update vis colours to match the generated colourscheme.
  • genzathurarc - updated version from here. It was acting weird on my system so I messed around with it for a bit.
  • wal wrapper - 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 - 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.