Skip to content

Lowercase and uppercase element style #1010

@imjasonmiller

Description

@imjasonmiller

Version

1.5.4

Launch Command

rofi -show drun

Steps to reproduce

rofi -show drun -theme-str '#element { text-transform: lowercase; }'

or

/* theme.rasi */
element {
   text-transform: lowercase;
}

What behaviour you see

A theme error of unexpected invalid property value.

What behaviour you expect to see

A list of entries that have a lowercase style applied to them.


I was surprised to see this old video (2015, 00:29:45) to somehow have lowercased elements.

I did notice text-transform does not seem to be supported, but is this perhaps possible in a different way?

The option drun-display-format seemed promising at first, but I did not manage to figure out how to pass lowercase text to that in the Pango markup language.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions