From cdc9ca61b1f53a449a36b61467a0655a2bbf8534 Mon Sep 17 00:00:00 2001 From: Mohammed Wasik <50347228+mohammedWasik@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:48:31 +0600 Subject: [PATCH] Update config.rasi for Error while Parsing theme missing ":" in line 54 before "{" which led to error in parsing theme --- files/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config.rasi b/files/config.rasi index 58a5e0d..51f2d34 100644 --- a/files/config.rasi +++ b/files/config.rasi @@ -51,7 +51,7 @@ configuration { run-shell-command: "{terminal} -e {cmd}"; /*---------- Fallback Icon ----------*/ - run,drun { + run,drun: { fallback-icon: "application-x-addon"; }