viscolourchanger/wal
petra-fied 86f3b7ba51 commented out "genzathurarc"
which is an entirely separate script I run that integrates something else into wal
2019-06-03 17:36:20 +00:00

5 lines
282 B
Bash

#!/bin/bash
# this wrapper should go in your /usr/local/bin or higher in order to supercede the default "wal" command.
/usr/bin/wal $@
# genzathurarc (this is for further integration with this: https://github.com/GideonWolfe/Zathura-Pywal/blob/master/genzathurarc)
viscolourchanger