Skip to content
New issue

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

[Arch Linux] Rofi parsing error #6

Closed
epsilon-0 opened this issue Jan 4, 2019 · 3 comments
Closed

[Arch Linux] Rofi parsing error #6

epsilon-0 opened this issue Jan 4, 2019 · 3 comments

Comments

@epsilon-0
Copy link

epsilon-0 commented Jan 4, 2019

When I start rofi I get a message saying:

Error while parsing theme: /home/user/.config/rofi/config.rasi
       Parser error:   syntax error, unexpected Configuration block, expect end of file
       Location: line 1 column 1 to line 3 column 14.
       File: '/home/user/config/rofi/config.rasi'

Fix: Remove the @import "colors.rasi" line from config.rasi. Manually copy the contents of colors.rasi to the config.rasi file and paste them just after the Configuration block.

I hope that this is an acceptable fix and if anyone else is having this problem it might help them.

@hg8
Copy link

hg8 commented Jan 4, 2019

Putting @import "colors.rasi" at the end of config.rasi will work too.

@epsilon-0
Copy link
Author

Putting @import "colors.rasi" at the end of config.rasi will work too.

Will do!
Glad this helped (¿maybe?).

@elenapan
Copy link
Owner

elenapan commented Jan 6, 2019

I am running an outdated version of rofi, maybe that is why this config did not work for you.

Regardless, thank you for informing me. I will test on a newer version of rofi and try to fix any issues soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants