mirror of
https://github.com/adi1090x/rofi
synced 2026-01-08 17:22:42 +01:00
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:
parent
5ff95e6855
commit
cdc9ca61b1
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ configuration {
|
|||
run-shell-command: "{terminal} -e {cmd}";
|
||||
|
||||
/*---------- Fallback Icon ----------*/
|
||||
run,drun {
|
||||
run,drun: {
|
||||
fallback-icon: "application-x-addon";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue