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

[Bug] "black_powermenu.rasi" config file missing variable @border for border color #168

Open
AtelierMizumi opened this issue Sep 22, 2022 · 3 comments

Comments

@AtelierMizumi
Copy link

just a small issue, simple fix

rofi/powermenu/confirm.rasi called for @border variable for the color but "black_powermenu.rasi" doesn't have @border variable defined yet, which made the power buttons didn't work as intented.
image

@AtelierMizumi AtelierMizumi changed the title "black_powermenu.rasi" config file missing variable @border for border color [Bug] "black_powermenu.rasi" config file missing variable @border for border color Sep 22, 2022
@danielCruzSalazar
Copy link

I was able to fix it through this, thx!

@Walker-00
Copy link
Contributor

just a small issue, simple fix

rofi/powermenu/confirm.rasi called for @border variable for the color but "black_powermenu.rasi" doesn't have @border variable defined yet, which made the power buttons didn't work as intented. image

Add this to .config/rofi/powermenu//black_powermenu.rasi
border: <hex color>;

@AshrayaCoder
Copy link

eyy i got it thanks

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

4 participants