From 938b4466ca05fed5169f263615c1514da16f5df4 Mon Sep 17 00:00:00 2001 From: Pagliacii Date: Wed, 8 Jan 2020 16:31:37 +0800 Subject: [PATCH] fix(data/config/variety.conf): add double quotes around "fc-match" command output in the clock converts command --- data/config/variety.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config/variety.conf b/data/config/variety.conf index e0ef0389..77735d35 100644 --- a/data/config/variety.conf +++ b/data/config/variety.conf @@ -136,7 +136,7 @@ clock_date_font = "Ubuntu Condensed, 30" # A tutorial on "annotating" with ImageMagick that you may use as a reference: http://www.imagemagick.org/Usage/annotating/ # You can get a very uniquely looking clock with some of the more advanced techniques (e.g. circle-shaped text, interesting colors and shading, etc....). -clock_filter = "-density 100 -font `fc-match -f '%{file[0]}' '%CLOCK_FONT_NAME'` -pointsize %CLOCK_FONT_SIZE -gravity SouthEast -fill '#00000044' -annotate 0x0+[%HOFFSET+58]+[%VOFFSET+108] '%H:%M' -fill white -annotate 0x0+[%HOFFSET+60]+[%VOFFSET+110] '%H:%M' -font `fc-match -f '%{file[0]}' '%DATE_FONT_NAME'` -pointsize %DATE_FONT_SIZE -fill '#00000044' -annotate 0x0+[%HOFFSET+58]+[%VOFFSET+58] '%A, %B %d' -fill white -annotate 0x0+[%HOFFSET+60]+[%VOFFSET+60] '%A, %B %d'" +clock_filter = "-density 100 -font \"`fc-match -f '%{file[0]}' '%CLOCK_FONT_NAME'`\" -pointsize %CLOCK_FONT_SIZE -gravity SouthEast -fill '#00000044' -annotate 0x0+[%HOFFSET+58]+[%VOFFSET+108] '%H:%M' -fill white -annotate 0x0+[%HOFFSET+60]+[%VOFFSET+110] '%H:%M' -font \"`fc-match -f '%{file[0]}' '%DATE_FONT_NAME'`\" -pointsize %DATE_FONT_SIZE -fill '#00000044' -annotate 0x0+[%HOFFSET+58]+[%VOFFSET+58] '%A, %B %d' -fill white -annotate 0x0+[%HOFFSET+60]+[%VOFFSET+60] '%A, %B %d'" # Quotes settings # quotes_enabled =