adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.59k stars 406 forks source link

Patch powermenu weird display if host rofi config exist #122

Closed erdivartanovich closed 1 year ago

erdivartanovich commented 3 years ago

Rofi powermenu will unproperly displayed if rofi config exist in the client, because there will be conflict with the theme which the script try to load. It looked like this at my end: image

I found that it because the powermenu script run rofi without -no-config option, so I added this option to the command, confirm and message section in all themes. Pretty sure we want consistent behaviour like the launcher script does. And it looked better: image