From 939d2f5c9cb2a1227a941ac6c52eabcfeacf4896 Mon Sep 17 00:00:00 2001 From: Mohammed Wasik <50347228+mohammedWasik@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:13:32 +0600 Subject: [PATCH] Update config.rasi for Error while Parsing theme Added "-" instead of "," in line 54 for Error while parsing theme after installing using "./setup.sh" from the git clone --- files/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/config.rasi b/files/config.rasi index 58a5e0d..677d960 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"; }