5 lines
284 B
Bash
5 lines
284 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
|