We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi i just installed the cool themes you made. Thanks. But when i run rofi -show window or anything, it gives below error
rofi -show window
It seems that the error is in line 54 of config.rasi I saw and found the issue.
config.rasi
BEFORE
/*-vv-------- Fallback Icon ----------*/ run,drun { fallback-icon: "application-x-addon"; }
AFTER
/*-vv-------- Fallback Icon ----------*/ run-drun { fallback-icon: "application-x-addon"; }
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?
,
The text was updated successfully, but these errors were encountered:
I think it should be handled like this
run { fallback-icon: "application-x-addon"; } drun { fallback-icon: "application-x-addon"; }
Sorry, something went wrong.
yes, it should be merged
Fix adi1090x#179 adi1090x#170 adi1090x#122
1bd7fdf
please merge this...
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: