Open AnirudhG07 opened 2 months ago
I think it should be handled like this
run {
fallback-icon: "application-x-addon";
}
drun {
fallback-icon: "application-x-addon";
}
yes, it should be merged
please merge this...
Hi i just installed the cool themes you made. Thanks. But when i run
rofi -show window
or anything, it gives below errorIt seems that the error is in line 54 of
config.rasi
I saw and found the issue.BEFORE
AFTER
With this fix, the rofi works properly.
The
,
in line 54 is purposely there or a bug? If its a bug, Is it ok if i make a PR and fix it?