Axarva / dotfiles-2.0

XMonad™️. Widgets go brr.
MIT License
1.74k stars 155 forks source link

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

Open AtelierMizumi opened 2 years ago

AtelierMizumi commented 2 years ago

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

danielCruzSalazar commented 2 years ago

I was able to fix it through this, thx!

Walker-00 commented 2 years ago

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 commented 1 year ago

eyy i got it thanks