From 34ed7041e9b25e54588cddf7771418239e3a9575 Mon Sep 17 00:00:00 2001 From: petrafied Date: Sun, 16 Jun 2019 11:43:47 +1000 Subject: [PATCH] fixed issue where files with spaces in the name break wal --- wal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wal b/wal index c538dff..430e9c2 100644 --- a/wal +++ b/wal @@ -1,5 +1,5 @@ #!/bin/bash # 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) viscolourchanger