adi1090x / rofi

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

String concatenation support? #138

Closed nferhat closed 1 year ago

nferhat commented 1 year ago

My current setup defines colors inside a file ~/.config/theme/rofi/colors.rasi that get imported correctly.

I'd like to add opacity but don't want to hardcode the values inside the colors file, and try todo something like the following:

window {
    background-color: var(my_bg)EF;
}

But that results in an error. Perhaps this may not be the correct way todo it?

Cordially.

nferhat commented 1 year ago

Bad repo, I didn't pay attention to the owner name.+

Sorry for bothering.