fixed issue where files with spaces in the name break wal

This commit is contained in:
petrafied 2019-06-16 11:43:47 +10:00
parent c868631b74
commit 34ed7041e9

2
wal
View File

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