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

rofi menu shutdown doesnt work #176

Open
itzRealDuck opened this issue Jan 12, 2023 · 2 comments
Open

rofi menu shutdown doesnt work #176

itzRealDuck opened this issue Jan 12, 2023 · 2 comments

Comments

@itzRealDuck
Copy link

Describe the bug
A clear and concise description of what the bug is.
when i press win + shift + Q it open the rofi menu i want to shut down but when i click enter on the shutdown button it shows "validating theme failed the variable in border { border color :" and i guess you know it then i enter Enter button and it shows
"y/yes//n/no" and then i press enter and it does nothing i do the same thing but i press Y and doesnt work

To Reproduce
Steps to reproduce the behavior:
click win+shift+Q button
then go to the shutdown button and then enter

Expected behavior
expected to shut down my pc

Screenshots
cant because i screenshot with spectatcle but it doesnt open when i click it

Desktop (please complete the following information):

  • OS: [manjaro linux kde]

Additional context
Add any other context about the problem here.

@Jobbet789
Copy link

Jobbet789 commented Jan 25, 2023

Go to ~/.config/rofi/powermenu and open the file black_powermenu.rasi. Add border: #FFFFFF; at the end.
It should look something like this:

/* colors */

* {
  background-alt:      #121212ff;
  background:      #121212ff;
  selected:      #ffd5cdff;
  foreground:      #eeeeeeff;
  ac:      #ea907aff;
  red:     #D35D6Eff;
  green:   #90c861ff;
  yellow:  #FDD835ff;
  blue:    #84afdbff;
  purple:  #c47eb7ff;
  cyan:    #4DD0E1ff;
  border:  #FFFFFF;
}

Reboot after this and it should work.

@Axarva
Copy link
Owner

Axarva commented May 11, 2023

Thank you! Will leave this open in case future users need this.

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