davatorium / rofi

Rofi: A window switcher, application launcher and dmenu replacement
https://davatorium.github.io/rofi/
Other
13.28k stars 612 forks source link

Allow user to turn off italicising of markup in drun browser. [Question] #812

Closed The-Soulless closed 6 years ago

The-Soulless commented 6 years ago

Version

Version: 1.5.1

Configuration

https://gist.github.com/The-Soulless/a24d1fbf184ef61b09050d2dee18b240

Launch Command

bindsym $mod+d exec rofi -show combi bindsym $mod+Shift+d exec rofi -show run

Steps to reproduce

What behaviour you see

What behaviour you expect to see

DaveDavenport commented 6 years ago

This is possible using the new theme format.

The-Soulless commented 6 years ago

Mind saying how?

DaveDavenport commented 6 years ago

By setting the highlight property on the element field:

element {
highlight: bold underline;
}

to test:

rofi -theme-str 'element { highlight: bold underline; }' -show drun

The-Soulless commented 6 years ago

That doesn't change the description in the parentheses https://a.uguu.se/q0iZhB2WLDOq.png

DaveDavenport commented 6 years ago

That is currently not yet possible. It will be added once we have the string formatting functionality from @sardemff7 .

Sorry misunderstood the original report. Allow changing the markup used by drun launcher.

The-Soulless commented 6 years ago

Is it possible to turn off markup completely? Or even just colour it the same as the background?

DaveDavenport commented 6 years ago

See previous comment.

DaveDavenport commented 6 years ago

added feature 'drun-display-format' should allow you to fix this.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.