Skip to content

Column Seperator in Rofi Script #1871

Closed Answered by DaveDavenport
blueray453 asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is with the column separator.

There is no column separator.

Is there any way i can use | as column separator?

Asking the same question again does not change the answer:

Rofi has no real 'columns ' support, it depends on (monospace) font and/or using spaces/tabs.

Using tabs and tab-stops to align text is a pretty basic thing (from typewriter era) that most software implement (word, google docs, etc).

echo -en "e\tbbub\tc\naap\tb\td" | rofi -dmenu

echo -en "e\tbbub\tc\naap\tb\td" | rofi -dmenu -theme-str 'element-text { tab-stops: [ 10em, 20em, 30em]; }'

See documentation.

The page does not describe how aap\0icon\x1ffolder\x1finfo\x1ftest\n works really. I mean, what is \…

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by blueray453
Comment options

You must be logged in to vote
1 reply
@DaveDavenport
Comment options

Comment options

You must be logged in to vote
8 replies
@blueray453
Comment options

@DaveDavenport
Comment options

@blueray453
Comment options

@DaveDavenport
Comment options

@blueray453
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants