You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I start rofi I get a message saying:
Fix: Remove the
@import "colors.rasi"
line fromconfig.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.
The text was updated successfully, but these errors were encountered: