Skip to content

Displaying image thumbnails in dmenu #2001

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

You must be logged in to vote

If your rofi is new enough, you can pass filename as icon. See the rofi-script manpage.

for a in *.jpg; do echo -en "$a\0icon\x1f$a\n" ; done | rofi -dmenu

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DaveDavenport
Comment options

Answer selected by kamssiopeia
@kamssiopeia
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
3 participants