Update config.rasi for Error while Parsing theme

missing ":" in line 54 before "{" which led to error in parsing theme
This commit is contained in:
Mohammed Wasik 2023-06-28 09:48:31 +06:00 committed by GitHub
parent 5ff95e6855
commit cdc9ca61b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ configuration {
run-shell-command: "{terminal} -e {cmd}";
/*---------- Fallback Icon ----------*/
run,drun {
run,drun: {
fallback-icon: "application-x-addon";
}