From 9750c9f149183301d570765f2f396130ecac422e Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Thu, 7 Sep 2023 02:49:43 +0200 Subject: [PATCH] fixup! modules/custom: Allow json fields as format specifiers --- src/modules/custom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/custom.cpp b/src/modules/custom.cpp index 61084d9c..e7ccf620 100644 --- a/src/modules/custom.cpp +++ b/src/modules/custom.cpp @@ -236,7 +236,6 @@ void waybar::modules::Custom::parseOutputJson() { getline(output, line); class_.clear(); auto parsed = parser_.parse(line); - parsed = parser_.parse(line); // Preserve order so that first "{}" is resolved to "text" for backwards compatability if (parsed["text"].isString()) {