adi1090x / rofi

A huge collection of Rofi based custom Applets, Launchers & Powermenus.
GNU General Public License v3.0
6.51k stars 303 forks source link

Multiple UI element styling broken with new Rofi version #62

Closed aquova closed 2 years ago

aquova commented 2 years ago

With the update to Rofi 1.7.0, a number of elements have been broken, for example all of the 'colorful' themes now have entirely white elements behind each entry. This seems to be a known incompatibility introduced with the latest Rofi version - https://github.com/davatorium/rofi/issues/1397

zjeffer commented 2 years ago

I use launcher.rasi and powermenu.rasi, adding

element-text, element-icon {
    background-color: inherit;
    text-color:       inherit;
}

to those files fixes the color problems.

There's still a problem with the spacing of the powermenu:

image

stfnwp commented 2 years ago

I also had problems with off-centered icons. I was able to fix it by adding

    horizontal-align:   0.5;
    vertical-align:     0.5;

to element-icon

Giannie commented 2 years ago

I think that the following is more robust to avoid issues with colour matching:

element-text, element-icon {
    background-color: transparent;
    text-color:       inherit;
}
plus9a commented 2 years ago

I also faced another probelm icon and text is not centered (bug) https://github.com/davatorium/rofi/issues/1419 Hope it will help

DaveDavenport commented 2 years ago

The icon alignment is a bug that slipped through the cracks. (I need more people testing git version :hugs: ) That will be fixed in 1.7.1 I expect to release soon.

sTiKyt commented 2 years ago

I just installed latest version of this thing(and rofi, clean system install) and still have problem with white squares behind all text on all themes, not only colorful, all of them