From c1f8b7bb98f3c829b18eb8d93aba4209fa2e5043 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 13 Mar 2019 15:30:39 +0200 Subject: [PATCH] colors.sh: Fix quoting issue. Closes #392 --- pywal/templates/colors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh index b607b93..5f27883 100644 --- a/pywal/templates/colors.sh +++ b/pywal/templates/colors.sh @@ -1,6 +1,6 @@ # Shell variables # Generated by 'wal' -wallpaper='{wallpaper}' +wallpaper="{wallpaper}" # Special background='{background}'